diff --git a/Network.CMD_SESSEXIT.md b/Network.CMD_SESSEXIT.md new file mode 100644 index 0000000..274334e --- /dev/null +++ b/Network.CMD_SESSEXIT.md @@ -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)` | \ No newline at end of file