commandType property
Type of command to execute
Implementation
@$pb.TagNumber(5)
CommandType get commandType => $_getN(4);
Implementation
@$pb.TagNumber(5)
set commandType(CommandType v) { setField(5, v); }
Type of command to execute
@$pb.TagNumber(5)
CommandType get commandType => $_getN(4);
@$pb.TagNumber(5)
set commandType(CommandType v) { setField(5, v); }