pub type _bindgen_ty_24 = c_uint;Expand description
Property Keys
The properties are broken up into several sections, each with a reserved ranges of property identifiers:
| Name | Range (Inclusive) | Description | 
|---|---|---|
| Core | 0x000 - 0x01F, 0x1000 - 0x11FF | Spinel core | 
| PHY | 0x020 - 0x02F, 0x1200 - 0x12FF | Radio PHY layer | 
| MAC | 0x030 - 0x03F, 0x1300 - 0x13FF | MAC layer | 
| NET | 0x040 - 0x04F, 0x1400 - 0x14FF | Network | 
| Thread | 0x050 - 0x05F, 0x1500 - 0x15FF | Thread | 
| IPv6 | 0x060 - 0x06F, 0x1600 - 0x16FF | IPv6 | 
| Stream | 0x070 - 0x07F, 0x1700 - 0x17FF | Stream | 
| MeshCop | 0x080 - 0x08F, 0x1800 - 0x18FF | Thread Mesh Commissioning | 
| OpenThread | 0x1900 - 0x19FF | OpenThread specific | 
| Server | 0x0A0 - 0x0AF | ALOC Service Server | 
| RCP | 0x0B0 - 0x0FF | RCP specific | 
| Interface | 0x100 - 0x1FF | Interface (e.g., UART) | 
| PIB | 0x400 - 0x4FF | 802.15.4 PIB | 
| Counter | 0x500 - 0x7FF | Counters (MAC, IP, etc). | 
| RCP | 0x800 - 0x8FF | RCP specific property (extended) | 
| Nest | 0x3BC0 - 0x3BFF | Nest (legacy) | 
| Vendor | 0x3C00 - 0x3FFF | Vendor specific | 
| Debug | 0x4000 - 0x43FF | Debug related | 
| Experimental | 2,000,000 - 2,097,151 | Experimental use only |