mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
add flatbuffer dependencies
This commit is contained in:
15
libsrc/flatbufserver/hyperion_reply.fbs
Normal file
15
libsrc/flatbufserver/hyperion_reply.fbs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace flatbuf;
|
||||
|
||||
enum Type : int {
|
||||
REPLY = 0,
|
||||
VIDEO = 1,
|
||||
}
|
||||
|
||||
table HyperionReply {
|
||||
type:Type;
|
||||
success:bool;
|
||||
error:string;
|
||||
video:int;
|
||||
}
|
||||
|
||||
root_type HyperionReply;
|
Reference in New Issue
Block a user