public class MessageCallback extends CallbackMsg
Modifier and Type | Field and Description |
---|---|
private int |
appId
Gets the AppID of the game coordinator the message is from.
|
private int |
eMsg
raw emsg (with protobuf flag, if present)
|
private IPacketGCMsg |
message
Gets the actual message.
|
Constructor and Description |
---|
MessageCallback(uk.co.thomasc.steamkit.base.generated.SteammessagesClientserver.CMsgGCClient gcMsg) |
Modifier and Type | Method and Description |
---|---|
int |
getEMsg()
Gets the game coordinator message type.
|
(package private) static IPacketGCMsg |
getPacketGCMsg(int eMsg,
byte[] data) |
boolean |
isProto()
Gets a value indicating whether this message is protobuf'd.
|
handle, isType
private final int eMsg
private final int appId
private final IPacketGCMsg message
public MessageCallback(uk.co.thomasc.steamkit.base.generated.SteammessagesClientserver.CMsgGCClient gcMsg)
public int getEMsg()
public boolean isProto()
static IPacketGCMsg getPacketGCMsg(int eMsg, byte[] data)
Copyright © 2012. All Rights Reserved.