API Reference
Class
WindowsBluetoothDevice
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
- Stable device identifier, usually a formatted Bluetooth address.
- Name System.String
- User-visible device name.
- IsConnected System.Boolean
- True when the device is currently connected.
Methods
public WindowsBluetoothDevice <Clone>$() #Returns:
WindowsBluetoothDevicepublic Void Deconstruct(out String Identifier, out String Name, out Boolean IsConnected) #Returns:
VoidParameters
- Identifier String
- Name String
- IsConnected Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String