isConnected property
Whether the device has an active connection or not
Implementation
@$pb.TagNumber(2)
$core.bool get isConnected => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set isConnected($core.bool value) => $_setBool(1, value);
Whether the device has an active connection or not
@$pb.TagNumber(2)
$core.bool get isConnected => $_getBF(1);
@$pb.TagNumber(2)
set isConnected($core.bool value) => $_setBool(1, value);