Click or drag to resize
DaqDevice Methods

The DaqDevice type exposes the following members.

Methods
  Name Description
Public method Connect
Opens a connection to the device so that commands can be issued and data can be acquired.
Public method Disconnect
Disconnects and closes the connection.
Public method Dispose
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method LockDevice
Locks the Great Lakes NeuroTechnologies device so that no other interactive commands will be accepted.
Protected method MemberwiseClone (Inherited from Object.)
Public method SetDeviceTime
Sends the current time to the device to synchronize with PC system time.
Public method SetDeviceTime(DateTime)
Sets the device time to a specific date/time value
Public method StartAcquisition
Begins streaming real-time data from the connected device.
Public method StartRecording
Starts recording raw device data stream to the specified file name.
Public method StopAcquisition
Stops streaming real-time data from the connected device.
Public method StopRecording
Stops recording raw device data stream and closes the file. If the device is not currently recording, an exception will be thrown.
Public method ToString (Inherited from Object.)
Public method UnlockDevice
Sends the unlock command to the device.
Top
See Also