From b93c7c95277abf60d3b9d446f4a8ec1580903772 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sat, 30 Sep 2023 13:30:55 -0400 Subject: [PATCH] Add Network.CMD_REGOBJID --- Network.CMD_REGOBJID.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Network.CMD_REGOBJID.md diff --git a/Network.CMD_REGOBJID.md b/Network.CMD_REGOBJID.md new file mode 100644 index 0000000..6f016a3 --- /dev/null +++ b/Network.CMD_REGOBJID.md @@ -0,0 +1,8 @@ +| Name | Type | Required | Description | +| ---- | ---- | :------: | :---------- | +| Length | Byte | ✗ | | +| ObjID | [ObjectID](Network.ObjectID) | ✗ | Always 255. | +| Type | Byte | ✗ | `0x0D (13)` | +| - | - | - | - | +| Long | String | ✗ | The long ID to assign. | +| Short | Byte | ✗ | The short ID to assign the long ID to. | \ No newline at end of file