Add Network.CMD_SESSEXIT

Wirlaburla 2023-09-29 16:40:35 -04:00
parent cb62dede15
commit e70bc42619

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)` |