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

Public Member Functions

int getValue ()
 

Static Public Member Functions

static BioPotentialTermination forValue (int value)
 

Public Attributes

 SingleEnded
 
 Differential
 

Static Public Attributes

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

Detailed Description

Specifies whether the BioRadio has been configured for Single-Ended or Differential inputs. When configured for differential inputs, 4 BioPotential channels are available. Otherwise, 8 channels are available.

Member Function Documentation

◆ forValue()

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

Gets the enum for the passed value

Parameters
valueTake an integer value as parameter.
Returns
BioPotentialTermination

◆ getValue()

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

Gets the numeric value for this enum

Returns
int

Member Data Documentation

◆ Differential

com.glneurotech.devices.bioradio.configuration.BioPotentialTermination.Differential

BioRadio is configured for Differential inputs

◆ SingleEnded

com.glneurotech.devices.bioradio.configuration.BioPotentialTermination.SingleEnded

BioRadio is configured for Single-ended inputs

◆ SIZE

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

Data size


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