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
ZPS_E_SUCCESS
APS return codes, listed and described in Section 11.2.2
NWK return codes, listed and described in Section 11.2.3
MAC return codes, listed and described in Section 11.2.4
Parent topic:ZPS_eAplAfGetEndpointState
Parent topic:Endpoint functions