pub const SPINEL_PROP_NET_ROLE: _bindgen_ty_24 = 67;
Expand description

Thread Device Role ** Format C - Read-write

  • Possible values are from enumeration spinel_net_role_t
  • SPINEL_NET_ROLE_DETACHED = 0,
  • SPINEL_NET_ROLE_CHILD = 1,
  • SPINEL_NET_ROLE_ROUTER = 2,
  • SPINEL_NET_ROLE_LEADER = 3,
  • SPINEL_NET_ROLE_DISABLED = 4,

*/