public class ExtendedClientMsgHdr extends Object implements ISteamSerializableHeader
Modifier and Type | Field and Description |
---|---|
byte |
headerCanary |
byte |
headerSize |
short |
headerVersion |
EMsg |
msg |
int |
sessionID |
long |
sourceJobID |
private long |
steamID |
long |
targetJobID |
Constructor and Description |
---|
ExtendedClientMsgHdr() |
Modifier and Type | Method and Description |
---|---|
void |
deSerialize(BinaryReader stream) |
SteamID |
getSteamID() |
void |
serialize(BinaryWriter stream) |
void |
setSteamID(SteamID steamID) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setMsg
public EMsg msg
public byte headerSize
public short headerVersion
public long targetJobID
public long sourceJobID
public byte headerCanary
private long steamID
public int sessionID
public SteamID getSteamID()
public void setSteamID(SteamID steamID)
public void serialize(BinaryWriter stream) throws IOException
serialize
in interface ISteamSerializable
IOException
public void deSerialize(BinaryReader stream) throws IOException
deSerialize
in interface ISteamSerializable
IOException
Copyright © 2012. All Rights Reserved.