Platforms to show: All Mac Windows Linux Cross-Platform

Back to OldPhidgetDictionaryMBS class.

OldPhidgetDictionaryMBS.Error(errorCode as Integer, errorDescription as string)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No
This error event is used for reporting asynchronous errors – mostly related to opening remote Phidgets.

With plugin version 8.5 and newer this event is executed on the main thread of your application to avoid crashes with Xojo. Events are buffered until you the main thread has time available.
Older plugins execute the event on the thread where the event was created which may lead into problems described in the ThreadMBS class documentation.

OldPhidgetDictionaryMBS.KeyChanged(key as string, value as string, reason as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No
These event will be called on key add, remove, and change.

The Lasterror property is set.
It will also fire once to give an initial key value as soon as it is registered, if the key already exists.

With plugin version 8.5 and newer this event is executed on the main thread of your application to avoid crashes with Xojo. Events are buffered until you the main thread has time available.
Older plugins execute the event on the thread where the event was created which may lead into problems described in the ThreadMBS class documentation.

Reason values:
PHIDGET_DICTIONARY_VALUE_CHANGED1
PHIDGET_DICTIONARY_ENTRY_ADDED2
PHIDGET_DICTIONARY_ENTRY_REMOVING3
PHIDGET_DICTIONARY_CURRENT_VALUE4

OldPhidgetDictionaryMBS.ServerConnect

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No
This event is called when a connection to the sever has been made.

With plugin version 8.5 and newer this event is executed on the main thread of your application to avoid crashes with Xojo. Events are buffered until you the main thread has time available.
Older plugins execute the event on the thread where the event was created which may lead into problems described in the ThreadMBS class documentation.

OldPhidgetDictionaryMBS.ServerDisconnect

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No
This event is called when a connection to the server has been lost.

With plugin version 8.5 and newer this event is executed on the main thread of your application to avoid crashes with Xojo. Events are buffered until you the main thread has time available.
Older plugins execute the event on the thread where the event was created which may lead into problems described in the ThreadMBS class documentation.

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


The biggest plugin in space...