public class SMGPLoginMessage extends SMGPBaseMessage
commandId, commandLength, extId, optionalParameters, sequenceNumber, SZ_HEADER| 构造器和说明 |
|---|
SMGPLoginMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected byte[] |
getBody() |
byte[] |
getClientAuth() |
String |
getClientId() |
byte |
getLoginMode() |
int |
getTimestamp() |
byte |
getVersion() |
protected int |
setBody(byte[] bodyBytes) |
void |
setClientAuth(byte[] clientAuth) |
void |
setClientId(String clientId) |
void |
setLoginMode(byte loginMode) |
void |
setTimestamp(int timestamp) |
void |
setVersion(byte version) |
String |
toString() |
fromBytes, getCommandId, getCommandLength, getExtId, getSequenceNumber, minus86, plus86, registerOptional, sequenceString, setCommandId, setCommandLength, setExtId, setSequenceNumber, toBytesprotected int setBody(byte[] bodyBytes)
throws Exception
setBody 在类中 SMGPBaseMessageExceptionprotected byte[] getBody()
throws Exception
getBody 在类中 SMGPBaseMessageExceptionpublic String getClientId()
public void setClientId(String clientId)
public byte[] getClientAuth()
public void setClientAuth(byte[] clientAuth)
public byte getLoginMode()
public void setLoginMode(byte loginMode)
public int getTimestamp()
public void setTimestamp(int timestamp)
public byte getVersion()
public void setVersion(byte version)
public String toString()
toString 在类中 SMGPBaseMessageCopyright © 2019. All rights reserved.