mirror of
https://github.com/BotChain-Robots/flatbuffers.git
synced 2026-07-08 17:47:22 +02:00
Cleanup for release
This commit is contained in:
10
Messaging/RPCCall/SendCall.fbs
Normal file
10
Messaging/RPCCall/SendCall.fbs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Messaging;
|
||||
|
||||
table SendCall {
|
||||
tag: uint8;
|
||||
unique_id: uint8;
|
||||
length: uint16;
|
||||
parameters: [ubyte];
|
||||
}
|
||||
|
||||
root_type SendCall;
|
||||
Reference in New Issue
Block a user