Package | Description |
---|---|
com.digi.xbee.api | |
com.digi.xbee.api.models |
Modifier and Type | Method and Description |
---|---|
XBeeProtocol |
ZigBeeDevice.getXBeeProtocol() |
XBeeProtocol |
RemoteZigBeeDevice.getXBeeProtocol() |
XBeeProtocol |
RemoteRaw802Device.getXBeeProtocol() |
XBeeProtocol |
RemoteDigiPointDevice.getXBeeProtocol() |
XBeeProtocol |
RemoteDigiMeshDevice.getXBeeProtocol() |
XBeeProtocol |
Raw802Device.getXBeeProtocol() |
XBeeProtocol |
DigiPointDevice.getXBeeProtocol() |
XBeeProtocol |
DigiMeshDevice.getXBeeProtocol() |
XBeeProtocol |
AbstractXBeeDevice.getXBeeProtocol()
Returns the XBee Protocol of this XBee device.
|
Modifier and Type | Method and Description |
---|---|
static XBeeProtocol |
XBeeProtocol.determineProtocol(HardwareVersion hardwareVersion,
String firmwareVersion)
Determines the XBee protocol based on the given Hardware and firmware
versions.
|
static XBeeProtocol |
XBeeProtocol.get(int id)
Returns the
XBeeProtocol associated to the given ID. |
static XBeeProtocol |
XBeeProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XBeeProtocol[] |
XBeeProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
DiscoveryOptions.calculateDiscoveryValue(XBeeProtocol protocol,
Set<DiscoveryOptions> options)
Calculates the total value of a combination of several options for the
given protocol.
|
© Copyright 2014–2014 Digi International Inc. All rights reserved.