pub unsafe extern "C" fn otPlatRadioSetPanId(
    aInstance: *mut otInstance,
    aPanId: otPanId
)
Expand description

Set the PAN ID for address filtering.

@param[in] aInstance The OpenThread instance structure. @param[in] aPanId The IEEE 802.15.4 PAN ID.