netP5
Class NetStatus

java.lang.Object
  extended by netP5.NetStatus

public class NetStatus
extends Object

Author:
andreas schlegel

Field Summary
static int CLIENT_CLOSED
           
static int CONNECTION_CLOSED
           
static int CONNECTION_FAILED
           
static int CONNECTION_REFUSED
           
static int CONNECTION_TERMINATED
           
static int DEFAULT
           
static int ERROR
           
static int SEND_FAILED
           
static int SERVER_CLOSED
           
 
Constructor Summary
NetStatus(int theIndex)
           
 
Method Summary
 int id()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR

public static int ERROR

DEFAULT

public static int DEFAULT

CONNECTION_CLOSED

public static int CONNECTION_CLOSED

CONNECTION_REFUSED

public static int CONNECTION_REFUSED

CONNECTION_TERMINATED

public static int CONNECTION_TERMINATED

CONNECTION_FAILED

public static int CONNECTION_FAILED

SERVER_CLOSED

public static int SERVER_CLOSED

CLIENT_CLOSED

public static int CLIENT_CLOSED

SEND_FAILED

public static int SEND_FAILED
Constructor Detail

NetStatus

public NetStatus(int theIndex)
Method Detail

id

public int id()


processing library oscP5 by Andreas Schlegel. (c) 2004-2011