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 OTAPacket {
|
|
sequence_number: uint16;
|
|
length: uint16;
|
|
payload: [ubyte];
|
|
}
|
|
|
|
root_type OTAPacket;
|