C# Class Steamp3.Steam

Afficher le fichier Open project: ta0soft/STEAMp3

Méthodes publiques

Méthode Description
Dispose ( ) : void
SendError ( string error, bool chat ) : void
SendMessage ( string msg, bool chat ) : void
SendStatus ( string status, string param, bool chat ) : void
Steam ( ) : System

Private Methods

Méthode Description
p_Chat_MessageReceived ( SteamAPI chatID, SteamAPI sender, string message ) : void
p_Lobby_MessageReceived ( SteamAPI lobbyID, SteamAPI sender, string message ) : void
p_PM_MessageReceived ( SteamAPI sender, SteamAPI receiver, string message ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SendError() public méthode

public SendError ( string error, bool chat ) : void
error string
chat bool
Résultat void

SendMessage() public méthode

public SendMessage ( string msg, bool chat ) : void
msg string
chat bool
Résultat void

SendStatus() public méthode

public SendStatus ( string status, string param, bool chat ) : void
status string
param string
chat bool
Résultat void

Steam() public méthode

public Steam ( ) : System
Résultat System