namespace Sink; table QueuedCommand { commandId: int; command: [ubyte]; } root_type QueuedCommand;