Method | Description | |
---|---|---|
AdvertiseGame ( ulong steamIDGameServer, uint unIPServer, char usPortServer ) : void | ||
BIsBehindNAT ( ) : bool | ||
BLoggedOn ( ) : bool | ||
BeginAuthSession ( IntPtr pAuthTicket, int cbAuthTicket, ulong steamID ) : uint | ||
CancelAuthTicket ( uint hAuthTicket ) : void | ||
DecompressVoice ( IntPtr pCompressed, uint cbCompressed, IntPtr pDestBuffer, uint cbDestBufferSize, uint &nBytesWritten, uint nDesiredSampleRate ) : uint | ||
EndAuthSession ( ulong steamID ) : void | ||
GetAuthSessionTicket ( IntPtr pTicket, int cbMaxTicket, uint &pcbTicket ) : uint | ||
GetAvailableVoice ( uint &pcbCompressed, uint &pcbUncompressed, uint nUncompressedVoiceDesiredSampleRate ) : uint | ||
GetEncryptedAppTicket ( IntPtr pTicket, int cbMaxTicket, uint &pcbTicket ) : bool | ||
GetGameBadgeLevel ( int nSeries, bool bFoil ) : int | ||
GetHSteamUser ( ) : uint | ||
GetIntPtr ( ) : IntPtr | ||
GetPlayerSteamLevel ( ) : int | ||
GetSteamID ( ) : ulong | ||
GetUserDataFolder ( string pchBuffer, int cubBuffer ) : bool | ||
GetVoice ( bool bWantCompressed, IntPtr pDestBuffer, uint cbDestBufferSize, uint &nBytesWritten, bool bWantUncompressed, IntPtr pUncompressedDestBuffer, uint cbUncompressedDestBufferSize, uint &nUncompressBytesWritten, uint nUncompressedVoiceDesiredSampleRate ) : uint | ||
GetVoiceOptimalSampleRate ( ) : uint | ||
InitiateGameConnection ( IntPtr pAuthBlob, int cbMaxAuthBlob, ulong steamIDGameServer, uint unIPServer, char usPortServer, bool bSecure ) : int | ||
RequestEncryptedAppTicket ( IntPtr pDataToInclude, int cbDataToInclude ) : ulong | ||
RequestStoreAuthURL ( string pchRedirectURL ) : ulong | ||
StartVoiceRecording ( ) : void | ||
StopVoiceRecording ( ) : void | ||
TerminateGameConnection ( uint unIPServer, char usPortServer ) : void | ||
TrackAppUsageEvent ( ulong gameID, int eAppUsageEvent, string pchExtraInfo ) : void | ||
UserHasLicenseForApp ( ulong steamID, uint appID ) : uint |
public abstract AdvertiseGame ( ulong steamIDGameServer, uint unIPServer, char usPortServer ) : void | ||
steamIDGameServer | ulong | |
unIPServer | uint | |
usPortServer | char | |
return | void |
public abstract BeginAuthSession ( IntPtr pAuthTicket, int cbAuthTicket, ulong steamID ) : uint | ||
pAuthTicket | IntPtr | |
cbAuthTicket | int | |
steamID | ulong | |
return | uint |
public abstract CancelAuthTicket ( uint hAuthTicket ) : void | ||
hAuthTicket | uint | |
return | void |
public abstract DecompressVoice ( IntPtr pCompressed, uint cbCompressed, IntPtr pDestBuffer, uint cbDestBufferSize, uint &nBytesWritten, uint nDesiredSampleRate ) : uint | ||
pCompressed | IntPtr | |
cbCompressed | uint | |
pDestBuffer | IntPtr | |
cbDestBufferSize | uint | |
nBytesWritten | uint | |
nDesiredSampleRate | uint | |
return | uint |
public abstract EndAuthSession ( ulong steamID ) : void | ||
steamID | ulong | |
return | void |
public abstract GetAuthSessionTicket ( IntPtr pTicket, int cbMaxTicket, uint &pcbTicket ) : uint | ||
pTicket | IntPtr | |
cbMaxTicket | int | |
pcbTicket | uint | |
return | uint |
public abstract GetAvailableVoice ( uint &pcbCompressed, uint &pcbUncompressed, uint nUncompressedVoiceDesiredSampleRate ) : uint | ||
pcbCompressed | uint | |
pcbUncompressed | uint | |
nUncompressedVoiceDesiredSampleRate | uint | |
return | uint |
public abstract GetEncryptedAppTicket ( IntPtr pTicket, int cbMaxTicket, uint &pcbTicket ) : bool | ||
pTicket | IntPtr | |
cbMaxTicket | int | |
pcbTicket | uint | |
return | bool |
public abstract GetGameBadgeLevel ( int nSeries, bool bFoil ) : int | ||
nSeries | int | |
bFoil | bool | |
return | int |
public abstract GetPlayerSteamLevel ( ) : int | ||
return | int |
public abstract GetUserDataFolder ( string pchBuffer, int cubBuffer ) : bool | ||
pchBuffer | string | |
cubBuffer | int | |
return | bool |
public abstract GetVoice ( bool bWantCompressed, IntPtr pDestBuffer, uint cbDestBufferSize, uint &nBytesWritten, bool bWantUncompressed, IntPtr pUncompressedDestBuffer, uint cbUncompressedDestBufferSize, uint &nUncompressBytesWritten, uint nUncompressedVoiceDesiredSampleRate ) : uint | ||
bWantCompressed | bool | |
pDestBuffer | IntPtr | |
cbDestBufferSize | uint | |
nBytesWritten | uint | |
bWantUncompressed | bool | |
pUncompressedDestBuffer | IntPtr | |
cbUncompressedDestBufferSize | uint | |
nUncompressBytesWritten | uint | |
nUncompressedVoiceDesiredSampleRate | uint | |
return | uint |
public abstract GetVoiceOptimalSampleRate ( ) : uint | ||
return | uint |
public abstract InitiateGameConnection ( IntPtr pAuthBlob, int cbMaxAuthBlob, ulong steamIDGameServer, uint unIPServer, char usPortServer, bool bSecure ) : int | ||
pAuthBlob | IntPtr | |
cbMaxAuthBlob | int | |
steamIDGameServer | ulong | |
unIPServer | uint | |
usPortServer | char | |
bSecure | bool | |
return | int |
public abstract RequestEncryptedAppTicket ( IntPtr pDataToInclude, int cbDataToInclude ) : ulong | ||
pDataToInclude | IntPtr | |
cbDataToInclude | int | |
return | ulong |
public abstract RequestStoreAuthURL ( string pchRedirectURL ) : ulong | ||
pchRedirectURL | string | |
return | ulong |
public abstract StartVoiceRecording ( ) : void | ||
return | void |
public abstract StopVoiceRecording ( ) : void | ||
return | void |
public abstract TerminateGameConnection ( uint unIPServer, char usPortServer ) : void | ||
unIPServer | uint | |
usPortServer | char | |
return | void |
public abstract TrackAppUsageEvent ( ulong gameID, int eAppUsageEvent, string pchExtraInfo ) : void | ||
gameID | ulong | |
eAppUsageEvent | int | |
pchExtraInfo | string | |
return | void |
public abstract UserHasLicenseForApp ( ulong steamID, uint appID ) : uint | ||
steamID | ulong | |
appID | uint | |
return | uint |