public class RemoteDigiPointDevice extends RemoteXBeeDevice
| Constructor and Description |
|---|
RemoteDigiPointDevice(DigiPointDevice localXBeeDevice,
XBee64BitAddress addr64)
Class constructor.
|
RemoteDigiPointDevice(XBeeDevice localXBeeDevice,
XBee64BitAddress addr64)
Class constructor.
|
RemoteDigiPointDevice(XBeeDevice localXBeeDevice,
XBee64BitAddress addr64,
String id)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
XBeeProtocol |
getXBeeProtocol()
Returns the XBee Protocol of this XBee device.
|
isRemote, reset, toStringapplyChanges, enableApplyConfigurationChanges, executeParameter, get16BitAddress, get64BitAddress, getADCValue, getConnectionInterface, getDestinationAddress, getDIOChangeDetection, getDIOValue, getFirmwareVersion, getHardwareVersion, getIOConfiguration, getIOSamplingRate, getNodeID, getPANID, getParameter, getPowerLevel, getPWMDutyCycle, isApplyConfigurationChangesEnabled, readDeviceInfo, readIOSample, setDestinationAddress, setDIOChangeDetection, setDIOValue, setIOConfiguration, setIOSamplingRate, setNodeID, setPANID, setParameter, setPowerLevel, setPWMDutyCycle, updateDeviceDataFrom, writeChangespublic RemoteDigiPointDevice(DigiPointDevice localXBeeDevice, XBee64BitAddress addr64)
RemoteDigiPointDevice object
with the given local DigiPointDevice which contains the connection
interface to be used.localXBeeDevice - The local point-to-multipoint device that will behave as
connection interface to communicate with this
remote point-to-multipoint device.addr64 - The 64-bit address to identify this remote point-to-multipoint
device.IllegalArgumentException - if localXBeeDevice.isRemote() == true.NullPointerException - if localXBeeDevice == null or
if addr64 == null.XBee64BitAddresspublic RemoteDigiPointDevice(XBeeDevice localXBeeDevice, XBee64BitAddress addr64)
RemoteDigiPointDevice object
with the given local XBeeDevice which contains the connection
interface to be used.localXBeeDevice - The local XBee device that will behave as
connection interface to communicate with this
remote point-to-multipoint device.addr64 - The 64-bit address to identify this remote point-to-multipoint
device.IllegalArgumentException - if localXBeeDevice.isRemote() == true or
if localXBeeDevice.getXBeeProtocol() != XBeeProtocol.DIGI_POINT.NullPointerException - if localXBeeDevice == null or
if addr64 == null.XBee64BitAddresspublic RemoteDigiPointDevice(XBeeDevice localXBeeDevice, XBee64BitAddress addr64, String id)
RemoteDigiPointDevice object
with the given local XBeeDevice which contains the connection
interface to be used.localXBeeDevice - The local XBee device that will behave as
connection interface to communicate with this
remote point-to-multipoint device.addr64 - The 64-bit address to identify this remote point-to-multipoint
device.id - The node identifier of this remote point-to-multipoint device.
It might be null.IllegalArgumentException - if localXBeeDevice.isRemote() == true or
if localXBeeDevice.getXBeeProtocol() != XBeeProtocol.DIGI_POINT.NullPointerException - if localXBeeDevice == null or
if addr64 == null.XBee64BitAddresspublic XBeeProtocol getXBeeProtocol()
AbstractXBeeDeviceTo refresh this value use the AbstractXBeeDevice.readDeviceInfo() method.
getXBeeProtocol in class AbstractXBeeDeviceXBeeProtocol© Copyright 2014?2015 Digi International Inc. All rights reserved.