Add Network.CMD_SESSEXIT
parent
cb62dede15
commit
e70bc42619
15
Network.CMD_SESSEXIT.md
Normal file
15
Network.CMD_SESSEXIT.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
## Server
|
||||||
|
| Name | Type | Required | Description |
|
||||||
|
| ---- | ---- | :------: | :---------- |
|
||||||
|
| Length | Byte | ✗ | |
|
||||||
|
| ObjID | [ObjectID](Network.ObjectID) | ✗ | Always refers to client. |
|
||||||
|
| Type | Byte | ✗ | `0x07 (7)` |
|
||||||
|
| - | - | - | - |
|
||||||
|
| Properties | [OldPropertyList](Network.PropertyList#oldpropertylist) | ✗ | Replies with error codes. |
|
||||||
|
|
||||||
|
## Client
|
||||||
|
| Name | Type | Required | Description |
|
||||||
|
| ---- | ---- | :------: | :---------- |
|
||||||
|
| Length | Byte | ✗ | |
|
||||||
|
| ObjID | [ObjectID](Network.ObjectID) | ✗ | Always refers to client. |
|
||||||
|
| Type | Byte | ✗ | `0x07 (7)` |
|
Loading…
Reference in New Issue
Block a user