public enum ModemStatusEvent extends Enum<ModemStatusEvent>
ModemStatusPacket
packet.Modifier and Type | Method and Description |
---|---|
static ModemStatusEvent |
get(int id)
Returns the
ModemStatusEvent associated to the given ID. |
String |
getDescription()
Returns the modem status description.
|
int |
getId()
Returns the modem status ID.
|
String |
toString() |
static ModemStatusEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModemStatusEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModemStatusEvent STATUS_ACESS_FAULT
public static final ModemStatusEvent STATUS_BANDMASK_CONFIG_FAILED
public static final ModemStatusEvent STATUS_BLE_CONNECT
public static final ModemStatusEvent STATUS_BLE_DISCONNECT
public static final ModemStatusEvent STATUS_COORDINATOR_REALIGNMENT
public static final ModemStatusEvent STATUS_COORDINATOR_STARTED
public static final ModemStatusEvent STATUS_CORE_LOCKUP_FAILURE
public static final ModemStatusEvent STATUS_DEVICE_CLOUD_CONNECTED
public static final ModemStatusEvent STATUS_DEVICE_CLOUD_DISCONNECTED
public static final ModemStatusEvent STATUS_DISASSOCIATED
public static final ModemStatusEvent STATUS_ERROR_AP_NOT_CONNECTED
public static final ModemStatusEvent STATUS_ERROR_AP_NOT_FOUND
public static final ModemStatusEvent STATUS_ERROR_FAILED_JOIN_AP
public static final ModemStatusEvent STATUS_ERROR_FAILED_JOIN_SECURITY
public static final ModemStatusEvent STATUS_ERROR_INVALID_CHANNEL
public static final ModemStatusEvent STATUS_ERROR_PSK_NOT_CONFIGURED
public static final ModemStatusEvent STATUS_ERROR_SSID_NOT_FOUND
public static final ModemStatusEvent STATUS_ERROR_STACK
public static final ModemStatusEvent STATUS_ERROR_SYNCHRONIZATION_LOST
public static final ModemStatusEvent STATUS_FATAL_STACK_ERROR
public static final ModemStatusEvent STATUS_FIB_BOOTLOADER_RESET
public static final ModemStatusEvent STATUS_HARDWARE_RESET
public static final ModemStatusEvent STATUS_JOINED_NETWORK
public static final ModemStatusEvent STATUS_LOW_VCC_RESET
public static final ModemStatusEvent STATUS_MODEM_CONFIG_CHANGED_WHILE_JOINING
public static final ModemStatusEvent STATUS_MODEM_FR_NOASSOC
public static final ModemStatusEvent STATUS_MODEM_FREQUENCY_AGILITY
public static final ModemStatusEvent STATUS_MODEM_KEY_ESTABLISHMT_DONE
public static final ModemStatusEvent STATUS_MODEM_METAFRAME_ERROR
public static final ModemStatusEvent STATUS_MODEM_PLKE_BAD_EUI64
public static final ModemStatusEvent STATUS_MODEM_PLKE_CLEAR_LK_TABLE
public static final ModemStatusEvent STATUS_MODEM_PLKE_INITIATED
public static final ModemStatusEvent STATUS_MODEM_PLKE_INVALID_TC_REQ
public static final ModemStatusEvent STATUS_MODEM_PLKE_LK_REJECTED
public static final ModemStatusEvent STATUS_MODEM_PLKE_NOT_AUTHORIZED
public static final ModemStatusEvent STATUS_MODEM_PLKE_SUCCESS
public static final ModemStatusEvent STATUS_MODEM_PLKE_TABLE_FULL
public static final ModemStatusEvent STATUS_MODEM_PLKE_TC_UPDATE_FAIL
public static final ModemStatusEvent STATUS_MODEM_PLKE_UPDATE
public static final ModemStatusEvent STATUS_MODEM_TOKENS_CORRUPTED
public static final ModemStatusEvent STATUS_MODEM_TOKENS_RECOVERED
public static final ModemStatusEvent STATUS_MODEM_TOKENS_UNRECOVERABLE
public static final ModemStatusEvent STATUS_NETWORK_SECURITY_KEY_UPDATED
public static final ModemStatusEvent STATUS_NETWORK_WENT_TO_SLEEP
public static final ModemStatusEvent STATUS_NETWORK_WOKE_UP
public static final ModemStatusEvent STATUS_SYNCH_MISS
public static final ModemStatusEvent STATUS_SYNCH_RX
public static final ModemStatusEvent STATUS_SYNCH_SENT
public static final ModemStatusEvent STATUS_UNKNOWN
public static final ModemStatusEvent STATUS_VOLTAGE_SUPPLY_LIMIT_EXCEEDED
public static final ModemStatusEvent STATUS_WATCHDOG_TIMER_RESET
public static ModemStatusEvent get(int id)
ModemStatusEvent
associated to the given ID.id
- ID of the ModemStatusEvent
to retrieve.ModemStatusEvent
associated with the given ID.public String getDescription()
public int getId()
public String toString()
toString
in class Enum<ModemStatusEvent>
public static ModemStatusEvent valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ModemStatusEvent[] values()
for (ModemStatusEvent c : ModemStatusEvent.values()) System.out.println(c);
© Copyright 2014 - 2024 Digi International Inc. All rights reserved.