tag_group_create

Name

tag_group_create -- Create a tag group in a node, or change an existing.

Parameter Format

The following table shows how the command is encoded for network transmission:

TypeNameDescription
uint8id = 16The command byte that identifies this command.
VNodeIDnode_idThe ID of the node being accessed.
uint16group_idIn 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)
string16nameThe name of the tag group to create. Tag group names must be unique within the node.

Description

This command creates a new tag group. Tag groups act as containers for tags; all tags much reside in a group. Tag groups do not nest. To rename a tag group, use a known ID. To create a new group, use a new ID, or the special value ~0.