httpEnabledState property

  1. @TagNumber(1)
HttpState httpEnabledState

If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry.

Implementation

@$pb.TagNumber(1)
HttpState get httpEnabledState => $_getN(0);
  1. @TagNumber(1)
void httpEnabledState=(HttpState v)

Implementation

@$pb.TagNumber(1)
set httpEnabledState(HttpState v) { setField(1, v); }