[][src]Type Definition openthread_sys::otCommissionerPanIdConflictCallback

type otCommissionerPanIdConflictCallback = Option<unsafe extern "C" fn(aPanId: u16, aChannelMask: u32, aContext: *mut c_void)>;

This function pointer is called when the Commissioner receives a PAN ID Conflict message.

@param[in] aPanId The PAN ID value. @param[in] aChannelMask The channel mask value. @param[in] aContext A pointer to application-specific context.