Click or drag to resize

ADCChannelValues Class

This class reports ADC channel values from a ScripTouch device.
Inheritance Hierarchy
SystemObject
  ProScriptADCChannelValues

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public sealed class ADCChannelValues

The ADCChannelValues type exposes the following members.

Constructors
  NameDescription
Public methodADCChannelValues
Initializes a new instance of the ADCChannelValues class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetChannelNumber
Gets the channel number.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSample1
Gets the first sample.
Public methodGetSample2
Gets the second sample.
Public methodGetSample3
Gets the third sample.
Public methodGetSample4
Gets the forth sample.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts this object into a human readable string.
(Overrides ObjectToString.)
Top
See Also