mirror of
https://github.com/BotChain-Robots/flatbuffers.git
synced 2026-07-08 09:37:21 +02:00
11 lines
137 B
Plaintext
11 lines
137 B
Plaintext
namespace Messaging;
|
|
|
|
table SendCall {
|
|
tag: uint8;
|
|
unique_id: uint8;
|
|
length: uint16;
|
|
parameters: [ubyte];
|
|
}
|
|
|
|
root_type SendCall;
|