C# Class SteamKit2.Internal.ExtendedClientMsgHdr

Inheritance: ISteamSerializableHeader
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( Stream stream ) : void
ExtendedClientMsgHdr ( ) : System
Serialize ( Stream stream ) : void
SetEMsg ( EMsg msg ) : void

Method Details

Deserialize() public méthode

public Deserialize ( Stream stream ) : void
stream Stream
Résultat void

ExtendedClientMsgHdr() public méthode

public ExtendedClientMsgHdr ( ) : System
Résultat System

Serialize() public méthode

public Serialize ( Stream stream ) : void
stream Stream
Résultat void

SetEMsg() public méthode

public SetEMsg ( EMsg msg ) : void
msg EMsg
Résultat void