Click or drag to resize
BioRadioDevice Properties

The BioRadioDevice type exposes the following members.

Properties
  Name Description
Public property 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.
Public property BioPotentialSignals
The signal group that contains signals from Biopotential sensors, if any are enabled.
Public property DroppedPacketCount
The number of dropped packets during streaming.
Public property FirmwareVersion
The current device firmware version.
(Inherited from DaqDevice.)
Public property HardwareVersion
The current device hardware version number.
(Inherited from DaqDevice.)
Public property IsAcquiring
Indicates whether the device is currently streaming signal data to the PC.
(Inherited from DaqDevice.)
Public property IsConnected
Indicates whether the device is currently connected to the PC and able to receive commands.
(Inherited from DaqDevice.)
Public property IsDeviceLocked
Indicates whether the device is in locked mode.
(Inherited from DaqDevice.)
Public property IsRecording
Indicates whether the device is currently recording the raw data stream to a file.
(Inherited from DaqDevice.)
Protected property IsVirtualMode (Inherited from DaqDevice.)
Public property LastPacketCount
The zero-based index of the last packet received from the device.
Public property Name
The name associated with this device.
(Inherited from DaqDevice.)
Public property PulseOxSignals
The signal group that contains signals from PulseOx sensors, if any are configured. If no PulseOx sensors are available, this group is null.
Public property SignalGroups
A list of all SignalGroups defined for this device.
(Inherited from DaqDevice.)
Public property 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.
Top
See Also