IrDAClientConnectAsync Method

Connects the client to the specified service on an arbitrary peer as an asynchronous operation.

Definition

Namespace: InTheHand.Net.Sockets
Assembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public Task ConnectAsync(
	IrDAEndPoint remoteEP,
	Object state
)

Parameters

remoteEP  IrDAEndPoint
An IrDAEndPoint initialised with the address of the peer device and the service name to connect to.
state  Object

Return Value

Task

[Missing <returns> documentation for "M:InTheHand.Net.Sockets.IrDAClient.ConnectAsync(InTheHand.Net.IrDAEndPoint,System.Object)"]

See Also