Platforms to show: All Mac Windows Linux Cross-Platform

Back to PhidgetMBS class.

PhidgetMBS.InstanceCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property Phidgets MBS Phidgets Plugin 24.5 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Queries number of Xojo Phidget instances.
Example
Var InstanceCount1 As Integer = PhidgetMBS.InstanceCount // shows 0

Var p As New PhidgetGyroscopeMBS

Var InstanceCount2 As Integer = PhidgetMBS.InstanceCount // shows 1

p = Nil

Var InstanceCount3 As Integer = PhidgetMBS.InstanceCount // shows 0

Break

The plugin has a counter to make sure we initialize automatically on the first object creation and track how many there are.
(Read only property)

PhidgetMBS.LibraryVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the version of the Phidget library being used by the program in human readable form.

(Read only property)

PhidgetMBS.LibraryVersionNumber as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the version of the Phidget library being used by the program as a version number string.

(Read only property)

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


The biggest plugin in space...