hyperion.ng/libsrc/flatbufserver/hyperion_reply.fbs

10 lines
115 B
Plaintext

namespace hyperionnet;
table Reply {
error:string;
video:int = -1;
registered:int = -1;
}
root_type Reply;