ble property

  1. @TagNumber.new(9)
UrpBleState get ble

Implementation

@$pb.TagNumber(9)
UrpBleState get ble => $_getN(8);
  1. @TagNumber.new(9)
set ble (UrpBleState v)

Implementation

@$pb.TagNumber(9)
set ble(UrpBleState v) {
  setField(9, v);
}