Warning, /pim/sink/common/queuedcommand.fbs is written in an unsupported language. File is not indexed.

0001 namespace Sink;
0002 
0003 table QueuedCommand {
0004     commandId: int;
0005     command: [ubyte];
0006 }
0007 
0008 root_type QueuedCommand;