Class RemoteDigiMeshDevice
This class represents a remote DigiMesh device.
Inherited Members
Namespace: XBeeLibrary.Core
Assembly: XBeeLibrary.Core.dll
Syntax
public class RemoteDigiMeshDevice : RemoteXBeeDevice
Constructors
RemoteDigiMeshDevice(AbstractXBeeDevice, XBee64BitAddress)
Class constructor. Instantiates a new RemoteDigiMeshDevice object with the given local XBeeDevice which contains the connection interface to be used.
Declaration
public RemoteDigiMeshDevice(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 DigiMesh device. |
XBee64BitAddress | addr64 | The 64-bit address to identify this remote DigiMesh device. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | If |
System.ArgumentNullException | If |
See Also
RemoteDigiMeshDevice(AbstractXBeeDevice, XBee64BitAddress, String)
Class constructor. Instantiates a new RemoteDigiMeshDevice object with the given local XBeeDevice which contains the connection interface to be used.
Declaration
public RemoteDigiMeshDevice(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 DigiMesh device. |
XBee64BitAddress | addr64 | The 64-bit address to identify this remote DigiMesh device. |
System.String | id | The node identifier of this remote DigiMesh device. It might be |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | If |
System.ArgumentNullException | If |
See Also
RemoteDigiMeshDevice(DigiMeshDevice, XBee64BitAddress)
Class constructor. Instantiates a new RemoteDigiMeshDevice object with the given local DigiMeshDevice which contains the connection interface to be used.
Declaration
public RemoteDigiMeshDevice(DigiMeshDevice localXBeeDevice, XBee64BitAddress addr64)
Parameters
Type | Name | Description |
---|---|---|
DigiMeshDevice | localXBeeDevice | The local DigiMesh device that will behave as connection interface to communicate with this remote DigiMesh device. |
XBee64BitAddress | addr64 | The 64-bit address to identify this remote DigiMesh 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 |