Bio Radio SDK - Xamarin Android
GLNeuroTech.Devices.BioRadio.Configuration.AuxiliaryChannelConfiguration Class Reference

Describes the configuration of a Auxiliary channel. More...

Inheritance diagram for GLNeuroTech.Devices.BioRadio.Configuration.AuxiliaryChannelConfiguration:
GLNeuroTech.Devices.BioRadio.Configuration.ChannelConfiguration

Public Member Functions

 AuxiliaryChannelConfiguration ()
 
AuxiliaryTransducerType GetEnumPresetCode ()
 Changed this to a method as Embeddinator-4K could not handle the enum to ushort conversion of the property More...
 
 AuxiliaryChannelConfiguration (byte[] bytes)
 Auxiliary Channel Configuration More...
 
- Public Member Functions inherited from GLNeuroTech.Devices.BioRadio.Configuration.ChannelConfiguration
 ChannelConfiguration ()
 Channel configuration: set initial Name, Saved and Streamed More...
 
override bool Equals (object obj)
 COmpare two channel configuration More...
 
override int GetHashCode ()
 Get Hash Code for Name and Preset Code More...
 

Additional Inherited Members

- Properties inherited from GLNeuroTech.Devices.BioRadio.Configuration.ChannelConfiguration
string ChannelType [get]
 A text label to describe the type of channel More...
 
int ChannelIndex [get, set]
 The one-based channel ID that corresponds to the channel label on the device. More...
 
String Name [get, set]
 The name associated with this channel. Names cannot exceed 30 characters. More...
 
bool Enabled [get, set]
 Indicates whether this channel is enabled. If true, data will be acquired on this channel. Otherwise, no data will be acquired. More...
 
bool Saved [get, set]
 Indicates whether this channel will be saved to internal device memory when acquiring. More...
 
bool Streamed [get, set]
 Indicates whether channel data will be wirelessly streamed to a connected client when acquisition is started. More...
 
ushort PresetCode [get, set]
 A code to indicate an application-specific use for this channel. More...
 
bool Connected [get, set]
 Indicates whether this channel is connected. This is a read-only property. More...
 

Detailed Description

Describes the configuration of a Auxiliary channel.

Constructor & Destructor Documentation

◆ AuxiliaryChannelConfiguration() [1/2]

GLNeuroTech.Devices.BioRadio.Configuration.AuxiliaryChannelConfiguration.AuxiliaryChannelConfiguration ( )

◆ AuxiliaryChannelConfiguration() [2/2]

GLNeuroTech.Devices.BioRadio.Configuration.AuxiliaryChannelConfiguration.AuxiliaryChannelConfiguration ( byte []  bytes)

Auxiliary Channel Configuration

Parameters
bytesTake a byte array.

Member Function Documentation

◆ GetEnumPresetCode()

AuxiliaryTransducerType GLNeuroTech.Devices.BioRadio.Configuration.AuxiliaryChannelConfiguration.GetEnumPresetCode ( )

Changed this to a method as Embeddinator-4K could not handle the enum to ushort conversion of the property