UMDS Java API  6.14
com.latencybusters.umds.UMDSMessage.MSG_TYPE Class Reference

Static Public Attributes

static final int DATA = 1
 
static final int LOSS = 2
 
static final int DISCONNECT = 3
 
static final int SERVER_DENIED = 4
 
static final int LOGIN_DENIED = 5
 
static final int SERVER_STOPPED = 6
 
static final int STABLE = 7
 
static final int CONFIGURATION_ERROR = 8
 
static final int REQUEST = 9
 
static final int RESPONSE = 10
 
static final int REQUEST_CANCELED = 11
 
static final int SOURCE_CREATE = 12
 
static final int RECEIVER_CREATE = 13
 
static final int SOURCE_DELETE = 14
 
static final int RECEIVER_DELETE = 15
 
static final int CONNECT = 16
 
static final int LOGIN_COMPLETE = 17
 
static final int LOGOUT_COMPLETE = 18
 

Detailed Description

The types of data in a UMDSMessage

Member Data Documentation

final int com.latencybusters.umds.UMDSMessage.MSG_TYPE.CONFIGURATION_ERROR = 8
static

Configuration Error

Referenced by com.latencybusters.umds.UMDSSource.onEvent().

final int com.latencybusters.umds.UMDSMessage.MSG_TYPE.CONNECT = 16
static

Client Connect complete

Referenced by com.latencybusters.umds.UMDSServerConnection.onEvent().

final int com.latencybusters.umds.UMDSMessage.MSG_TYPE.DATA = 1
static

Application data

Referenced by com.latencybusters.umds.UMDSMessage.toString().

final int com.latencybusters.umds.UMDSMessage.MSG_TYPE.LOGIN_COMPLETE = 17
static
final int com.latencybusters.umds.UMDSMessage.MSG_TYPE.LOGIN_DENIED = 5
static
final int com.latencybusters.umds.UMDSMessage.MSG_TYPE.LOGOUT_COMPLETE = 18
static

Client Connect complete

Referenced by com.latencybusters.umds.UMDSServerConnection.onEvent().

final int com.latencybusters.umds.UMDSMessage.MSG_TYPE.RECEIVER_CREATE = 13
static
final int com.latencybusters.umds.UMDSMessage.MSG_TYPE.RECEIVER_DELETE = 15
static
final int com.latencybusters.umds.UMDSMessage.MSG_TYPE.REQUEST = 9
static
final int com.latencybusters.umds.UMDSMessage.MSG_TYPE.REQUEST_CANCELED = 11
static
final int com.latencybusters.umds.UMDSMessage.MSG_TYPE.RESPONSE = 10
static
final int com.latencybusters.umds.UMDSMessage.MSG_TYPE.SERVER_DENIED = 4
static
final int com.latencybusters.umds.UMDSMessage.MSG_TYPE.SERVER_STOPPED = 6
static
final int com.latencybusters.umds.UMDSMessage.MSG_TYPE.SOURCE_CREATE = 12
static
final int com.latencybusters.umds.UMDSMessage.MSG_TYPE.SOURCE_DELETE = 14
static
final int com.latencybusters.umds.UMDSMessage.MSG_TYPE.STABLE = 7
static

Message stability notification


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