Platforms to show: All Mac Windows Linux Cross-Platform

Back to OldPhidgetRFIDMBS class.

OldPhidgetRFIDMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The constructor.

On success the handle value is not zero.
The Lasterror property is set.

OldPhidgetRFIDMBS.getAntennaOn as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the state of the antenna.

The Lasterror property is set.

Some examples using this method:

OldPhidgetRFIDMBS.getLastTag(m as memoryblock) as memoryblock

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Stores the last tag in a memoryblock.

You need to pass in a memoryblock of the correct size for your tags.
For convenience the memoryblock is returned.

The Lasterror property is set.

Some examples using this method:

OldPhidgetRFIDMBS.getLEDOn as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the state of the onboard LED.

The Lasterror property is set.

Some examples using this method:

OldPhidgetRFIDMBS.getOutputCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the number of outputs supported by this board.

The Lasterror property is set.

OldPhidgetRFIDMBS.getOutputState(index as Integer) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the state of an output.

The Lasterror property is set.

OldPhidgetRFIDMBS.getTagStatus as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Gets the tag present status.

This is whether or not a tag is being read by the reader.
The Lasterror property is set.

Some examples using this method:

OldPhidgetRFIDMBS.setAntennaOn(value as boolean)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Sets the state of the antenna.

Note that the antenna must be enabled before tags will be read.
The Lasterror property is set.

Some examples using this method:

OldPhidgetRFIDMBS.setLEDOn(value as boolean)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Sets the state of the onboard LED.

The Lasterror property is set.

Some examples using this method:

OldPhidgetRFIDMBS.setOutputState(index as Integer, value as boolean)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Sets the state of an output.

The Lasterror property is set.

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


The biggest plugin in space...