BioRadioDevice Methods |
The BioRadioDevice type exposes the following members.
Name | Description | |
---|---|---|
Connect |
Establishes a connection to the device.
(Overrides DaqDeviceConnect.) |
|
Disconnect |
Disconnect the application from the device
(Overrides DaqDeviceDisconnect.) |
|
Dispose | (Inherited from DaqDevice.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBatteryInfo |
Get the current battery information, including voltage, current, and charge state.
|
|
GetConfiguration |
Retrieves the current Configuration applied to the device.
|
|
GetDeviceTime |
Returns the current time stored on the device
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LockDevice |
Locks the Great Lakes NeuroTechnologies device so that no other interactive commands will be accepted.
(Inherited from DaqDevice.) |
|
MemberwiseClone | (Inherited from Object.) | |
SaveConfiguration(Stream) |
Writes the current configuration to a stream as xml
|
|
SaveConfiguration(String) |
Saves the current configuration to a file as xml
|
|
SetConfiguration(Stream) |
Accepts a stream which contains an xml configuration and uses
this stream to set the configuration for the BioRadioDevice
|
|
SetConfiguration(String) |
Accepts a file path to a file which contains an xml configuration
and uses this file to set the configuration for the BioRadioDevice
|
|
SetConfiguration(BioRadioConfiguration) |
This will be implemented as a wrapper around the 2 lower-level commands to set global and channel Configurations.
|
|
SetDeviceTime |
Sends the current time to the device to synchronize with PC system time.
(Overrides DaqDeviceSetDeviceTime.) |
|
SetDeviceTime(DateTime) |
Sets the device time to a specific date/time value
(Inherited from DaqDevice.) |
|
StartAcquisition |
Starts acquisition of signal data from the device.
(Overrides DaqDeviceStartAcquisition.) |
|
StartRecording |
Starts recording raw device data stream to the specified file name.
(Inherited from DaqDevice.) |
|
StopAcquisition |
Stops the device from streaming data to the PC.
(Overrides DaqDeviceStopAcquisition.) |
|
StopRecording |
Stops recording raw device data stream and closes the file. If the device is not currently recording, an exception will be thrown.
(Inherited from DaqDevice.) |
|
ToString | (Inherited from Object.) | |
UnlockDevice |
Sends the unlock command to the device.
(Inherited from DaqDevice.) |