Table of Contents

Delegate RemoteMsgHandler

Namespace
KmaxXR
Assembly
KmaxXR.Core.dll
public delegate void RemoteMsgHandler(byte[] bytes)

Parameters

bytes byte[]

Constructors

RemoteMsgHandler(object, IntPtr)

public RemoteMsgHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(byte[], AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(byte[] bytes, AsyncCallback callback, object @object)

Parameters

bytes byte[]
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(byte[])

public virtual void Invoke(byte[] bytes)

Parameters

bytes byte[]