mirror of
https://github.com/BotChain-Robots/flatbuffers.git
synced 2026-07-08 09:37:21 +02:00
Cleanup for release
This commit is contained in:
9
Messaging/OTAPacket.fbs
Normal file
9
Messaging/OTAPacket.fbs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Messaging;
|
||||
|
||||
table OTAPacket {
|
||||
sequence_number: uint16;
|
||||
length: uint16;
|
||||
payload: [ubyte];
|
||||
}
|
||||
|
||||
root_type OTAPacket;
|
||||
Reference in New Issue
Block a user