public class MsgClientOGSEndSessionResponse extends java.lang.Object implements ISteamSerializableMessage
| Constructor and Description |
|---|
MsgClientOGSEndSessionResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(java.io.InputStream stream) |
EMsg |
getEMsg() |
EResult |
getResult() |
void |
serialize(java.io.OutputStream stream) |
void |
setResult(EResult result) |
public EMsg getEMsg()
getEMsg in interface ISteamSerializableMessagepublic EResult getResult()
public void setResult(EResult result)
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