TestimoX

API Reference

Class

WindowsBluetoothManager

Namespace ComputerX.Bluetooth
Assembly ComputerX
Modifiers static
Attributes
SupportedOSPlatform("windows")

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: WindowsBluetoothActionResult

Executes a Bluetooth control request for a remembered device.

Parameters

action ComputerX.Bluetooth.WindowsBluetoothActionKind requiredposition: 0
deviceIdentifier System.String requiredposition: 1
public static WindowsBluetoothActionResult Execute(WindowsBluetoothActionRequest request) #
Returns: WindowsBluetoothActionResult

Executes a Bluetooth control request for a remembered device.

Parameters

request ComputerX.Bluetooth.WindowsBluetoothActionRequest requiredposition: 0
public static WindowsBluetoothStatus GetStatus() #
Returns: WindowsBluetoothStatus

Returns remembered Bluetooth device status for the local machine.