Click or drag to resize
ChannelConfiguration Class
This class describes all settings that apply across all device channels.
Inheritance Hierarchy

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

The ChannelConfiguration type exposes the following members.

Constructors
Methods
Properties
  NameDescription
Public propertyChannelIndex
The one-based channel ID that corresponds to the channel label on the device.
Public propertyChannelType
A text label to describe the type of channel
Public propertyConnected
Indicates whether this channel is connected. This is a read-only property.
Public propertyEnabled
Indicates whether this channel is enabled. If true, data will be acquired on this channel. Otherwise, no data will be acquired.
Public propertyName
The name associated with this channel. Names cannot exceed 30 characters.
Public propertyPresetCode
A code to indicate an application-specific use for this channel.
Public propertySaved
Indicates whether this channel will be saved to internal device memory when acquiring.
Public propertyStreamed
Indicates whether channel data will be wirelessly streamed to a connected client when acquisition is started.
Top
See Also