Table of Contents

Delegate NoiseEventHandler

Namespace
nanoFramework.Tools.Debugger
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public delegate void NoiseEventHandler(byte[] buffer, int offset, int count)

Parameters

buffer byte[]
offset int
count int
Extension Methods

Constructors

NoiseEventHandler(object, IntPtr)

public NoiseEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(byte[], int, int, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(byte[] buffer, int offset, int count, AsyncCallback callback, object @object)

Parameters

buffer byte[]
offset int
count int
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(byte[], int, int)

public virtual void Invoke(byte[] buffer, int offset, int count)

Parameters

buffer byte[]
offset int
count int