API Reference
Class
WindowsBluetoothDevice
Summary for a remembered local Windows Bluetooth device.
Inheritance
- Object
- WindowsBluetoothDevice
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Constructor WindowsBluetoothStatus.WindowsBluetoothStatus
- Method WindowsBluetoothStatus.Deconstruct
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