java.lang.Object
org.jempeg.empeg.protocol.packet.PacketConstants
- public class PacketConstants
- extends java.lang.Object
Constants definitions for use with packets.
- Version:
- $Revision: 1.5 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAK_DROPOUT
public static final byte NAK_DROPOUT
- See Also:
- Constant Field Values
OPTYPE_REQUEST
public static final byte OPTYPE_REQUEST
- See Also:
- Constant Field Values
OPTYPE_RESPONSE
public static final byte OPTYPE_RESPONSE
- See Also:
- Constant Field Values
OPTYPE_PROGRESS
public static final byte OPTYPE_PROGRESS
- See Also:
- Constant Field Values
OP_PING
public static final byte OP_PING
- See Also:
- Constant Field Values
OP_QUIT
public static final byte OP_QUIT
- See Also:
- Constant Field Values
OP_MOUNT
public static final byte OP_MOUNT
- See Also:
- Constant Field Values
OP_WRITEFID
public static final byte OP_WRITEFID
- See Also:
- Constant Field Values
OP_READFID
public static final byte OP_READFID
- See Also:
- Constant Field Values
OP_PREPAREFID
public static final byte OP_PREPAREFID
- See Also:
- Constant Field Values
OP_STATFID
public static final byte OP_STATFID
- See Also:
- Constant Field Values
OP_DELETEFID
public static final byte OP_DELETEFID
- See Also:
- Constant Field Values
OP_REBUILD
public static final byte OP_REBUILD
- See Also:
- Constant Field Values
OP_FSCK
public static final byte OP_FSCK
- See Also:
- Constant Field Values
OP_STATFS
public static final byte OP_STATFS
- See Also:
- Constant Field Values
OP_COMMAND
public static final byte OP_COMMAND
- See Also:
- Constant Field Values
OP_GRABSCREEN
public static final byte OP_GRABSCREEN
- See Also:
- Constant Field Values
OP_INITIATESESSION
public static final byte OP_INITIATESESSION
- See Also:
- Constant Field Values
OP_SESSIONHEARTBEAT
public static final byte OP_SESSIONHEARTBEAT
- See Also:
- Constant Field Values
OP_TERMINATESESSION
public static final byte OP_TERMINATESESSION
- See Also:
- Constant Field Values
OP_COMPLETE
public static final byte OP_COMPLETE
- See Also:
- Constant Field Values
USB_MAXPAYLOAD
public static final int USB_MAXPAYLOAD
- See Also:
- Constant Field Values
PSOH
public static final byte PSOH
- See Also:
- Constant Field Values
PacketConstants
public PacketConstants()