ejip
Class Html

java.lang.Object
  |
  +--ejip.Html

public class Html
extends java.lang.Object

a very SIMPLE HTML server class.


Field Summary
static int[] end
           
static int IO_ADC
           
static int[] msg
           
static int[] off
           
static int[] on
           
static int[] prot
           
static int[] tmp
           
static int[] val
           
 
Constructor Summary
Html()
           
 
Method Summary
static void init()
          allocate buffers.
static int setText(int[] buf, int req_pos, int req_len, int ret_pos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prot

public static int[] prot

end

public static int[] end

on

public static int[] on

off

public static int[] off

val

public static int[] val

tmp

public static int[] tmp

msg

public static int[] msg

IO_ADC

public static final int IO_ADC
Constructor Detail

Html

public Html()
Method Detail

init

public static void init()
allocate buffers.

setText

public static int setText(int[] buf,
                          int req_pos,
                          int req_len,
                          int ret_pos)