EIdType
This enumeration identifies the type of an ID.
There are four different types of IDs so far:
| Type | Bytes when streamed |
|---|---|
| Integer | 1, 2, 3 or 4 Bytes |
| String | variable, UTF-8 |
| UUID | 1 (empty) or 17 Bytes |
| invalid ID | 1 Byte |
This enumeration identifies the type of an ID.
There are four different types of IDs so far:
| Type | Bytes when streamed |
|---|---|
| Integer | 1, 2, 3 or 4 Bytes |
| String | variable, UTF-8 |
| UUID | 1 (empty) or 17 Bytes |
| invalid ID | 1 Byte |