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() |
bytespublic InitEventRequestPacket(UINT32 connectionNumber)
public static InitEventRequestPacket read(PtpInputStream pis) throws java.io.IOException
java.io.IOExceptionpublic UINT32 getConnectionNumber()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object