C# Class Valve.Steamworks.CSteamUnifiedMessages

Inheritance: ISteamUnifiedMessages
Exibir arquivo Open project: kronosaur/Transcendence

Public Methods

Method 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

Method Description
CheckIfUsable ( ) : void

Method Details

CSteamUnifiedMessages() public method

public CSteamUnifiedMessages ( IntPtr SteamUnifiedMessages )
SteamUnifiedMessages System.IntPtr

GetIntPtr() public method

public GetIntPtr ( ) : IntPtr
return System.IntPtr

GetMethodResponseData() public method

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

GetMethodResponseInfo() public method

public GetMethodResponseInfo ( ulong hHandle, uint &punResponseSize, uint &peResult ) : bool
hHandle ulong
punResponseSize uint
peResult uint
return bool

ReleaseMethod() public method

public ReleaseMethod ( ulong hHandle ) : bool
hHandle ulong
return bool

SendMethod() public method

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

SendNotification() public method

public SendNotification ( string pchServiceNotification, IntPtr pNotificationBuffer, uint unNotificationBufferSize ) : bool
pchServiceNotification string
pNotificationBuffer System.IntPtr
unNotificationBufferSize uint
return bool