com.eurotech.framework.net.admin.modem.sierra.usb598
Enum SierraUsb598StatusCodes
java.lang.Object
java.lang.Enum<SierraUsb598StatusCodes>
com.eurotech.framework.net.admin.modem.sierra.usb598.SierraUsb598StatusCodes
- All Implemented Interfaces:
- Serializable, Comparable<SierraUsb598StatusCodes>
public enum SierraUsb598StatusCodes
- extends Enum<SierraUsb598StatusCodes>
NOT_AVAILABLE
public static final SierraUsb598StatusCodes NOT_AVAILABLE
CHANSTATE_NOT_ACQUIRED
public static final SierraUsb598StatusCodes CHANSTATE_NOT_ACQUIRED
CHANSTATE_ACQUIRED
public static final SierraUsb598StatusCodes CHANSTATE_ACQUIRED
CHANSTATE_SCANNING
public static final SierraUsb598StatusCodes CHANSTATE_SCANNING
BANDCLASS_CELLULAR
public static final SierraUsb598StatusCodes BANDCLASS_CELLULAR
BANDCLASS_PCS
public static final SierraUsb598StatusCodes BANDCLASS_PCS
ACTSTAT_NOT_ACTIVATED
public static final SierraUsb598StatusCodes ACTSTAT_NOT_ACTIVATED
ACTSTAT_ACTIVATED
public static final SierraUsb598StatusCodes ACTSTAT_ACTIVATED
ROAMSTAT_NOT_ROAMING
public static final SierraUsb598StatusCodes ROAMSTAT_NOT_ROAMING
ROAMSTAT_W_SID
public static final SierraUsb598StatusCodes ROAMSTAT_W_SID
ROAMSTAT_WO_SID
public static final SierraUsb598StatusCodes ROAMSTAT_WO_SID
SRVCIND_NO
public static final SierraUsb598StatusCodes SRVCIND_NO
SRVCIND_CDMA
public static final SierraUsb598StatusCodes SRVCIND_CDMA
SRVCIND_GPS
public static final SierraUsb598StatusCodes SRVCIND_GPS
CALLSTAT_DISCONNECTED
public static final SierraUsb598StatusCodes CALLSTAT_DISCONNECTED
CALLSTAT_CONNECTING
public static final SierraUsb598StatusCodes CALLSTAT_CONNECTING
CALLSTAT_CONNECTED
public static final SierraUsb598StatusCodes CALLSTAT_CONNECTED
CALLSTAT_DORMANT
public static final SierraUsb598StatusCodes CALLSTAT_DORMANT
PMODE_LPM
public static final SierraUsb598StatusCodes PMODE_LPM
PMODE_ONLINE
public static final SierraUsb598StatusCodes PMODE_ONLINE
values
public static SierraUsb598StatusCodes[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SierraUsb598StatusCodes c : SierraUsb598StatusCodes.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SierraUsb598StatusCodes valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getStatusCode
public int getStatusCode()
Copyright © 2013. All Rights Reserved.