pub const SPINEL_PROP_DEBUG_TEST_ASSERT: _bindgen_ty_24 = 16384;
Expand description
Testing platform assert ** Format: ‘b’ (read-only) *
- Reading this property will cause an assert on the NCP. This is intended for testing the assert functionality of
- underlying platform/NCP. Assert should ideally cause the NCP to reset, but if this is not supported a
false
- boolean is returned in response.
*/