IrDAEndPoint(Byte, String) Constructor
Note: This API is now obsolete.
Namespace: InTheHand.NetAssembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
[ObsoleteAttribute("Use the constructor which accepts an IrDAAddress.",
false)]
public IrDAEndPoint(
byte[] irdaDeviceID,
string serviceName
)
<ObsoleteAttribute("Use the constructor which accepts an IrDAAddress.",
false)>
Public Sub New (
irdaDeviceID As Byte(),
serviceName As String
)
public:
[ObsoleteAttribute(L"Use the constructor which accepts an IrDAAddress.",
false)]
IrDAEndPoint(
array<unsigned char>^ irdaDeviceID,
String^ serviceName
)
[<ObsoleteAttribute("Use the constructor which accepts an IrDAAddress.",
false)>]
new :
irdaDeviceID : byte[] *
serviceName : string -> IrDAEndPoint
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.