public final class StartDataPacket extends PtpIpPacket
PtpIpPacket.Type| Constructor and Description |
|---|
StartDataPacket(UINT32 transactionID,
UINT64 totalDataLength) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
UINT64 |
getTotalDataLength() |
UINT32 |
getTransactionID() |
int |
hashCode() |
static StartDataPacket |
read(PtpInputStream pis) |
java.lang.String |
toString() |
bytes, getPayload, getTypepublic UINT32 getTransactionID()
public UINT64 getTotalDataLength()
public static StartDataPacket read(PtpInputStream pis) throws java.io.IOException
java.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class PtpIpPacketpublic int hashCode()
hashCode in class PtpIpPacketpublic java.lang.String toString()
toString in class PtpIpPacket