WindowsBluetoothLEDeviceMBS methods

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsBluetoothLEDeviceMBS class.

WindowsBluetoothLEDeviceMBS.Close

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Bluetooth MBS WinFrameworks Plugin 22.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Closes this Bluetooth LE device.

This may close the connection to the device if this is the only app with a connection.

WindowsBluetoothLEDeviceMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Bluetooth MBS WinFrameworks Plugin 22.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The private constructor.

See also:

WindowsBluetoothLEDeviceMBS.Constructor(other as WindowsBluetoothLEDeviceMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Bluetooth MBS WinFrameworks Plugin 22.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Copy constructor.

To get a new Xojo object pointing to the same device object.

See also:

WindowsBluetoothLEDeviceMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Bluetooth MBS WinFrameworks Plugin 22.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The destructor.

WindowsBluetoothLEDeviceMBS.GetGattService(serviceUUID as String) as WindowsGattDeviceServiceMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Bluetooth MBS WinFrameworks Plugin 22.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns the GATT service with the given service Id.

serviceUUID: The service Id of the GATT service.

Some examples using this method:

WindowsBluetoothLEDeviceMBS.GetGattServicesAsync

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Bluetooth MBS WinFrameworks Plugin 22.5 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Queries available GATT services for this device.

Calls GetGattServicesCompleted event later with results.

See also:

Some examples using this method:

WindowsBluetoothLEDeviceMBS.GetGattServicesAsync(BluetoothCacheMode as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Bluetooth MBS WinFrameworks Plugin 22.5 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Queries available GATT services for this device.

Calls GetGattServicesCompleted event later with results.

For cache mode, see CacheModeCached and CacheModeUncached constants in WindowsGattDeviceServiceMBS class.

See also:

WindowsBluetoothLEDeviceMBS.GetGattServicesForUuidAsync(serviceUuid as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Bluetooth MBS WinFrameworks Plugin 22.5 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Queries available GATT services for this device with given UUID.

Calls GetGattServicesCompleted event later with results.

See also:

WindowsBluetoothLEDeviceMBS.GetGattServicesForUuidAsync(serviceUuid as String, BluetoothCacheMode as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Bluetooth MBS WinFrameworks Plugin 22.5 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Queries available GATT services for this device with given UUID.

Calls GetGattServicesCompleted event later with results.

For cache mode, see CacheModeCached and CacheModeUncached constants in WindowsGattDeviceServiceMBS class.

See also:

WindowsBluetoothLEDeviceMBS.RequestAccessAsync

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Bluetooth MBS WinFrameworks Plugin 22.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Requests access to the Bluetooth LowEnergy device.

Calls RequestAccessAsyncCompleted event later.

The items on this page are in the following plugins: MBS WinFrameworks Plugin.


💬 Ask a question or report a problem