state property

  1. @TagNumber(16)
DeviceState state

Output only The state most recently received from the device. If no state has been reported, this field is not present.

Implementation

@$pb.TagNumber(16)
DeviceState get state => $_getN(10);
  1. @TagNumber(16)
void state=(DeviceState v)

Implementation

@$pb.TagNumber(16)
set state(DeviceState v) { setField(16, v); }