[][src]Function openthread_sys::otChannelManagerGetRequestedChannel

pub unsafe extern "C" fn otChannelManagerGetRequestedChannel(
    aInstance: *mut otInstance
) -> u8

This function gets the channel from the last successful call to otChannelManagerRequestChannelChange()

@returns The last requested channel or zero if there has been no channel change request yet.