
VNC Support
-----------

      10 : REM >SourceCode
      20 : REM **************************************************************
      30 : REM ** Module Generation For RPCUtils (Hotkeys)                 **
      40 : REM ** Written by Phillip Camp                                  **
      50 : REM ** Version: 0.06                                            **
      60 : REM ** Date: 21March98                                          **
      70 : REM **************************************************************
      80 : REM ** Version Revision:                                        **
      90 : REM **                                                          **
     100 : REM **  0.01  First attempts                                    **
     110 : REM **  0.02  Add Empty Buffer detection to mousewatch          **
     120 : REM **  0.03  Remove mousebuffer checking And correct Inetevent **
     130 : REM **        watching.                                         **
     140 : REM **  0.04  MouseWatching moved to post vector routine and    **
     150 : REM **        changed name to VNCViewer                         **
     160 : REM **  0.05  Change internet event socket data types           **
     170 : REM **  0.06  Add Polltime and button state save                **
     180 : REM **                                                          **
     190 : REM **************************************************************

     660 : REM *** flags ***
     670 :
     680 : REM Shared
     690 : sfkeydown          = 1
     700 : sfkeyup            = 2
     710 : sfsocketdata       = 4
     720 : sfsocketdisconnect = 8
     730 : sfsocketOOBdata    = 16
     740 : sfmouse            = 32
     750 : sftimerexpired     = 64
     760 :
     770 :
     780 : REM config
     790 : conkeywatch        = 1
     800 : coninternetwatch   = 2
     810 : conmousewatch      = 4
     820 : contimer           = 8
     830 :
     840 : REM **** WorkSpace Map ****
     850 :
     860 : pad         = 0
     870 : pollword    = 4
     880 :           keynumber        = 4
     890 :           REM
     900 :           REM
     910 :           sharedflags      = 7
     920 : socketno    = 8
     921 : timerperiod = 12
     930 : config      = 16
     940 : mousex      = 20
     950 : mousey      = 24
     960 : buttons     = 28
     970 : tick        = 32
     990 : staticspace = 36

     Code size = 620 bytes
     Workspace = 36 bytes
     
  Copyright Notice
  ----------------
  
  The VNCViewer Module is (C) Phillip Camp 1996/7/8, but is released as 
  freeware.  This means that you may copy and distribute it, subject to certain
  conditions.  VNCViewer should only be distributed with the whole contents of 
  the original archive, with all files unmodified.
  
  Archive Contents, Directory VNCViewer Contents
                                         
                                          !Help                                    
                                          VNCViewer
  
  
  Specifically, as an individual, you may only charge to cover the cost
  of distributing it, and you may not use it to make money directly or
  indirectly.  Unless by special written permisson from the author. 

  The author does not accept any responsibility for any loss,damage or
  whatever resulting from the use of VNCViewer. It is supplied "as is.".


Queries & Suggestions

email: pssc1@ukc.ac.uk

