Метод | Описание | |
---|---|---|
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 |
public abstract GetMethodResponseData ( ulong hHandle, IntPtr pResponseBuffer, uint unResponseBufferSize, bool bAutoRelease ) : bool | ||
hHandle | ulong | |
pResponseBuffer | IntPtr | |
unResponseBufferSize | uint | |
bAutoRelease | bool | |
Результат | bool |
public abstract GetMethodResponseInfo ( ulong hHandle, uint &punResponseSize, uint &peResult ) : bool | ||
hHandle | ulong | |
punResponseSize | uint | |
peResult | uint | |
Результат | bool |
public abstract ReleaseMethod ( ulong hHandle ) : bool | ||
hHandle | ulong | |
Результат | bool |
public abstract SendMethod ( string pchServiceMethod, IntPtr pRequestBuffer, uint unRequestBufferSize, ulong unContext ) : ulong | ||
pchServiceMethod | string | |
pRequestBuffer | IntPtr | |
unRequestBufferSize | uint | |
unContext | ulong | |
Результат | ulong |
public abstract SendNotification ( string pchServiceNotification, IntPtr pNotificationBuffer, uint unNotificationBufferSize ) : bool | ||
pchServiceNotification | string | |
pNotificationBuffer | IntPtr | |
unNotificationBufferSize | uint | |
Результат | bool |