Research Article
Interoperability Structure of Smart Water Conservancy Based on Internet of Things
| | No. | Type | Bytes | Describe |
| | 1 | Boolean | 1 | A two-state logical value (true or false) | | 2 | SByte | 1 | An integer value between -128 and 127 | | 3 | Byte | 1 | Integer value between 0 and 256 | | 4 | Int16 | 2 | An integer value between -32768 and 32767 | | 5 | UInt16 | 2 | Integer value between 0 and 65535 | | 6 | Int32 | 4 | An integer value between -2147483648 and 2147483647 | | 7 | UInt32 | 4 | Integer value between 0 and 4294967295 | | 8 | Float | 4 | IEEE single-precision (32-bit) floating-point value | | 9 | Double | 8 | IEEE double-precision (64-bit) floating-point value | | 10 | String | | A sequence of Unicode characters | | 11 | DateTime | 8 | Time instance | | 12 | Guid | 16 | 16-byte value that can be used as a globally unique identifier | | 13 | XmlElement | | XML element |
|
|