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