IrDAEndPoint Constructor
Initializes a new instance of the IrDAEndPoint class.
Assembly: System.Net.IrDA (in System.Net.IrDA.dll)
Parameters
- irdaDeviceId
- Type: array<System::Byte>
The device identifier.
- serviceName
- Type: System::String
The name of the service to connect to.
| Exception | Condition |
|---|---|
| ArgumentException | Either the device identifier or the service name is invalid. |
After you create a connection to a device by using an IrDAEndPoint, you can monitor infrared communications from that device by using an IrDAListener.
The following example uses an IrDAEndPoint to create a connection to a device that is selected from a list of remote participating devices. It then uses an IrDAListener to listen for infrared communications from the remote device. This example is part of a larger example provided for the IrDAClient class.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.