The following table shows how the command is encoded for network transmission:
| Type | Name | Description |
|---|---|---|
| uint8 | id = 16 | The command byte that identifies this command. |
| VNodeID | node_id | The ID of the node being accessed. |
| uint16 | group_id | In a client-to-host transaction, this should be set to ~0 to request a new tag group to be created, or set to the ID of an existing group to do a rename. The proper host-assigned ID will then appear in the host's response. |
| (End of address part of command, below is data payload) | ||
| string16 | name | The name of the tag group to create. Tag group names must be unique within the node. |