9 lines
109 B
Protocol Buffer
9 lines
109 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
|
|
message BackupHeartBeatResponse {
|
|
required uint64 _Ack = 1;
|
|
}
|