Click or drag to resize
Sample Class
Represents one distinct sample of data read from a Great Lakes NeuroTechnologies DaqDevice.
Inheritance Hierarchy
SystemObject
  GLNeuroTech.Devices.CommonSample

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public class Sample

The Sample type exposes the following members.

Constructors
  NameDescription
Public methodSample
Initializes a new instance of the Sample class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertySampleNumber
The incremental sample number associated with this sample.
Public propertyValue
The value read from the device.
Top
See Also