neosim.iface
Class PortID

java.lang.Object
  |
  +--neosim.iface.PortID

public class PortID
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int id
           
static PortID SYSTEM_PORT
           
 
Constructor Summary
PortID(int id)
           
 
Method Summary
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

SYSTEM_PORT

public static PortID SYSTEM_PORT
Constructor Detail

PortID

public PortID(int id)
Method Detail

getValue

public int getValue()