public final class SetClientIDQuery extends AbstractQueryPacket
| Constructor and Description |
|---|
SetClientIDQuery() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientID() |
byte |
getType()
Get the type value for this packet
|
protected void |
serializeTo(RawDataBuffer out)
Write the packet content to the given output stream
|
void |
setClientID(String clientID) |
protected void |
unserializeFrom(RawDataBuffer in)
Read the packet content to the given input stream
|
isResponseExpectedgetEndpointId, setEndpointId, toStringpublic byte getType()
AbstractPacketgetType in class AbstractPacketprotected void serializeTo(RawDataBuffer out)
AbstractPacketserializeTo in class AbstractPacketprotected void unserializeFrom(RawDataBuffer in)
AbstractPacketunserializeFrom in class AbstractPacketpublic String getClientID()
public void setClientID(String clientID)
clientID - the clientID to setCopyright © 2019. All rights reserved.