Modifier and Type | Field and Description |
---|---|
private EMsg |
PacketMsg.msgType
Gets the network message type of this packet message.
|
private EMsg |
PacketClientMsgProtobuf.msgType
The message type.
|
private EMsg |
PacketClientMsg.msgType
Gets the network message type of this packet message.
|
private EMsg |
MsgBase.msgType
The network message type.
|
Modifier and Type | Method and Description |
---|---|
EMsg |
Msg.getMsgType()
Gets the network message type of this client message.
|
EMsg |
IPacketMsg.getMsgType()
Gets the network message type of this packet message.
|
EMsg |
IClientMsg.getMsgType()
The message type.
|
EMsg |
ClientMsgProtobuf.getMsgType()
Gets the network message type of this client message.
|
EMsg |
ClientMsg.getMsgType() |
Constructor and Description |
---|
ClientMsgProtobuf(Class<? extends com.google.protobuf.AbstractMessage> clazz,
EMsg eMsg) |
ClientMsgProtobuf(Class<? extends com.google.protobuf.AbstractMessage> clazz,
EMsg eMsg,
int payloadReserve)
Initializes a new instance of the
ClientMsgProtobuf class. |
ClientMsgProtobuf(Class<? extends com.google.protobuf.AbstractMessage> clazz,
EMsg eMsg,
MsgBase<MsgHdrProtoBuf> msg) |
ClientMsgProtobuf(Class<? extends com.google.protobuf.AbstractMessage> clazz,
EMsg eMsg,
MsgBase<MsgHdrProtoBuf> msg,
int payloadReserve)
Initializes a new instance of the
ClientMsgProtobuf class. |
PacketClientMsg(EMsg eMsg,
byte[] data)
Initializes a new instance of the
PacketClientMsg class. |
PacketClientMsgProtobuf(EMsg eMsg,
byte[] data)
Initializes a new instance of the
PacketClientMsgProtobuf class. |
PacketMsg(EMsg eMsg,
byte[] data)
Initializes a new instance of the
PacketMsg class. |
Modifier and Type | Field and Description |
---|---|
private static HashMap<Integer,EMsg> |
EMsg.values |
Modifier and Type | Method and Description |
---|---|
static EMsg |
EMsg.f(int code) |
static EMsg |
EMsg.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMsg[] |
EMsg.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
EMsg |
MsgHdrProtoBuf.msg |
EMsg |
MsgHdr.msg |
EMsg |
ExtendedClientMsgHdr.msg |
Modifier and Type | Method and Description |
---|---|
EMsg |
ISteamSerializableMessage.getEMsg() |
Modifier and Type | Method and Description |
---|---|
void |
ISteamSerializableHeader.setMsg(EMsg msg) |
Modifier and Type | Method and Description |
---|---|
EMsg |
MsgClientVACBanStatus.getEMsg() |
EMsg |
MsgClientSetIgnoreFriendResponse.getEMsg() |
EMsg |
MsgClientSetIgnoreFriend.getEMsg() |
EMsg |
MsgClientLogon.getEMsg() |
EMsg |
MsgClientJoinChat.getEMsg() |
EMsg |
MsgClientGetNumberOfCurrentPlayersResponse.getEMsg() |
EMsg |
MsgClientGetNumberOfCurrentPlayers.getEMsg() |
EMsg |
MsgClientChatMsg.getEMsg() |
EMsg |
MsgClientChatMemberInfo.getEMsg() |
EMsg |
MsgClientChatEnter.getEMsg() |
EMsg |
MsgClientChatActionResult.getEMsg() |
EMsg |
MsgClientChatAction.getEMsg() |
EMsg |
MsgChannelEncryptResult.getEMsg() |
EMsg |
MsgChannelEncryptResponse.getEMsg() |
EMsg |
MsgChannelEncryptRequest.getEMsg() |
Modifier and Type | Method and Description |
---|---|
static EMsg |
MsgUtil.getMsg(EMsg msg)
Strips off the protobuf message flag and returns an EMsg.
|
static EMsg |
MsgUtil.getMsg(int msg) |
Modifier and Type | Method and Description |
---|---|
static EMsg |
MsgUtil.getMsg(EMsg msg)
Strips off the protobuf message flag and returns an EMsg.
|
static boolean |
MsgUtil.isProtoBuf(EMsg msg)
Determines whether message is protobuf flagged.
|
Copyright © 2012. All Rights Reserved.