isSyslogConnected property
Whether the device is actively remote syslogging or not
Implementation
@$pb.TagNumber(4)
$core.bool get isSyslogConnected => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set isSyslogConnected($core.bool value) => $_setBool(3, value);