IrDAEndPoint(IrDAAddress, String) Constructor

Initializes a new instance of the IrDAEndPoint class.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public IrDAEndPoint(
	IrDAAddress irdaDeviceAddress,
	string serviceName
)

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.

See Also