In The Hand
IrDAEndPoint Constructor (irdaDeviceAddress, serviceName)
NamespacesInTheHand.NetIrDAEndPointIrDAEndPoint(IrDAAddress, String)
.NET Components for Mobility
Initializes a new instance of the IrDAEndPoint class.
Declaration Syntax
C#Visual Basic
public IrDAEndPoint(
	IrDAAddress irdaDeviceAddress,
	string serviceName
)
Public Sub New ( _
	irdaDeviceAddress As IrDAAddress, _
	serviceName As String _
)
Parameters
irdaDeviceAddress (IrDAAddress)
The device address.
serviceName (String)
The Service Name to connect to/listen on eg "OBEX". In the very uncommon case where a connection is to be made to / a server is to listen on a specific LSAP-SEL (port number), then use the form "LSAP-SELn", where n is an integer.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0