HidStream BeginRead Method | HIDSharp |
Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
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:
System Byte
- offset
- Type:
System Int32
- count
- Type:
System Int32
- callback
- Type:
System AsyncCallback
- state
- Type:
System Object
See Also