Click or drag to resize
IOFireBugIoFireBugDataV1 Class
Inheritance Hierarchy

Namespace: IoFireBugEngine
Assembly: IoFireBugEngine (in IoFireBugEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class IoFireBugDataV1 : GenericIoFireBugData, 
	INotifyPropertyChanged

The IoFireBugDataV1 type exposes the following members.

Methods
  NameDescription
Protected methodBinOutputsChanged (Overrides GenericIoFireBugDataBinOutputsChanged.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNotifyPropertyChanged (Inherited from GenericIoFireBugData.)
Protected methodPwmOutputsChanged (Overrides GenericIoFireBugDataPwmOutputsChanged.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUpdateDataLengths
Top
Fields
  NameDescription
Protected fieldparrent (Inherited from GenericIoFireBugData.)
Top
Properties
  NameDescription
Public propertyAdcValues (Inherited from GenericIoFireBugData.)
Public propertyDevId (Inherited from GenericIoFireBugData.)
Public propertyFwVerMajor (Inherited from GenericIoFireBugData.)
Public propertyFwVerMinor (Inherited from GenericIoFireBugData.)
Public propertyInputCounters (Inherited from GenericIoFireBugData.)
Public propertyInputs (Inherited from GenericIoFireBugData.)
Public propertyName (Inherited from GenericIoFireBugData.)
Public propertyOutputs (Inherited from GenericIoFireBugData.)
Public propertyOutputsForce (Inherited from GenericIoFireBugData.)
Public propertyPwmOutputs (Inherited from GenericIoFireBugData.)
Public propertyRotaryCounters (Inherited from GenericIoFireBugData.)
Public propertySerial (Inherited from GenericIoFireBugData.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from GenericIoFireBugData.)
Top
See Also