Platforms to show: All Mac Windows Linux Cross-Platform
WindowsGattSessionMBS class
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
- 2 shared methods
- shared method FromDeviceId(deviceId as WindowsBluetoothDeviceIdMBS) as WindowsGattSessionMBS
- 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.
Blog Entries
- MBS Xojo Plugins, version 24.6pr4
- News from the MBS Xojo Plugins Version 23.3
- MBS Xojo Plugins, version 23.3pr2
- News from the MBS Xojo Plugins in Version 23.0
- MonkeyBread Software Releases the MBS Xojo Plugins in version 23.0
- MBS Xojo Plugins, version 22.6pr1
Xojo Developer Magazine
Release notes
- Version 25.0
- Added more NULL checks for DevicePairingRequestedEventArgsMBS, WindowsDeviceInformationMBS, WindowsDeviceInformationPairingMBS, WindowsBluetoothLEDeviceMBS, WindowsGattDeviceServiceMBS and WindowsGattSessionMBS classes.
- Version 23.3
- Added FromDeviceId function to WindowsGattSessionMBS class.
- Version 23.0
- Added WindowsGattSessionMBS class.
Some properties using for this class:
- WindowsGattDeviceServiceMBS.Session as WindowsGattSessionMBS
Some related classes:
- class WindowsBluetoothDeviceIdMBS
- class WindowsBluetoothLEDeviceMBS
- class WindowsDeviceInformationMBS
- class WindowsDeviceInformationPairingMBS
- class WindowsGattDeviceServiceMBS
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsGattReadResultMBS - WindowsGattValueChangedEventArgsMBS
