Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SteamKit2
Internal
MsgGCHdr
C# Class SteamKit2.Internal.MsgGCHdr
Inheritance:
IGCSerializableHeader
ファイルを表示
Open project: Top-Cat/SteamBot
Class Usage Examples
Public Methods
Method
Description
Deserialize
(
Stream
stream
) :
void
MsgGCHdr
( ) :
System
Serialize
(
Stream
stream
) :
void
SetEMsg
(
uint
msg
) :
void
Method Details
Deserialize()
public
method
public
Deserialize
(
Stream
stream
) :
void
stream
Stream
return
void
MsgGCHdr()
public
method
public
MsgGCHdr
( ) :
System
return
System
Serialize()
public
method
public
Serialize
(
Stream
stream
) :
void
stream
Stream
return
void
SetEMsg()
public
method
public
SetEMsg
(
uint
msg
) :
void
msg
uint
return
void