Package | Description |
---|---|
com.digi.xbee.api.listeners | |
com.digi.xbee.api.models | |
com.digi.xbee.api.packet.common |
Modifier and Type | Method and Description |
---|---|
void |
IModemStatusReceiveListener.modemStatusEventReceived(ModemStatusEvent modemStatusEvent)
Called when a modem status event from the radio is received.
|
Modifier and Type | Method and Description |
---|---|
static ModemStatusEvent |
ModemStatusEvent.get(int id)
Returns the
ModemStatusEvent associated to the given ID. |
static ModemStatusEvent |
ModemStatusEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModemStatusEvent[] |
ModemStatusEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ModemStatusEvent |
ModemStatusPacket.getStatus()
Returns modem status event enum.
|
Constructor and Description |
---|
ModemStatusPacket(ModemStatusEvent modemStatusEvent)
Class constructor.
|
© Copyright 2014–2014 Digi International Inc. All rights reserved.