Interface ThincProto


public interface ThincProto

Thinc Protocol specification for version 1.26, JAVA

Author:
ricardo baratto, Leo Kim

Nested Class Summary
static class ThincProto.thinc_cAck
           
static class ThincProto.thinc_cAuth
           
static class ThincProto.thinc_cStart
          The messages
static class ThincProto.thinc_cursorChange
          Cursor messages
static class ThincProto.thinc_cursorColor
           
static class ThincProto.thinc_cursorMove
           
static class ThincProto.thinc_cursorShowHide
           
static class ThincProto.thinc_evButton
           
static class ThincProto.thinc_evKeyb
           
static class ThincProto.thinc_evMotion
           
static class ThincProto.thinc_fbBilevel
           
static class ThincProto.thinc_fbCopy
           
static class ThincProto.thinc_fbGlyph
           
static class ThincProto.thinc_fbInit
           
static class ThincProto.thinc_fbPFill
           
static class ThincProto.thinc_fbSFill
           
static class ThincProto.thinc_fbZData
           
static class ThincProto.thinc_header
          Message header
static class ThincProto.thinc_rawUpdate
           
static class ThincProto.thinc_rectRegion
          helper structures
static class ThincProto.thinc_sAck
           
static class ThincProto.thinc_sStart
          The messages
 
Field Summary
static int T_BIG
           
static int T_CACK
           
static int T_CACK_SIZE
           
static int T_CAUTH
           
static int T_CAUTH_SIZE
           
static int T_CSTART
          Message types
static int T_CSTART_SIZE
           
static int T_CURSOR_ARGB
           
static int T_CURSOR_CHANGE
           
static int T_CURSOR_CHANGE_SIZE
           
static int T_CURSOR_COLOR
           
static int T_CURSOR_COLOR_SIZE
           
static int T_CURSOR_MOVE
           
static int T_CURSOR_MOVE_SIZE
           
static int T_CURSOR_SHOWHIDE
           
static int T_CURSOR_SHOWHIDE_SIZE
           
static int T_DOWN
           
static int T_EV_BUTTON
           
static int T_EV_BUTTON_SIZE
           
static int T_EV_KEYB
           
static int T_EV_KEYB_SIZE
           
static int T_EV_MOTION
           
static int T_EV_MOTION_SIZE
           
static int T_FB_BILEVEL
           
static int T_FB_BILEVEL_SIZE
           
static int T_FB_BITMAP_ADDCACHE
           
static int T_FB_BITMAP_CACHED
           
static int T_FB_BITMAP_RESIZED
           
static int T_FB_COMPRESSED
           
static int T_FB_COPY
           
static int T_FB_COPY_SIZE
           
static int T_FB_CURSOR_ARGB
           
static int T_FB_FIRST_MSG
           
static int T_FB_GLYPH
           
static int T_FB_GLYPH_SIZE
           
static int T_FB_INIT
           
static int T_FB_INIT_SIZE
           
static int T_FB_LAST_MSG
           
static int T_FB_PFILL
           
static int T_FB_PFILL_RESIZED
           
static int T_FB_PFILL_SIZE
           
static int T_FB_PIXMAP_ADDCACHE
           
static int T_FB_PIXMAP_CACHED
           
static int T_FB_RUPDATE
           
static int T_FB_RUPDATE_ADDCACHE
           
static int T_FB_RUPDATE_CACHED
           
static int T_FB_RUPDATE_COMPRESSED
           
static int T_FB_RUPDATE_RESIZED
           
static int T_FB_RUPDATE_SIZE
           
static int T_FB_SFILL
           
static int T_FB_SFILL_SIZE
           
static int T_FB_ZDATA_SIZE
           
static int T_HIDE
           
static int T_LITTLE
           
static int T_RECTREGION_SIZE
           
static int T_SACK
           
static int T_SACK_SIZE
           
static int T_SHOW
           
static int T_SPING
           
static int T_SPING_SIZE
           
static int T_SSTART
          Message types
static int T_SSTART_SIZE
           
static int T_UP
           
static int THINC_HEADERSIZE
           
 

Field Detail

THINC_HEADERSIZE

static final int THINC_HEADERSIZE
See Also:
Constant Field Values

T_SSTART

static final int T_SSTART
Message types

See Also:
Constant Field Values

T_SPING

static final int T_SPING
See Also:
Constant Field Values

T_SACK

static final int T_SACK
See Also:
Constant Field Values

T_FB_INIT

static final int T_FB_INIT
See Also:
Constant Field Values

T_FB_RUPDATE

static final int T_FB_RUPDATE
See Also:
Constant Field Values

T_FB_COPY

static final int T_FB_COPY
See Also:
Constant Field Values

T_FB_SFILL

static final int T_FB_SFILL
See Also:
Constant Field Values

T_FB_PFILL

static final int T_FB_PFILL
See Also:
Constant Field Values

T_FB_GLYPH

static final int T_FB_GLYPH
See Also:
Constant Field Values

T_FB_BILEVEL

static final int T_FB_BILEVEL
See Also:
Constant Field Values

T_CURSOR_CHANGE

static final int T_CURSOR_CHANGE
See Also:
Constant Field Values

T_CURSOR_SHOWHIDE

static final int T_CURSOR_SHOWHIDE
See Also:
Constant Field Values

T_CURSOR_MOVE

static final int T_CURSOR_MOVE
See Also:
Constant Field Values

T_CURSOR_COLOR

