Click or drag to resize
BioRadioDevice Methods

The BioRadioDevice type exposes the following members.

Methods
  Name Description
Public method Code example Connect
Establishes a connection to the device.
(Overrides DaqDeviceConnect.)
Public method Disconnect
Disconnect the application from the device
(Overrides DaqDeviceDisconnect.)
Public method Dispose (Inherited from DaqDevice.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBatteryInfo
Get the current battery information, including voltage, current, and charge state.
Public method Code example GetConfiguration
Retrieves the current Configuration applied to the device.
Public method GetDeviceTime
Returns the current time stored on the device
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.
(Inherited from DaqDevice.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SaveConfiguration(Stream)
Writes the current configuration to a stream as xml
Public method SaveConfiguration(String)
Saves the current configuration to a file as xml
Public method SetConfiguration(Stream)
Accepts a stream which contains an xml configuration and uses this stream to set the configuration for the BioRadioDevice
Public method Code example 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
Public method Code example SetConfiguration(BioRadioConfiguration)
This will be implemented as a wrapper around the 2 lower-level commands to set global and channel Configurations.
Public method SetDeviceTime
Sends the current time to the device to synchronize with PC system time.
(Overrides DaqDeviceSetDeviceTime.)
Public method SetDeviceTime(DateTime)
Sets the device time to a specific date/time value
(Inherited from DaqDevice.)
Public method Code example StartAcquisition
Starts acquisition of signal data from the device.
(Overrides DaqDeviceStartAcquisition.)
Public method StartRecording
Starts recording raw device data stream to the specified file name.
(Inherited from DaqDevice.)
Public method StopAcquisition
Stops the device from streaming data to the PC.
(Overrides DaqDeviceStopAcquisition.)
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.
(Inherited from DaqDevice.)
Public method ToString (Inherited from Object.)
Public method UnlockDevice
Sends the unlock command to the device.
(Inherited from DaqDevice.)
Top
See Also