-
Notifications
You must be signed in to change notification settings - Fork 4
Session Accept
Joshua Scott edited this page Oct 2, 2018
·
2 revisions
The opCode for this message is 0x5. The client sends this to the server to alert it that a session has been accepted.
| Name | Type | Description |
|---|---|---|
| undefined | uint16_t | Hasn't been observed to be anything above 0. |
| undefined | uint32_t | Hasn't been observed to be anything above 0. Potentially the upper 4 bytes of a timestamp. |
| timestamp | int32_t | The UNIX timestamp (seconds since 01/01/1970) at the time this message was sent. |
| milliseconds | uint32_t | The number of milliseconds we were in to the current second when this message was sent. |
| sessionId | uint16_t | The ID of the session that the client is accepting (from the SESSION_OFFER). |
- Introduction
- Data Markup Language (DML)
- Property Class System
- Work in Progress
- KingsIsle Networking Protocol (KINP)
- Sessions
- Message Framing
- Message Structure
- Control Messages
- DML Messages