Platforms to show: All Mac Windows Linux Cross-Platform
Back to WindowsGattCharacteristicMBS class.
WindowsGattCharacteristicMBS.AllDescriptors as WindowsGattDescriptorMBS()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 22.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
WindowsGattCharacteristicMBS.Constructor Private
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 22.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
See also:
WindowsGattCharacteristicMBS.Constructor(other as WindowsGattCharacteristicMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 22.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
See also:
WindowsGattCharacteristicMBS.Descriptors(characteristicUUID as String) as WindowsGattDescriptorMBS()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 22.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
WindowsGattCharacteristicMBS.Destructor
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 22.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
WindowsGattCharacteristicMBS.GetDescriptorsAsync
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 22.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calls DescriptorsCompleted event later when finished.
See also:
Some examples using this method:
WindowsGattCharacteristicMBS.GetDescriptorsAsync(BluetoothCacheMode as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 22.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calls DescriptorsCompleted event later when finished.
See also:
WindowsGattCharacteristicMBS.GetDescriptorsForUuidAsync(characteristicUuid as String)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 22.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calls DescriptorsCompleted event later when finished.
See also:
WindowsGattCharacteristicMBS.GetDescriptorsForUuidAsync(characteristicUuid as String, BluetoothCacheMode as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 22.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calls DescriptorsCompleted event later when finished.
See also:
WindowsGattCharacteristicMBS.ReadClientCharacteristicConfigurationDescriptorAsync
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 23.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calls ReadClientCharacteristicConfigurationDescriptorAsyncCompleted event later.
WindowsGattCharacteristicMBS.ReadValueAsync
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 22.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calls ReadValueAsyncCompleted event later.
See also:
WindowsGattCharacteristicMBS.ReadValueAsync(CacheMode as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 22.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calls ReadValueAsyncCompleted event later.
See also:
WindowsGattCharacteristicMBS.WriteClientCharacteristicConfigurationDescriptorAsync(ClientCharacteristicConfigurationDescriptorValue as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 23.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Writes the ClientCharacteristicConfigurationDescriptor to the Bluetooth LE device, and if the value to be written represents an indication or a notification and a ValueChanged event handler is registered, enables receiving ValueChanged events from the device.
Pass the new value for the ClientCharacteristicConfigurationDescriptor of this Characteristic object.
Calls WriteClientCharacteristicConfigurationDescriptorAsyncCompleted later.
Some examples using this method:
WindowsGattCharacteristicMBS.WriteClientCharacteristicConfigurationDescriptorWithResultAsync(ClientCharacteristicConfigurationDescriptorValue as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 23.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Writes the ClientCharacteristicConfigurationDescriptor to the Bluetooth LE device, and if the value to be written represents an indication or a notification and a ValueChanged event handler is registered, enables receiving ValueChanged events from the device.
Please pass the new value for the ClientCharacteristicConfigurationDescriptor of this WindowsGattCharacteristicMBS object.
Calls WriteClientCharacteristicConfigurationDescriptorWithResultAsyncCompleted event later.
WindowsGattCharacteristicMBS.WriteValueAsync(buffer as MemoryBlock)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 22.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calls WriteValueAsyncCompleted event later.
See also:
WindowsGattCharacteristicMBS.WriteValueAsync(buffer as MemoryBlock, WriteOption as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 22.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
WriteOption is either WriteWithResponse or WriteWithoutResponse.
Calls WriteValueAsyncCompleted event later.
See also:
WindowsGattCharacteristicMBS.WriteValueWithResultAsync(buffer as MemoryBlock)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 22.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calls WriteValueWithResultAsyncCompleted event later.
See also:
WindowsGattCharacteristicMBS.WriteValueWithResultAsync(buffer as MemoryBlock, WriteOption as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Bluetooth | MBS WinFrameworks Plugin | 22.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calls WriteValueWithResultAsyncCompleted event later.
See also:
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
