Files
flatbuffers/Messaging/RPCCall/SendCall.fbs

11 lines
137 B
Plaintext

namespace Messaging;
table SendCall {
tag: uint8;
unique_id: uint8;
length: uint16;
parameters: [ubyte];
}
root_type SendCall;