1.3.5.3.26 MAC_JOIN_RESPONSE Function Pointer

C

typedef void (*MAC_JOIN_RESPONSE)(uint16_t conHandle, uint8_t *eui48,
    MAC_JOIN_RESPONSE_ANSWER answer, uint8_t ae);

Summary

Function pointer to respone to a MAC join indication.

Description

This function pointer is used to respond to a MAC join indication.
  • conHandle: Unique identifier of the connection (only used in base node)
  • eui48: Pointer to the address of the node which requested the multicast group join (only used in base node)
  • answer: Action to be taken for this join request
  • ae: Flag to indicate that authentication and encryption is requested (v1.4)

Remarks

None.