deviceCommand property

  1. @TagNumber(2)
UrpImpDeviceCommand get deviceCommand

Implementation

@$pb.TagNumber(2)
UrpImpDeviceCommand get deviceCommand => $_getN(1);
  1. @TagNumber(2)
set deviceCommand (UrpImpDeviceCommand v)

Implementation

@$pb.TagNumber(2)
set deviceCommand(UrpImpDeviceCommand v) { setField(2, v); }