linx-simulator2/node_modules/protobufjs/tests/example4.proto

6 lines
139 B
Protocol Buffer
Raw Normal View History

2019-09-18 08:11:16 +00:00
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]