Initializes a new instance of the IrDAClient class.
| C# | Visual Basic |
public IrDAClient()
Public Sub New
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 [M:Connect(System.String)]. This is most useful when it is expected that there will be only one device in range — as is often the case.