C# Класс Valve.Steamworks.ISteamUnifiedMessages

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetIntPtr() публичный абстрактный Метод

public abstract GetIntPtr ( ) : IntPtr
Результат IntPtr

GetMethodResponseData() публичный абстрактный Метод

public abstract GetMethodResponseData ( ulong hHandle, IntPtr pResponseBuffer, uint unResponseBufferSize, bool bAutoRelease ) : bool
hHandle ulong
pResponseBuffer IntPtr
unResponseBufferSize uint
bAutoRelease bool
Результат bool

GetMethodResponseInfo() публичный абстрактный Метод

public abstract GetMethodResponseInfo ( ulong hHandle, uint &punResponseSize, uint &peResult ) : bool
hHandle ulong
punResponseSize uint
peResult uint
Результат bool

ReleaseMethod() публичный абстрактный Метод

public abstract ReleaseMethod ( ulong hHandle ) : bool
hHandle ulong
Результат bool

SendMethod() публичный абстрактный Метод

public abstract SendMethod ( string pchServiceMethod, IntPtr pRequestBuffer, uint unRequestBufferSize, ulong unContext ) : ulong
pchServiceMethod string
pRequestBuffer IntPtr
unRequestBufferSize uint
unContext ulong
Результат ulong

SendNotification() публичный абстрактный Метод

public abstract SendNotification ( string pchServiceNotification, IntPtr pNotificationBuffer, uint unNotificationBufferSize ) : bool
pchServiceNotification string
pNotificationBuffer IntPtr
unNotificationBufferSize uint
Результат bool