gatewayAuthMethod property

  1. @TagNumber.new(2)
GatewayAuthMethod get gatewayAuthMethod

Indicates how to authorize and/or authenticate devices to access the gateway.

Implementation

@$pb.TagNumber(2)
GatewayAuthMethod get gatewayAuthMethod => $_getN(1);
  1. @TagNumber.new(2)
set gatewayAuthMethod (GatewayAuthMethod v)

Implementation

@$pb.TagNumber(2)
set gatewayAuthMethod(GatewayAuthMethod v) {
  setField(2, v);
}