3 package jaiabot.protobuf;
5 // Protobuf version of CMOOSMsg
10 TYPE_DOUBLE = 0x44; // 'D'
11 TYPE_STRING = 0x53; // 'S'
12 TYPE_BINARY_STRING = 0x42; // 'B'
14 required Type type = 1;
15 required string key = 2;
24 required double unixtime = 6;
25 required int32 id = 7;
26 required string source = 8;
27 optional string source_aux = 9;
28 required string community = 10;