grpc_client/protos/cmvr/config/dexhand_config/dexhand_config.proto
2026-06-17 09:36:26 +08:00

15 lines
239 B
Protocol Buffer

syntax = "proto3";
package cmvr.config;
message RH56DFTPDexHandConfig{
string id = 1;
string ip = 2;
int32 port = 3;
bool enable = 4;
}
message DexHandConfig{
repeated RH56DFTPDexHandConfig rh56dftp_dexhands = 1;
}