Constants

Summary
Constants
Constants
Error CodesError codes that can show up in PhidgetError exceptions.
Error Event CodesError event codes that can show up in PhidgetErrorEvent.ERROR events.

Constants

Error Codes

Error codes that can show up in PhidgetError exceptions.

EPHIDGET_UNEXPECTEDunknown error occured
EPHIDGET_INVALIDARGinvalid argument passed to function
EPHIDGET_UNKNOWNVALstate not yet recieved from device
EPHIDGET_UNSUPPORTEDfunction not supported for this device, or not yet implemented
EPHIDGET_OUTOFBOUNDStried to index past the end of an array

Error Event Codes

Error event codes that can show up in PhidgetErrorEvent.ERROR events.

Networks related errors

EPHIDGET_NETWORKnetwork error
EPHIDGET_BADPASSWORDwrong password specified
EPHIDGET_NETWORK_NOTCONNECTEDnot connected error
EPHIDGET_BADVERSIONwebservice and client version mismatch

Phidget related errors

EEPHIDGET_OKAn error state has ended - see description for details.
EEPHIDGET_OVERRUNA sampling overrun happend in firmware.
EEPHIDGET_PACKETLOSTOne or more packets were lost.
EEPHIDGET_WRAPA variable has wrapped around.
EEPHIDGET_OVERTEMPOvertemperature condition detected.
EEPHIDGET_OVERCURRENTOvercurrent condition detected.
EEPHIDGET_OUTOFRANGEOut of range condition detected.
EEPHIDGET_BADPOWERPower supply problem detected.
Phidget exceptions.
An asynchronous error occured.
Close