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

Наследование: ISteamUnifiedMessages
Показать файл Открыть проект

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

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

Приватные методы

Метод Описание
CheckIfUsable ( ) : void

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

CSteamUnifiedMessages() публичный Метод

public CSteamUnifiedMessages ( IntPtr SteamUnifiedMessages )
SteamUnifiedMessages System.IntPtr

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

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

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

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

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

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

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

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

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

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

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

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