com.defuzeme.network
Class Settings

java.lang.Object
  extended by com.defuzeme.network.Settings

public class Settings
extends java.lang.Object


Field Summary
static java.lang.String _BCastRecvAddress
           
static java.lang.Integer _BCastRecvPort
           
static java.lang.String _BCastSendAddress
           
static java.lang.Integer _BCastSendPort
           
static int _BuffLength
           
static java.lang.String _Discover
           
static java.lang.Integer _SocketPort
           
static int _TimeOut
           
static int OperatorMode
           
static int WiFiActive
           
static int WiFiError
           
static int WiFiInactive
           
static int WiFiMode
           
 
Constructor Summary
Settings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WiFiActive

public static final int WiFiActive
See Also:
Constant Field Values

WiFiInactive

public static final int WiFiInactive
See Also:
Constant Field Values

WiFiError

public static final int WiFiError
See Also:
Constant Field Values

OperatorMode

public static final int OperatorMode
See Also:
Constant Field Values

WiFiMode

public static final int WiFiMode
See Also:
Constant Field Values

_BuffLength

public static final int _BuffLength
See Also:
Constant Field Values

_TimeOut

public static final int _TimeOut
See Also:
Constant Field Values

_SocketPort

public static final java.lang.Integer _SocketPort

_BCastSendPort

public static final java.lang.Integer _BCastSendPort

_BCastRecvPort

public static final java.lang.Integer _BCastRecvPort

_BCastRecvAddress

public static final java.lang.String _BCastRecvAddress
See Also:
Constant Field Values

_BCastSendAddress

public static final java.lang.String _BCastSendAddress
See Also:
Constant Field Values

_Discover

public static final java.lang.String _Discover
See Also:
Constant Field Values
Constructor Detail

Settings

public Settings()