Platforms to show: All Mac Windows Linux Cross-Platform
WindowsGattSessionMBS class New in 23.0
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Bluetooth | MBS WinFrameworks Plugin | 23.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
- 2 events
- event MaxPduSizeChanged
- event SessionStatusChanged
- 6 properties
- property CanMaintainConnection as Boolean
- property DeviceId as WindowsBluetoothDeviceIdMBS
- property Handle as Integer
- property MaintainConnection as Boolean
- property MaxPduSize as Integer
- property SessionStatus as Integer
- 4 methods
- method Close
- method Constructor Private
- method Constructor(other as WindowsGattSessionMBS)
- method Destructor
- shared method FromDeviceIdAsync(deviceId as WindowsBluetoothDeviceIdMBS, delegateHandler as FromDeviceIdAsyncCompletedMBS)
- delegate FromDeviceIdAsyncCompletedMBS(AsyncStatus as Integer, session as WindowsGattSessionMBS)
- 2 constants
Status
Constant | Value | Description |
---|---|---|
StatusActive | 1 |
The GATT session is active. |
StatusClosed | 0 |
The GATT session is closed. |
This class has no sub classes.
Some properties using for this class:
- WindowsGattDeviceServiceMBS.Session as WindowsGattSessionMBS
Blog Entries
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsGattReadResultMBS - WindowsGattValueChangedEventArgsMBS
