Click or drag to resize

CommonRfcommStream.BeginRead Method

Namespace:  InTheHand.Net.Bluetooth.Factory
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public override IAsyncResult BeginRead(
	byte[] buffer,
	int offset,
	int count,
	AsyncCallback callback,
	Object state
)

Parameters

buffer
Type:System.Byte[]
offset
Type: System.Int32
count
Type: System.Int32
callback
Type: System.AsyncCallback
state
Type: System.Object

Return Value

Type: IAsyncResult
See Also