public IrDAClient()
Public Sub New
public:
IrDAClient()
new : unit -> IrDAClient
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.