cmvr-es/protos/cmvr/config/dexhand_config/dexhand_config.proto

15 lines
239 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package cmvr.config;
message RH56DFTPDexHandConfig{
string id = 1;
string ip = 2;
int32 port = 3;
2026-02-04 10:17:01 +08:00
bool enable = 4;
}
message DexHandConfig{
repeated RH56DFTPDexHandConfig rh56dftp_dexhands = 1;
}