|
|||||||||
| Home >> All >> org >> jempeg >> empeg >> protocol >> [ packet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jempeg.empeg.protocol.packet
Class QuitRequestPacket

java.lang.Objectorg.jempeg.empeg.protocol.packet.AbstractEmpegPacket
org.jempeg.empeg.protocol.packet.AbstractEmpegRequestPacket
org.jempeg.empeg.protocol.packet.QuitRequestPacket
- public class QuitRequestPacket
- extends AbstractEmpegRequestPacket
Packet
- Version:
- $Revision: 1.5 $
| Field Summary |
| Fields inherited from class org.jempeg.empeg.protocol.packet.AbstractEmpegPacket |
|
| Constructor Summary | |
QuitRequestPacket(org.jempeg.empeg.protocol.EmpegUINT32 _packetID)
|
|
| Method Summary | |
protected int |
getDataSize()
|
protected short |
getOpcode()
|
java.lang.String |
toString()
Convert this Object to a human-readable String. |
protected void |
updateCRC(org.jempeg.empeg.protocol.CRC16 _crc)
|
protected void |
write0(org.jempeg.empeg.protocol.EmpegOutputStream _os)
|
| Methods inherited from class org.jempeg.empeg.protocol.packet.AbstractEmpegRequestPacket |
getCRC, write |
| Methods inherited from class org.jempeg.empeg.protocol.packet.AbstractEmpegPacket |
calcCRC, getHeader, setHeader |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
QuitRequestPacket
public QuitRequestPacket(org.jempeg.empeg.protocol.EmpegUINT32 _packetID)
| Method Detail |
getDataSize
protected int getDataSize()
- Specified by:
getDataSizein classAbstractEmpegRequestPacket
getOpcode
protected short getOpcode()
- Specified by:
getOpcodein classAbstractEmpegRequestPacket
updateCRC
protected void updateCRC(org.jempeg.empeg.protocol.CRC16 _crc)
- Specified by:
updateCRCin classAbstractEmpegRequestPacket
write0
protected void write0(org.jempeg.empeg.protocol.EmpegOutputStream _os) throws java.io.IOException
- Specified by:
write0in classAbstractEmpegRequestPacket
toString
public java.lang.String toString()
- Description copied from class:
java.lang.Object - Convert this Object to a human-readable String.
There are no limits placed on how long this String
should be or what it should contain. We suggest you
make it as intuitive as possible to be able to place
it into System.out.println() 55
and such.
It is typical, but not required, to ensure that this method never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string concatenation with this object. If the result is
null, string concatenation will instead use"null".The default implementation returns
getClass().getName() + "@" + Integer.toHexString(hashCode()).- Overrides:
toStringin classAbstractEmpegPacket
|
|||||||||
| Home >> All >> org >> jempeg >> empeg >> protocol >> [ packet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC