Platforms to show: All Mac Windows Linux Cross-Platform
WindowsGattDeviceServicesResultMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Bluetooth | MBS WinFrameworks Plugin | 22.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
See WindowsGattDeviceServiceMBS class.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 3 properties
- property Handle as Integer
- property ProtocolError as Integer
- property Status as Integer
- 3 methods
- method Constructor Private
- method Destructor
- method Services as WindowsGattDeviceServiceMBS()
- 4 constants
Status Values
Constant | Value | Description |
---|---|---|
StatusAccessDenied | 3 |
Access is denied. |
StatusProtocolError | 2 |
There was a GATT communication protocol error. |
StatusSuccess | 0 |
The operation completed successfully. |
StatusUnreachable | 1 |
No communication can be performed with the device, at this time. |
This class has no sub classes.
Some events using this class:
- WindowsBluetoothLEDeviceMBS.GetGattServicesCompleted(asyncStatus as Integer, Result as WindowsGattDeviceServicesResultMBS)
- WindowsGattDeviceServiceMBS.IncludedServicesCompleted(asyncStatus as Integer, Result as WindowsGattDeviceServicesResultMBS)
Some examples using this class:
Blog Entries
Release notes
- Version 22.3
- Added WindowsGattDeviceServicesResultMBS and WindowsGattCharacteristicsResultMBS classes and related methods for WindowsGattDeviceServiceMBS class.
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsGattDeviceServiceMBS - WindowsGattReadClientCharacteristicConfigurationDescriptorResultMBS