BioRadio SDK - Java Android  1.1
com.glneurotech.devices.bioradio.configuration.ChannelTypeCode Enum Reference

Public Member Functions

int getValue ()
 

Static Public Member Functions

static ChannelTypeCode forValue (int value)
 

Public Attributes

 BioPotential =(0x00)
 
 EventMarker =(0x01)
 
 Mems =(0x02)
 
 Auxiliary =(0x03)
 
 PulseOx =(0x04)
 
 NotConnected =(0xFF)
 

Static Public Attributes

static final int SIZE = java.lang.Integer.SIZE
 

Detailed Description

Enumeration describes the type of signal channel

Member Function Documentation

◆ forValue()

static ChannelTypeCode com.glneurotech.devices.bioradio.configuration.ChannelTypeCode.forValue ( int  value)
static

Gets the ChannelTypeCode for the passed numeric value

Parameters
valueTake an integer as parameter.
Returns
ChannelTypeCode

◆ getValue()

int com.glneurotech.devices.bioradio.configuration.ChannelTypeCode.getValue ( )

Gets the numeric value for this enum

Returns
int

Member Data Documentation

◆ Auxiliary

com.glneurotech.devices.bioradio.configuration.ChannelTypeCode.Auxiliary =(0x03)

◆ BioPotential

com.glneurotech.devices.bioradio.configuration.ChannelTypeCode.BioPotential =(0x00)

◆ EventMarker

com.glneurotech.devices.bioradio.configuration.ChannelTypeCode.EventMarker =(0x01)

◆ Mems

com.glneurotech.devices.bioradio.configuration.ChannelTypeCode.Mems =(0x02)

◆ NotConnected

com.glneurotech.devices.bioradio.configuration.ChannelTypeCode.NotConnected =(0xFF)

◆ PulseOx

com.glneurotech.devices.bioradio.configuration.ChannelTypeCode.PulseOx =(0x04)

◆ SIZE

static final int com.glneurotech.devices.bioradio.configuration.ChannelTypeCode.SIZE = java.lang.Integer.SIZE
static

data size


The documentation for this enum was generated from the following file: