Initializes a new instance of the IrDAEndPoint class.
| C# | Visual Basic |
public IrDAEndPoint( IrDAAddress irdaDeviceAddress, string serviceName )
Public Sub New ( _ irdaDeviceAddress As IrDAAddress, _ serviceName As String _ )
- 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.