Platforms to show: All Mac Windows Linux Cross-Platform

Back to PhidgetDictionaryMBS class.

PhidgetDictionaryMBS.add(key as String, value as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Adds a new key value pair to the dictionary.

It is an error if the key already exits.

PhidgetDictionaryMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
creates an instance of a Phidget channel.

PhidgetDictionaryMBS.Keys as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Queries all keys in a dictionary.

The list might not contain all of the keys in the dictionary if it is modified while you query keys.
Keys added during the scan may be missed, and keys deleted during the scan may be included.

PhidgetDictionaryMBS.remove(key as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Removes the key from the dictionary.

PhidgetDictionaryMBS.removeAll

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Removes every key from the dictionary.

PhidgetDictionaryMBS.update(key as String, value as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Updates a key value pair in the dictionary.

It is an error if the key does not exist.

PhidgetDictionaryMBS.Value(key as String) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Set or get the value associated with the given key from the dictionary.

(Read and Write computed property)

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


The biggest plugin in space...