static final int T_CURSOR_COLOR
See Also:
Constant Field Values

T_FB_FIRST_MSG

static final int T_FB_FIRST_MSG
See Also:
Constant Field Values

T_FB_LAST_MSG

static final int T_FB_LAST_MSG
See Also:
Constant Field Values

T_RECTREGION_SIZE

static final int T_RECTREGION_SIZE
See Also:
Constant Field Values

T_SSTART_SIZE

static final int T_SSTART_SIZE
See Also:
Constant Field Values

T_BIG

static final int T_BIG
See Also:
Constant Field Values

T_LITTLE

static final int T_LITTLE
See Also:
Constant Field Values

T_SPING_SIZE

static final int T_SPING_SIZE
See Also:
Constant Field Values

T_SACK_SIZE

static final int T_SACK_SIZE
See Also:
Constant Field Values

T_FB_INIT_SIZE

static final int T_FB_INIT_SIZE
See Also:
Constant Field Values

T_FB_COMPRESSED

static final int T_FB_COMPRESSED
See Also:
Constant Field Values

T_FB_CURSOR_ARGB

static final int T_FB_CURSOR_ARGB
See Also:
Constant Field Values

T_FB_ZDATA_SIZE

static final int T_FB_ZDATA_SIZE
See Also:
Constant Field Values

T_FB_RUPDATE_SIZE

static final int T_FB_RUPDATE_SIZE
See Also:
Constant Field Values

T_FB_RUPDATE_COMPRESSED

static final int T_FB_RUPDATE_COMPRESSED
See Also:
Constant Field Values

T_FB_RUPDATE_RESIZED

static final int T_FB_RUPDATE_RESIZED
See Also:
Constant Field Values

T_FB_RUPDATE_CACHED

static final int T_FB_RUPDATE_CACHED
See Also:
Constant Field Values

T_FB_RUPDATE_ADDCACHE

static final int T_FB_RUPDATE_ADDCACHE
See Also:
Constant Field Values

T_FB_COPY_SIZE

static final int T_FB_COPY_SIZE
See Also:
Constant Field Values

T_FB_SFILL_SIZE

static final int T_FB_SFILL_SIZE
See Also:
Constant Field Values

T_FB_PFILL_SIZE

static final int T_FB_PFILL_SIZE
See Also:
Constant Field Values

T_FB_PFILL_RESIZED

static final int T_FB_PFILL_RESIZED
See Also:
Constant Field Values

T_FB_PIXMAP_CACHED

static final int T_FB_PIXMAP_CACHED
See Also:
Constant Field Values

T_FB_PIXMAP_ADDCACHE

static final int T_FB_PIXMAP_ADDCACHE
See Also:
Constant Field Values

T_FB_GLYPH_SIZE

static final int T_FB_GLYPH_SIZE
See Also:
Constant Field Values

T_FB_BILEVEL_SIZE

static final int T_FB_BILEVEL_SIZE
See Also:
Constant Field Values

T_FB_BITMAP_CACHED

static final int T_FB_BITMAP_CACHED
See Also:
Constant Field Values

T_FB_BITMAP_ADDCACHE

static final int T_FB_BITMAP_ADDCACHE
See Also:
Constant Field Values

T_FB_BITMAP_RESIZED

static final int T_FB_BITMAP_RESIZED
See Also:
Constant Field Values

T_CURSOR_CHANGE_SIZE

static final int T_CURSOR_CHANGE_SIZE
See Also:
Constant Field Values

T_CURSOR_ARGB

static final int T_CURSOR_ARGB
See Also:
Constant Field Values

T_SHOW

static final int T_SHOW
See Also:
Constant Field Values

T_HIDE

static final int T_HIDE
See Also:
Constant Field Values

T_CURSOR_SHOWHIDE_SIZE

static final int T_CURSOR_SHOWHIDE_SIZE
See Also:
Constant Field Values

T_CURSOR_MOVE_SIZE

static final int T_CURSOR_MOVE_SIZE
See Also:
Constant Field Values

T_CURSOR_COLOR_SIZE

static final int T_CURSOR_COLOR_SIZE
See Also:
Constant Field Values

T_CSTART

static final int T_CSTART
Message types

See Also:
Constant Field Values

T_CAUTH

static final int T_CAUTH
See Also:
Constant Field Values

T_CACK

static final int T_CACK
See Also:
Constant Field Values

T_EV_MOTION

static final int T_EV_MOTION
See Also:
Constant Field Values

T_EV_BUTTON

static final int T_EV_BUTTON
See Also:
Constant Field Values

T_EV_KEYB

static final int T_EV_KEYB
See Also:
Constant Field Values

T_CSTART_SIZE

static final int T_CSTART_SIZE
See Also:
Constant Field Values

T_CAUTH_SIZE

static final int T_CAUTH_SIZE
See Also:
Constant Field Values

T_CACK_SIZE

static final int T_CACK_SIZE
See Also:
Constant Field Values

T_EV_MOTION_SIZE

static final int T_EV_MOTION_SIZE
See Also:
Constant Field Values

T_UP

static final int T_UP
See Also:
Constant Field Values

T_DOWN

static final int T_DOWN
See Also:
Constant Field Values

T_EV_BUTTON_SIZE

static final int T_EV_BUTTON_SIZE
See Also:
Constant Field Values

T_EV_KEYB_SIZE

static final int T_EV_KEYB_SIZE
See Also:
Constant Field Values