-
Notifications
You must be signed in to change notification settings - Fork 4
Session Offer
Joshua Scott edited this page Oct 2, 2018
·
2 revisions
The opCode for this message is 0x0. The server sends this to new clients, and is the first message for establishing a session.
| Name | Type | Description |
|---|---|---|
| sessionId | uint16_t | The ID that has been allocated to this session by the Server. |
| 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. |
- Introduction
- Data Markup Language (DML)
- Property Class System
- Work in Progress
- KingsIsle Networking Protocol (KINP)
- Sessions
- Message Framing
- Message Structure
- Control Messages
- DML Messages