Click or drag to resize
EventMarkerChannelConfiguration Class
Represents the configuration of a BioRadio event marker channel.
Inheritance Hierarchy
SystemObject
  GLNeuroTech.Devices.BioRadio.ConfigurationChannelConfiguration
    GLNeuroTech.Devices.BioRadio.ConfigurationEventMarkerChannelConfiguration

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

The EventMarkerChannelConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodEventMarkerChannelConfiguration
Initializes a new instance of the EventMarkerChannelConfiguration class
Top
Methods
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
A code to indicate an application-specific use for this channel.
(Inherited from ChannelConfiguration.)
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