IrDAListenerEndAcceptIrDAClient Method

Asynchronously accepts an incoming connection attempt and creates a new IrDAClient to handle remote host communication.

Definition

Namespace: InTheHand.Net.Sockets
Assembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public IrDAClient EndAcceptIrDAClient(
	IAsyncResult asyncResult
)

Parameters

asyncResult  IAsyncResult
An IAsyncResult returned by a call to the BeginAcceptIrDAClient(AsyncCallback, Object) method.

Return Value

IrDAClient
An IrDAClient.

See Also