IrDAEndPoint(Byte, String) Constructor

Note: This API is now obsolete.
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#
[ObsoleteAttribute("Use the constructor which accepts an IrDAAddress.", 
	false)]
public IrDAEndPoint(
	byte[] irdaDeviceID,
	string serviceName
)

Parameters

irdaDeviceID  Byte
The device identifier.
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