pub const SPINEL_PROP_STREAM_NET_INSECURE: _bindgen_ty_24 = 115;
Expand description

(IPv6) Network Stream Insecure ** Format: dD (stream, read only)

  • This stream provides the capability of sending and receiving unencrypted
  • and unauthenticated data packets to and from nearby devices for the
  • purposes of device commissioning.
  • This property is a streaming property, meaning that you cannot explicitly
  • fetch the value of this property. To receive traffic, you wait for
  • CMD_PROP_VALUE_IS commands with this property id from the NCP.
  • To send network packets, you call CMD_PROP_VALUE_SET on this property with
  • the value of the packet.
  • The general format of this property is:
  • d : packet data
  • D : packet meta data
  • The packet metadata is optional. Packet meta data MAY be empty or partially
  • specified. Partially specified metadata MUST be accepted. Default values
  • are used for all unspecified fields.
  • For OpenThread the meta data is currently empty.

*/