1.2.5.60 ADP_PREQ_IND_CALLBACK Typedef

C

typedef void (*ADP_PREQ_IND_CALLBACK)(void);

Summary

Pointer to a Path Request Indication Event handler function.

Description

This data type defines the required function signature for the ADP Path Request Indication event handling callback function. The ADP Path Request Indication primitive allows the next higher layer to be notified when a PREQ frame is received in unicast mode with Originator Address equal to Coordinator Address and with Destination Address equal to Device Address. A client must register a pointer using the event handling function whose function signature (parameter and return value types) matches the types specified by this function pointer in order to receive Path Request Indication events back from module.

Parameters

None.

Returns

None.

Example

App_NetworkLeaveIndication(void)
{
    // Handle PREQ Indication
}

Remarks

None.