Function otLinkGetAlternateShortAddress

Source
pub unsafe extern "C" fn otLinkGetAlternateShortAddress(
    aInstance: *mut otInstance,
) -> otShortAddress
Expand description

Get the IEEE 802.15.4 alternate short address.

@param[in] aInstance A pointer to an OpenThread instance.

@returns The alternate short address, or OT_RADIO_INVALID_SHORT_ADDR (0xfffe) if there is no alternate address.