-
Notifications
You must be signed in to change notification settings - Fork 4
Message Structure
Joshua Scott edited this page Oct 2, 2018
·
2 revisions
| Name | Type | Description |
|---|---|---|
| isControl | uint8_t | If false (<1), then the message data is application-specific. Otherwise, the message data is a control message determined by the opCode field. |
| opCode | uint8_t | If isControl is true (>0), this indicates the type of control message found in the message data. Otherwise, this has not been observed to be anything but 0. |
| undefined | uint8_t | Hasn't been observed as anything but 0. Unknown use. |
| undefined | uint8_t | Hasn't been observed as anything but 0. Unknown use. |
| data | uint8_t[] | The message data. |
- Introduction
- Data Markup Language (DML)
- Property Class System
- Work in Progress
- KingsIsle Networking Protocol (KINP)
- Sessions
- Message Framing
- Message Structure
- Control Messages
- DML Messages