state property

  1. @TagNumber.new(1)
ServiceConnectionPolicy_State get state

State of the PSC Connection

Implementation

@$pb.TagNumber(1)
ServiceConnectionPolicy_State get state => $_getN(0);
  1. @TagNumber.new(1)
set state (ServiceConnectionPolicy_State v)

Implementation

@$pb.TagNumber(1)
set state(ServiceConnectionPolicy_State v) {
  setField(1, v);
}