pub const SPINEL_CMD_PROP_VALUE_IS: _bindgen_ty_22 = 6;
Expand description

Property value notification command (NCP -> Host)

Encoding: iD i : Property Id D : Value (encoding depends on the property)

This command can be sent by the NCP in response to a previous command from the host, or it can be sent by the NCP in an unsolicited fashion to notify the host of various state changes asynchronously.

The payload for this command is the property identifier encoded in the packed unsigned integer format, followed by the current value of the given property.