[][src]Function openthread_sys::otJoinerGetId

pub unsafe extern "C" fn otJoinerGetId(
    aInstance: *mut otInstance,
    aJoinerId: *mut otExtAddress
)

Get the Joiner ID.

Joiner ID is the first 64 bits of the result of computing SHA-256 over factory-assigned IEEE EUI-64, which is used as IEEE 802.15.4 Extended Address during commissioning process.

@param[in] aInstance A pointer to the OpenThread instance. @param[out] aJoinerId A pointer to where the Joiner ID is placed.