C# 클래스 SteamKit2.Internal.MsgGCHdrProtoBuf

상속: IGCSerializableHeader
파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( Stream stream ) : void
MsgGCHdrProtoBuf ( ) : System
Serialize ( Stream stream ) : void
SetEMsg ( uint msg ) : void

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( Stream stream ) : void
stream Stream
리턴 void

MsgGCHdrProtoBuf() 공개 메소드

public MsgGCHdrProtoBuf ( ) : System
리턴 System

Serialize() 공개 메소드

public Serialize ( Stream stream ) : void
stream Stream
리턴 void

SetEMsg() 공개 메소드

public SetEMsg ( uint msg ) : void
msg uint
리턴 void