Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsGattValueChangedEventArgsMBS class.

WindowsGattValueChangedEventArgsMBS.CharacteristicValue as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Bluetooth MBS WinFrameworks Plugin 23.0 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets the new Characteristic Value.

(Read only property)

Some examples using this property:

WindowsGattValueChangedEventArgsMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Bluetooth MBS WinFrameworks Plugin 23.0 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The internal object reference.

(Read only property)

WindowsGattValueChangedEventArgsMBS.Timestamp as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Bluetooth MBS WinFrameworks Plugin 23.0 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The time at which the system was notified of the Characteristic Value change.
Example
// convert value to time.
Dim e as WindowsGattValueChangedEventArgsMBS // your object
Dim value As Double = e.Timestamp / 10000000.0
Dim d As New DateTime(1601, 1, 1, 0, 0, 0, 0)

d = New DateTime(d.SecondsFrom1970 + value)

MessageBox d.ToString

(Read only property)

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


The biggest plugin in space...