From e70bc42619489663a0074bc09648258a80a2518c Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 29 Sep 2023 16:40:35 -0400 Subject: [PATCH] Add Network.CMD_SESSEXIT --- Network.CMD_SESSEXIT.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Network.CMD_SESSEXIT.md 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