pub unsafe extern "C" fn otPlatRadioGetCaps(
aInstance: *mut otInstance,
) -> otRadioCaps
Expand description
Get the radio capabilities.
@param[in] aInstance The OpenThread instance structure.
@returns The radio capability bit vector (see OT_RADIO_CAP_*
definitions).