1.3.5.3.23 MAC_JOIN_REQUEST Function Pointer
C
typedef void (*MAC_JOIN_REQUEST)(MAC_JOIN_REQUEST_MODE conMode, uint16_t conHandle,
uint8_t *eui48, MAC_CONNECTION_TYPE conType, uint8_t *data, uint16_t dataLen,
uint8_t ae);
Summary
Function pointer to request to join a MAC multicast connection.
Description
This function pointer is used to request to join a MAC multicast connection.
- conMode - Connection type: broadcast or multicast
- conHandle - Unique identifier of the connection (only used in base node)
- eui48 - Pointer to the address of the node to which this join is being requested (only used in base node)
- conType - Connection type
- data - Data associated with the join request procedure
- dataLen - Length of the data in bytes
- ae - Flag to indicate that authentication and encryption is requested (v1.4)
Remarks
None.