Files
flatbuffers/Messaging/RPCCall/ReturnCall.fbs

10 lines
129 B
Plaintext

namespace Messaging;
table ReturnCall {
unique_id: uint8;
length: uint16;
return_value: [ubyte];
}
root_type ReturnCall;