linx-simulator2/node_modules/protobufjs/tests/example4.proto
2019-09-18 11:11:16 +03:00

6 lines
139 B
Protocol Buffer

message Test4 {
repeated int32 d = 4 [packed=true];
}
// Test4 should encode to "<22 06 03 8E 02 9E A7 05>" with d=[3, 270, 86942]