1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
| static const ProtobufCFieldDescriptor p0ach1l__devicemsg__field_descriptors[4] = { { "actionid", 1, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_SINT64, 0, offsetof(P0ach1l__Devicemsg, actionid), NULL, NULL, 0, 0,NULL,NULL }, { "msgidx", 2, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_SINT64, 0, offsetof(P0ach1l__Devicemsg, msgidx), NULL, NULL, 0, 0,NULL,NULL }, { "msgsize", 3, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_SINT64, 0, offsetof(P0ach1l__Devicemsg, msgsize), NULL, NULL, 0, 0,NULL,NULL }, { "msgcontent", 4, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_BYTES, 0, offsetof(P0ach1l__Devicemsg, msgcontent), NULL, NULL, 0, 0,NULL,NULL }, };
|