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