public void Connect(
IrDAEndPoint remoteEP
)
Public Sub Connect (
remoteEP As IrDAEndPoint
)
public:
void Connect(
IrDAEndPoint^ remoteEP
)
member Connect :
remoteEP : IrDAEndPoint -> unit
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 Connect(String) instead.