isSyslogConnected property

  1. @TagNumber(4)
bool get isSyslogConnected

Whether the device is actively remote syslogging or not

Implementation

@$pb.TagNumber(4)
$core.bool get isSyslogConnected => $_getBF(3);
  1. @TagNumber(4)
set isSyslogConnected (bool value)

Implementation

@$pb.TagNumber(4)
set isSyslogConnected($core.bool value) => $_setBool(3, value);