BioRadioDevice Properties |
The BioRadioDevice type exposes the following members.
Name | Description | |
---|---|---|
AuxiliarySignals |
The signal group that contains signals from Auxiliary sensors, if any are configured. If no Auxiliary signals are available, this group will be null.
|
|
BioPotentialSignals |
The signal group that contains signals from Biopotential sensors, if any are enabled.
|
|
DroppedPacketCount |
The number of dropped packets during streaming.
|
|
FirmwareVersion |
The current device firmware version.
(Inherited from DaqDevice.) |
|
HardwareVersion |
The current device hardware version number.
(Inherited from DaqDevice.) |
|
IsAcquiring |
Indicates whether the device is currently streaming signal data to the PC.
(Inherited from DaqDevice.) |
|
IsConnected |
Indicates whether the device is currently connected to the PC and able to receive commands.
(Inherited from DaqDevice.) |
|
IsDeviceLocked |
Indicates whether the device is in locked mode.
(Inherited from DaqDevice.) |
|
IsRecording |
Indicates whether the device is currently recording the raw data stream to a file.
(Inherited from DaqDevice.) |
|
IsVirtualMode | (Inherited from DaqDevice.) | |
LastPacketCount |
The zero-based index of the last packet received from the device.
|
|
Name |
The name associated with this device.
(Inherited from DaqDevice.) |
|
PulseOxSignals |
The signal group that contains signals from PulseOx sensors, if any are configured. If no PulseOx sensors are available, this group is null.
|
|
SignalGroups |
A list of all SignalGroups defined for this device.
(Inherited from DaqDevice.) |
|
TotalAcquisitionTime |
Represents the total time elapsed since acquisition last began. This value is derived from the amount of data received from the device, and not on the system clock.
|