org.montsuqi.client
Interface PacketClass


public interface PacketClass

Packet type enums.


Field Summary
static byte Auth
           
static byte Connect
           
static byte E_APPL
           
static byte E_AUTH
           
static byte E_VERSION
           
static byte END
           
static byte Event
           
static byte FocusName
           
static byte GetData
           
static byte GetScreen
           
static byte Name
           
static byte NOT
           
static byte Null
           
static byte OK
           
static byte QueryScreen
           
static byte ScreenData
           
static byte ScreenDefine
           
static byte WindowName
           
 

Field Detail

Null

static final byte Null
See Also:
Constant Field Values

Connect

static final byte Connect
See Also:
Constant Field Values

QueryScreen

static final byte QueryScreen
See Also:
Constant Field Values

GetScreen

static final byte GetScreen
See Also:
Constant Field Values

GetData

static final byte GetData
See Also:
Constant Field Values

Event

static final byte Event
See Also:
Constant Field Values

ScreenData

static final byte ScreenData
See Also:
Constant Field Values

ScreenDefine

static final byte ScreenDefine
See Also:
Constant Field Values

WindowName

static final byte WindowName
See Also:
Constant Field Values

FocusName

static final byte FocusName
See Also:
Constant Field Values

Auth

static final byte Auth
See Also:
Constant Field Values

Name

static final byte Name
See Also:
Constant Field Values

OK

static final byte OK
See Also:
Constant Field Values

END

static final byte END
See Also:
Constant Field Values

NOT

static final byte NOT
See Also:
Constant Field Values

E_VERSION

static final byte E_VERSION
See Also:
Constant Field Values

E_AUTH

static final byte E_AUTH
See Also:
Constant Field Values

E_APPL

static final byte E_APPL
See Also:
Constant Field Values