BioRadio SDK - Java Android  1.1
com.glneurotech.devices.common.CommunicationErrorArgs.DaqDeviceError Enum Reference

Public Member Functions

int getValue ()
 

Static Public Member Functions

static DaqDeviceError forValue (int index)
 

Public Attributes

 ConnectionLost
 
 PacketMissed
 

Static Public Attributes

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

Detailed Description

List of specific DaqDevice communication types.

Member Function Documentation

◆ forValue()

static DaqDeviceError com.glneurotech.devices.common.CommunicationErrorArgs.DaqDeviceError.forValue ( int  index)
static

Gets the DaqDeviceError for the passed ordinal position

Parameters
indexTake an integer for the index
Returns
DaqDeviceError

◆ getValue()

int com.glneurotech.devices.common.CommunicationErrorArgs.DaqDeviceError.getValue ( )

Gets the ordinal position for this enum

Returns
int

Member Data Documentation

◆ ConnectionLost

com.glneurotech.devices.common.CommunicationErrorArgs.DaqDeviceError.ConnectionLost

The connection to the device has been lost.

◆ PacketMissed

com.glneurotech.devices.common.CommunicationErrorArgs.DaqDeviceError.PacketMissed

One or more packets were not received from the device.

◆ SIZE

static final int com.glneurotech.devices.common.CommunicationErrorArgs.DaqDeviceError.SIZE = java.lang.Integer.SIZE
static

Data size


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