org.encog.cloud.basic
Class CloudPacket

java.lang.Object
  extended by org.encog.cloud.basic.CloudPacket

public class CloudPacket
extends Object


Field Summary
static int PACKET_IDENTIFY
           
static int PACKET_LOGIN
           
static int PACKET_LOGOUT
           
static int PACKET_STATUS
           
 
Constructor Summary
CloudPacket(int c, String[] a)
           
 
Method Summary
 String[] getArgs()
           
 int getCommand()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PACKET_STATUS

public static final int PACKET_STATUS
See Also:
Constant Field Values

PACKET_LOGIN

public static final int PACKET_LOGIN
See Also:
Constant Field Values

PACKET_LOGOUT

public static final int PACKET_LOGOUT
See Also:
Constant Field Values

PACKET_IDENTIFY

public static final int PACKET_IDENTIFY
See Also:
Constant Field Values
Constructor Detail

CloudPacket

public CloudPacket(int c,
                   String[] a)
Method Detail

getCommand

public int getCommand()

getArgs

public String[] getArgs()


Copyright © 2012. All Rights Reserved.