ChannelConfiguration Class |
Namespace: GLNeuroTech.Devices.BioRadio.Configuration
The ChannelConfiguration type exposes the following members.
Name | Description | |
---|---|---|
ChannelConfiguration | Initializes a new instance of the ChannelConfiguration class | |
ChannelConfiguration(Byte) | Initializes a new instance of the ChannelConfiguration class |
Name | Description | |
---|---|---|
Equals | (Overrides ObjectEquals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
ChannelIndex |
The one-based channel ID that corresponds to the channel label on the device.
| |
ChannelType |
A text label to describe the type of channel
| |
Connected |
Indicates whether this channel is connected. This is a read-only property.
| |
Enabled |
Indicates whether this channel is enabled. If true, data will be acquired on this channel. Otherwise, no data will be acquired.
| |
Name |
The name associated with this channel. Names cannot exceed 30 characters.
| |
PresetCode |
A code to indicate an application-specific use for this channel.
| |
Saved |
Indicates whether this channel will be saved to internal device memory when acquiring.
| |
Streamed |
Indicates whether channel data will be wirelessly streamed to a connected client when acquisition is started.
|