12 lines
221 B
Protocol Buffer
12 lines
221 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "VoipCompleteStatus.proto";
|
|
|
|
message VoipCompleteStatusList {
|
|
required int32 _Count = 1;
|
|
repeated VoipCompleteStatus _CompleteStatus = 2;
|
|
required uint32 _Seq = 3;
|
|
}
|