|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opengts.db.dmtp.PendingPacket.SetPropertyPacket
public static class PendingPacket.SetPropertyPacket
Constructor Summary | |
---|---|
PendingPacket.SetPropertyPacket(int code,
byte[] data)
|
|
PendingPacket.SetPropertyPacket(int code,
java.lang.String dataStr)
|
Method Summary | |
---|---|
int |
getCode()
|
byte[] |
getData()
|
int |
getDataLength()
|
org.opendmtp.server.base.Packet |
getPacket()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PendingPacket.SetPropertyPacket(int code, java.lang.String dataStr) throws org.opendmtp.server.base.PacketParseException
org.opendmtp.server.base.PacketParseException
public PendingPacket.SetPropertyPacket(int code, byte[] data)
Method Detail |
---|
public int getCode()
public byte[] getData()
public int getDataLength()
public org.opendmtp.server.base.Packet getPacket()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |