IrDAClient Constructor

Initializes a new instance of the IrDAClient class.

Definition

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

Remarks

It then allows discovery of all devices in range using DiscoverDevices, then a connection can be made to the required service on the chosen peer using Connect(IrDAEndPoint). Or, given just the service name a connection will be made to an arbitrary peer, using Connect(String). This is most useful when it is expected that there will be only one device in range — as is often the case.

See Also