OldPhidgetMBS properties

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to OldPhidgetMBS class.

OldPhidgetMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The internal used CPhidgetHandle.

(Read and Write property)

OldPhidgetMBS.Lasterror as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The last error code.

EPHIDGET_NOTFOUND1"A Phidget matching the type and or serial number could not be found." This indicates that a Phidget being searched for (ie. via Open) could not be located.
EPHIDGET_NOMEMORY2"Memory could not be allocated." This indicates that there is not enough memory for the Phidgets library to create the object requested.
EPHIDGET_UNEXPECTED3"Unexpected Error. Contact Phidgets Inc. for support." Indicates that a serious error has occurred, or a severe bug exists within the library.
EPHIDGET_INVALIDARG4"Invalid argument passed to function." An argument is not valid to the requirements of the function. In many cases this refers to an invalid Phidget Handle.
EPHIDGET_NOTATTACHED5"Phidget not physically attached." Indicates the function requires an attached Phidget to operate.
EPHIDGET_INTERRUPTED6"Read/Write operation was interrupted" An error occurred while attempting to communicate with the Phidget over USB.
EPHIDGET_INVALID7"The Error Code is not defined." Indicates that a serious error has occurred, or a severe bug exists within the library.
EPHIDGET_NETWORK8"Network Error." Attempting to communicate with the Phidget via the Network has failed.
EPHIDGET_UNKNOWNVAL9"Value is Unknown (State not yet received from device)." A query to a value on the Phidget device has failed as the Phidget has not returned data yet.
EPHIDGET_BADPASSWORD10"Authorization Failed." The remote access method has failed it's authorization.
EPHIDGET_UNSUPPORTED11"Not Supported" This is a bad or unsupported function call.
EPHIDGET_DUPLICATE12"Duplicated request" A previous request to the device has already performed this function, and it is not valid to perform twice.
EPHIDGET_TIMEOUT13"Given timeout has been exceeded" A synchronous request has failed it's time limits. Usually this is returned when attempting WaitForConnect.
EPHIDGET_OUTOFBOUNDS14"Index out of Bounds" An index into the function is above or below the recognized bounds of the device. ie. when accessing a single sensor on a multisensor device.
EPHIDGET_EVENT15"A non-null error code was returned from an event handler" An error code was passed to a function handler. Note that correct decoding of the actual error would have to be done within the event handler itself.
EPHIDGET_NETWORK_NOTCONNECTED16"A connection to the server does not ex-ist." An attempt to connect to a remotely connected device or service failed due to network connectivity problems.
EPHIDGET_WRONGDEVICE17"Function is not applicable for this device." The wrong type of device handle was passed as an argument to a function. (ie. calling CPhidgetWeightSensor_getWeight with an Accelerometer handle)
(Read and Write property)

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


💬 Ask a question or report a problem