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