TestimoX

API Reference

Class

WindowsBluetoothStatus

Namespace ComputerX.Bluetooth
Assembly ComputerX
Implements
ILocalStatusSnapshot IEquatable<WindowsBluetoothStatus>
Modifiers sealed

Snapshot of remembered local Windows Bluetooth devices.

Inheritance

  • Object
  • WindowsBluetoothStatus

Constructors

public WindowsBluetoothStatus(Boolean IsAvailable, IReadOnlyList<WindowsBluetoothDevice> RememberedDevices, String Message) #

Snapshot of remembered local Windows Bluetooth devices.

Parameters

IsAvailable System.Boolean requiredposition: 0
True when Bluetooth inventory could be queried.
RememberedDevices System.Collections.Generic.IReadOnlyList{ComputerX.Bluetooth.WindowsBluetoothDevice} requiredposition: 1
Remembered devices reported by Windows.
Message System.String requiredposition: 2
Optional detail or failure message.

Methods

public WindowsBluetoothStatus <Clone>$() #
Returns: WindowsBluetoothStatus
public Void Deconstruct(out Boolean IsAvailable, out IReadOnlyList<WindowsBluetoothDevice> RememberedDevices, out String Message) #
Returns: Void

Parameters

IsAvailable Boolean requiredposition: 0
RememberedDevices IReadOnlyList<WindowsBluetoothDevice> requiredposition: 1
Message String requiredposition: 2
public virtual Boolean Equals(WindowsBluetoothStatus other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public virtual Boolean IsAvailable { get; set; } #

True when Bluetooth inventory could be queried.

public IReadOnlyList<WindowsBluetoothDevice> RememberedDevices { get; set; } #

Remembered devices reported by Windows.

public virtual String Message { get; set; } #

Optional detail or failure message.