public class MsgClientOGSBeginSession extends java.lang.Object implements ISteamSerializableMessage
| Constructor and Description |
|---|
MsgClientOGSBeginSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(java.io.InputStream stream) |
SteamID |
getAccountId() |
byte |
getAccountType() |
int |
getAppId() |
EMsg |
getEMsg() |
int |
getTimeStarted() |
void |
serialize(java.io.OutputStream stream) |
void |
setAccountId(SteamID steamId) |
void |
setAccountType(byte accountType) |
void |
setAppId(int appId) |
void |
setTimeStarted(int timeStarted) |
public EMsg getEMsg()
getEMsg in interface ISteamSerializableMessagepublic byte getAccountType()
public void setAccountType(byte accountType)
public SteamID getAccountId()
public void setAccountId(SteamID steamId)
public int getAppId()
public void setAppId(int appId)
public int getTimeStarted()
public void setTimeStarted(int timeStarted)
public void serialize(java.io.OutputStream stream)
throws java.io.IOException
serialize in interface ISteamSerializablejava.io.IOExceptionpublic void deserialize(java.io.InputStream stream)
throws java.io.IOException
deserialize in interface ISteamSerializablejava.io.IOException