pub const SPINEL_CMD_PROP_VALUE_REMOVED: _bindgen_ty_22 = 8;
Expand description

Property value removal 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 the CMD_PROP_VALUE_REMOVE command, or it can be sent by the NCP in an unsolicited fashion to notify the host of various state changes asynchronously.

Note that this command operates by value, not by index!

The payload for this command is the property identifier encoded in the packed unsigned integer format described in followed by the value that was removed from the given property.

If the type signature of the property specified by property id consists of a single structure enclosed by an array (A(t(...))), then the contents of value MUST contain the contents of the structure (...) rather than the serialization of the whole item (t(...)). Specifically, the length of the structure MUST NOT be prepended to VALUE. This helps to eliminate redundant data.

The resulting order of items in the list is defined by the given property.