API Reference
Class
WindowsBluetoothManager
Local Windows Bluetooth helpers for remembered-device inventory and future per-device control.
Inheritance
- Object
- WindowsBluetoothManager
Methods
Execute 2 overloads
public static WindowsBluetoothActionResult Execute(WindowsBluetoothActionKind action, String deviceIdentifier) #Returns:
WindowsBluetoothActionResultExecutes a Bluetooth control request for a remembered device.
Parameters
- action ComputerX.Bluetooth.WindowsBluetoothActionKind
- deviceIdentifier System.String
public static WindowsBluetoothActionResult Execute(WindowsBluetoothActionRequest request) #Returns:
WindowsBluetoothActionResultExecutes a Bluetooth control request for a remembered device.
Parameters
- request ComputerX.Bluetooth.WindowsBluetoothActionRequest
public static WindowsBluetoothStatus GetStatus() #Returns:
WindowsBluetoothStatusReturns remembered Bluetooth device status for the local machine.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object