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