public final class InitEventRequestPacket extends PtpIpPacket
PtpIpPacket.Type| Constructor and Description |
|---|
InitEventRequestPacket(UINT32 connectionNumber) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
UINT32 |
getConnectionNumber() |
int |
hashCode() |
static InitEventRequestPacket |
read(PtpInputStream pis) |
java.lang.String |
toString() |
bytes, getPayload, getTypepublic InitEventRequestPacket(UINT32 connectionNumber)
public UINT32 getConnectionNumber()
public static InitEventRequestPacket 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