com.eurotech.framework.net.admin.modem.telit.he910
Enum TelitHe910AtCommands

java.lang.Object
  extended by java.lang.Enum<TelitHe910AtCommands>
      extended by com.eurotech.framework.net.admin.modem.telit.he910.TelitHe910AtCommands
All Implemented Interfaces:
Serializable, Comparable<TelitHe910AtCommands>

public enum TelitHe910AtCommands
extends Enum<TelitHe910AtCommands>

Defines AT commands for the Telit HE910 modem.

Author:
ilya.binshtok

Enum Constant Summary
at
           
getGprsSessionDataVolume
           
getManufacturer
           
getMobileStationClass
           
getModelNumber
           
getRegistrationStatus
           
getRevision
           
getSerialNumber
           
getSignalStrength
           
getSimPinStatus
           
getSimStatus
           
getSmsc
           
pdpContext
           
setAutoSimDetection
           
simulateSimInserted
           
simulateSimNotInserted
           
softReset
           
 
Method Summary
 String getCommand()
           
static TelitHe910AtCommands valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TelitHe910AtCommands[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

at

public static final TelitHe910AtCommands at

getSimStatus

public static final TelitHe910AtCommands getSimStatus

getSimPinStatus

public static final TelitHe910AtCommands getSimPinStatus

setAutoSimDetection

public static final TelitHe910AtCommands setAutoSimDetection

simulateSimNotInserted

public static final TelitHe910AtCommands simulateSimNotInserted

simulateSimInserted

public static final TelitHe910AtCommands simulateSimInserted

getSmsc

public static final TelitHe910AtCommands getSmsc

getModelNumber

public static final TelitHe910AtCommands getModelNumber

getManufacturer

public static final TelitHe910AtCommands getManufacturer

getSerialNumber

public static final TelitHe910AtCommands getSerialNumber

getRevision

public static final TelitHe910AtCommands getRevision

getSignalStrength

public static final TelitHe910AtCommands getSignalStrength

getMobileStationClass

public static final TelitHe910AtCommands getMobileStationClass

getRegistrationStatus

public static final TelitHe910AtCommands getRegistrationStatus

getGprsSessionDataVolume

public static final TelitHe910AtCommands getGprsSessionDataVolume

pdpContext

public static final TelitHe910AtCommands pdpContext

softReset

public static final TelitHe910AtCommands softReset
Method Detail

values

public static TelitHe910AtCommands[] 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 (TelitHe910AtCommands c : TelitHe910AtCommands.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static TelitHe910AtCommands 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

getCommand

public String getCommand()


Copyright © 2013. All Rights Reserved.