commandType property

  1. @TagNumber.new(5)
CommandType get commandType

Type of command to execute

Implementation

@$pb.TagNumber(5)
CommandType get commandType => $_getN(4);
  1. @TagNumber.new(5)
set commandType (CommandType v)

Implementation

@$pb.TagNumber(5)
set commandType(CommandType v) { setField(5, v); }