C# 클래스 Valve.Steamworks.ISteamUnifiedMessages

파일 보기 프로젝트 열기: kronosaur/Transcendence

공개 메소드들

메소드 설명
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