connection property

  1. @TagNumber.new(5)
DeviceConnectionSettings get connection

Implementation

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

Implementation

@$pb.TagNumber(5)
set connection(DeviceConnectionSettings v) {
  setField(5, v);
}