TestimoX

API Reference

Class

WindowsBluetoothDevice

Namespace ComputerX.Bluetooth
Assembly ComputerX
Implements
IEquatable<WindowsBluetoothDevice>
Modifiers sealed

Summary for a remembered local Windows Bluetooth device.

Inheritance

  • Object
  • WindowsBluetoothDevice

Constructors

public WindowsBluetoothDevice(String Identifier, String Name, Boolean IsConnected) #

Summary for a remembered local Windows Bluetooth device.

Parameters

Identifier System.String requiredposition: 0
Stable device identifier, usually a formatted Bluetooth address.
Name System.String requiredposition: 1
User-visible device name.
IsConnected System.Boolean requiredposition: 2
True when the device is currently connected.

Methods

public WindowsBluetoothDevice <Clone>$() #
Returns: WindowsBluetoothDevice
public Void Deconstruct(out String Identifier, out String Name, out Boolean IsConnected) #
Returns: Void

Parameters

Identifier String requiredposition: 0
Name String requiredposition: 1
IsConnected Boolean requiredposition: 2
public virtual Boolean Equals(WindowsBluetoothDevice other) #
Returns: Boolean

Parameters

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

Properties

public String Identifier { get; set; } #

Stable device identifier, usually a formatted Bluetooth address.

public String Name { get; set; } #

User-visible device name.

public Boolean IsConnected { get; set; } #

True when the device is currently connected.