public IrDAClient(
IrDAEndPoint remoteEP
)
Public Sub New (
remoteEP As IrDAEndPoint
)
public:
IrDAClient(
IrDAEndPoint^ remoteEP
)
new :
remoteEP : IrDAEndPoint -> IrDAClient
This is equivalent to calling the default constructor followed by Connect(IrDAEndPoint).
The endpoint specifies both the peer device and service name to connect to. If only one device is expected to be in range, or an arbitrary peer device is suitable, then one can use IrDAClient(String) instead.