pub unsafe extern "C" fn otPlatRadioSetShortAddress(
    aInstance: *mut otInstance,
    aShortAddress: u16,
)Expand description
Set the Short Address for address filtering.
@param[in] aInstance The OpenThread instance structure. @param[in] aShortAddress The IEEE 802.15.4 Short Address.