Click or drag to resize
BioRadioConfiguration Class
The BioRadioConfiguration class encapsulates all settings that can be defined and programmed for the BioRadio.
Inheritance Hierarchy
SystemObject
  GLNeuroTech.Devices.BioRadio.ConfigurationBioRadioConfiguration

Namespace: GLNeuroTech.Devices.BioRadio.Configuration
Assembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax
public class BioRadioConfiguration : ICloneable, 
	IXmlSerializable

The BioRadioConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodBioRadioConfiguration
Initializes a new instance GLNeuroTech.Devices.BioRadio.Configuration.BioRadioConfiguration
Top
Methods
  NameDescription
Public methodClone
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetSchema
Gets the XML schema for the BioRadioConfiguration class.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodCode exampleReadXml
Reads the BioRadioConfiguration class as XML.
Public methodToString (Inherited from Object.)
Public methodCode exampleWriteXml
Writes the BioRadioConfiguration class as XML.
Top
Properties
  NameDescription
Public propertyBioPotentialChannels
The collection of BioPotential Channel definitions
Public propertyEventMarkerChannel
The configuration of the Event Marker channel for the device.
Public propertyExternalSensors
The collection of external sensors for this configuration.
Public propertyName
The name of this configuration. The BioRadio can accept up to 16 ASCII characters.
Public propertyPatientGroundDriven
Specifies whether the device is patient ground driven.
Public propertyPerformLeadOffDetection
Determines whether the device performs lead-off detection.
Public propertySampleRate
The sampling rate applied to the BioPotential channels. This value is in Hz
Public propertyTermination
Specifies whether the BioRadio is configured for single-ended or differential biopotential inputs
Top
See Also