Click or drag to resize

CommonBluetoothClientBeginConnect Method

Namespace:  InTheHand.Net.Bluetooth.Factory
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public override sealed IAsyncResult BeginConnect(
	BluetoothEndPoint remoteEP,
	AsyncCallback requestCallback,
	Object state
)

Parameters

remoteEP
Type: InTheHand.NetBluetoothEndPoint
requestCallback
Type: SystemAsyncCallback
state
Type: SystemObject

Return Value

Type: IAsyncResult

Implements

IBluetoothClientBeginConnect(BluetoothEndPoint, AsyncCallback, Object)
See Also