Click or drag to resize
AuxiliaryChannelConfiguration Class
Describes the configuration of a Auxiliary channel.
Inheritance Hierarchy
SystemObject
  GLNeuroTech.Devices.BioRadio.ConfigurationChannelConfiguration
    GLNeuroTech.Devices.BioRadio.ConfigurationAuxiliaryChannelConfiguration

Namespace: GLNeuroTech.Devices.BioRadio.Configuration
Assembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax
public class AuxiliaryChannelConfiguration : ChannelConfiguration

The AuxiliaryChannelConfiguration type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals (Inherited from ChannelConfiguration.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from ChannelConfiguration.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyChannelIndex
The one-based channel ID that corresponds to the channel label on the device.
(Inherited from ChannelConfiguration.)
Public propertyChannelType
A text label to describe the type of channel
(Inherited from ChannelConfiguration.)
Public propertyConnected
Indicates whether this channel is connected. This is a read-only property.
(Inherited from ChannelConfiguration.)
Public propertyEnabled
Indicates whether this channel is enabled. If true, data will be acquired on this channel. Otherwise, no data will be acquired.
(Inherited from ChannelConfiguration.)
Public propertyName
The name associated with this channel. Names cannot exceed 30 characters.
(Inherited from ChannelConfiguration.)
Public propertyPresetCode
Public propertySaved
Indicates whether this channel will be saved to internal device memory when acquiring.
(Inherited from ChannelConfiguration.)
Public propertyStreamed
Indicates whether channel data will be wirelessly streamed to a connected client when acquisition is started.
(Inherited from ChannelConfiguration.)
Top
See Also