C# Class Valve.Steamworks.ISteamUnifiedMessages

Exibir arquivo Open project: kronosaur/Transcendence

Public Methods

Method Description
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

Method Details

GetIntPtr() public abstract method

public abstract GetIntPtr ( ) : IntPtr
return IntPtr

GetMethodResponseData() public abstract method

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

GetMethodResponseInfo() public abstract method

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

ReleaseMethod() public abstract method

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

SendMethod() public abstract method

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

SendNotification() public abstract method

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