C# Class Valve.Steamworks.CSteamUnifiedMessages

Inheritance: ISteamUnifiedMessages
Afficher le fichier Open project: kronosaur/Transcendence

Méthodes publiques

Méthode Description
CSteamUnifiedMessages ( IntPtr SteamUnifiedMessages )
GetIntPtr ( ) : IntPtr
GetMethodResponseData ( ulong hHandle, IntPtr pResponseBuffer, uint unResponseBufferSize, bool bAutoRelease ) : bool
GetMethodResponseInfo ( ulong hHandle, uint &punResponseSize, uint &peResult ) : bool
ReleaseMethod ( ulong hHandle ) : bool
SendMethod ( string pchServiceMethod, IntPtr pRequestBuffer, uint unRequestBufferSize, ulong unContext ) : ulong
SendNotification ( string pchServiceNotification, IntPtr pNotificationBuffer, uint unNotificationBufferSize ) : bool

Private Methods

Méthode Description
CheckIfUsable ( ) : void

Method Details

CSteamUnifiedMessages() public méthode

public CSteamUnifiedMessages ( IntPtr SteamUnifiedMessages )
SteamUnifiedMessages System.IntPtr

GetIntPtr() public méthode

public GetIntPtr ( ) : IntPtr
Résultat System.IntPtr

GetMethodResponseData() public méthode

public GetMethodResponseData ( ulong hHandle, IntPtr pResponseBuffer, uint unResponseBufferSize, bool bAutoRelease ) : bool
hHandle ulong
pResponseBuffer System.IntPtr
unResponseBufferSize uint
bAutoRelease bool
Résultat bool

GetMethodResponseInfo() public méthode

public GetMethodResponseInfo ( ulong hHandle, uint &punResponseSize, uint &peResult ) : bool
hHandle ulong
punResponseSize uint
peResult uint
Résultat bool

ReleaseMethod() public méthode

public ReleaseMethod ( ulong hHandle ) : bool
hHandle ulong
Résultat bool

SendMethod() public méthode

public SendMethod ( string pchServiceMethod, IntPtr pRequestBuffer, uint unRequestBufferSize, ulong unContext ) : ulong
pchServiceMethod string
pRequestBuffer System.IntPtr
unRequestBufferSize uint
unContext ulong
Résultat ulong

SendNotification() public méthode

public SendNotification ( string pchServiceNotification, IntPtr pNotificationBuffer, uint unNotificationBufferSize ) : bool
pchServiceNotification string
pNotificationBuffer System.IntPtr
unNotificationBufferSize uint
Résultat bool