GroupLab.Phidgets.NET Documentation

PhidgetErrorEventArgs Members

PhidgetErrorEventArgs overview

Public Instance Fields

Description Gets a human-readable text description of the error.
PhidgetDevice Gets a reference to the phidget device that caused the error.
SCODE Gets the underlying OS error code that describes the error. 0x20000001: Device is not being maintained by the Phidget Manager. This error will occur after the USB Phidget has been detached and the API continues to send commands. Not serious; 0x20000002: Attempt to write to the Phidget failed. This error can occur after the USB Phidget is detached and before the Phidget Manager has noticed. It is not unusual to get several of these errors when a device is detached. Not serious; 0x20000003: Attempt to read the Phidget failed. This error can occur when the device is read after it is detached but before the Phidget Manager noticed. It is not unusual to get several of these errors when a device is detached. Not serious;
ThrownException Gets the .NET exception that would be thrown for this error.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

PhidgetErrorEventArgs Class | GroupLab.Phidgets Namespace