ZPS_eAplAfGetEndpointState

ZPS\_teStatus ZPS\_eAplAfGetEndpointState\(
                                  uint8 u8Endpoint,
                                  bool *pbEnabled);

Description

This function obtains the current state (enabled or disabled) of the specified endpoint on the local node.

Parent topic:ZPS_eAplAfGetEndpointState

Parameters

  • u8Endpoint: Endpoint number (on local node)

  • *pbEnabled: Pointer to location to receive endpoint state. The returned state is one of:

    • TRUE: endpoint enabled

    • FALSE: endpoint disabled

Parent topic:ZPS_eAplAfGetEndpointState

Returns

Parent topic:ZPS_eAplAfGetEndpointState

Parent topic:Endpoint functions