The following table shows how the command is encoded for network transmission:
| Type | Name | Description |
|---|---|---|
| uint8 | id = 10 | The command byte that identifies this command. |
| VNodeID | node_id | Always sent as ~0 in client-to-host transaction when requesting a node to be created. Filled-in by the host in responses and list results. |
| VNodeType | type | The type of node to create. |
| VNodeOwner | owner | Tells whether you're the owner of the node or not. Only used in callback. |