Class RemoteDigiPointDevice
This class represents a remote DigiPoint device.
Inherited Members
Namespace: XBeeLibrary.Core
Assembly: XBeeLibrary.Core.dll
Syntax
public class RemoteDigiPointDevice : RemoteXBeeDevice
Constructors
RemoteDigiPointDevice(AbstractXBeeDevice, XBee64BitAddress)
Class constructor. Instantiates a new RemoteDigiPointDevice object with the given local XBeeDevice which contains the connection interface to be used.
Declaration
public RemoteDigiPointDevice(AbstractXBeeDevice localXBeeDevice, XBee64BitAddress addr64)
Parameters
Type | Name | Description |
---|---|---|
AbstractXBeeDevice | localXBeeDevice | The local XBee device that will behave as connection interface to communicate with this remote point-to-multipoint device. |
XBee64BitAddress | addr64 | The 64-bit address to identify this remote point-to-multipoint device. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | If |
System.ArgumentNullException | If |
See Also
RemoteDigiPointDevice(AbstractXBeeDevice, XBee64BitAddress, String)
Class constructor. Instantiates a new RemoteDigiPointDevice object with the given local XBeeDevice which contains the connection interface to be used.
Declaration
public RemoteDigiPointDevice(AbstractXBeeDevice localXBeeDevice, XBee64BitAddress addr64, string id)
Parameters
Type | Name | Description |
---|---|---|
AbstractXBeeDevice | localXBeeDevice | The local XBee device that will behave as connection interface to communicate with this remote point-to-multipoint device. |
XBee64BitAddress | addr64 | The 64-bit address to identify this remote point-to-multipoint device. |
System.String | id | The node identifier of this remote point-to-multipoint device. It might be |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | If |
System.ArgumentNullException | If |
See Also
RemoteDigiPointDevice(DigiPointDevice, XBee64BitAddress)
Class constructor. Instantiates a new RemoteDigiPointDevice object with the given local DigiPointDevice which contains the connection interface to be used.
Declaration
public RemoteDigiPointDevice(DigiPointDevice localXBeeDevice, XBee64BitAddress addr64)
Parameters
Type | Name | Description |
---|---|---|
DigiPointDevice | localXBeeDevice | The local point-to-multipoint device that will behave as connection interface to communicate with this remote point-to-multipoint device. |
XBee64BitAddress | addr64 | The 64-bit address to identify this remote point-to-multipoint device. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | If |
System.ArgumentNullException | If |
See Also
Properties
XBeeProtocol
The protocol of the XBee device.
Declaration
public override XBeeProtocol XBeeProtocol { get; }
Property Value
Type | Description |
---|---|
XBeeProtocol |