BeginRead Method

HidSharp

HidStream BeginRead Method HIDSharp

Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public override IAsyncResult BeginRead(
	byte[] buffer,
	int offset,
	int count,
	AsyncCallback callback,
	Object state
)
public override IAsyncResult BeginRead(
	byte[] buffer,
	int offset,
	int count,
	AsyncCallback callback,
	Object state
)
Public Overrides Function BeginRead ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer, _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
Public Overrides Function BeginRead ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer, _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
public:
virtual IAsyncResult^ BeginRead(
	array<unsigned char>^ buffer, 
	int offset, 
	int count, 
	AsyncCallback^ callback, 
	Object^ state
) override
public:
virtual IAsyncResult^ BeginRead(
	array<unsigned char>^ buffer, 
	int offset, 
	int count, 
	AsyncCallback^ callback, 
	Object^ state
) override
abstract BeginRead : 
        buffer : byte[] * 
        offset : int * 
        count : int * 
        callback : AsyncCallback * 
        state : Object -> IAsyncResult 
override BeginRead : 
        buffer : byte[] * 
        offset : int * 
        count : int * 
        callback : AsyncCallback * 
        state : Object -> IAsyncResult 
abstract BeginRead : 
        buffer : byte[] * 
        offset : int * 
        count : int * 
        callback : AsyncCallback * 
        state : Object -> IAsyncResult 
override BeginRead : 
        buffer : byte[] * 
        offset : int * 
        count : int * 
        callback : AsyncCallback * 
        state : Object -> IAsyncResult 

Parameters

buffer
Type:  OnlineSystem Byte 
offset
Type: OnlineSystem Int32
count
Type: OnlineSystem Int32
callback
Type: OnlineSystem AsyncCallback
state
Type: OnlineSystem Object
See Also