1.3.5.4.8 CL_NULL_JoinResponse Function

C

void CL_NULL_JoinResponse
(
    uint16_t conHandle,
    uint8_t *eui48,
    MAC_JOIN_RESPONSE_ANSWER answer,
    uint8_t uc_ae
);

Summary

Response to a connection join indication.

Description

This routine is used to respond to a connection join indication.

Precondition

The CL_NULL_Initialize routine must have been called before.

Parameters

ParamDescription
conHandleUnique identifier of the connection
eui48

Pointer to the address of the node which requested the multicast group join(only used in base node)

answerAction to be taken for this join request
ae

Flag to indicate that authentication and encryption is requested (v1.4)

Returns

None.

Example

CL_NULL_JoinResponse(0, NULL, JOIN_RESPONSE_ACCEPT, 0);

Remarks

None.