com.esf.device.modem.channel.service
Class ModemCommandType

java.lang.Object
  extended by com.esf.device.modem.channel.service.ModemCommandType

public final class ModemCommandType
extends java.lang.Object

Defines ModemCommandType class

Author:
ilya.binshtok

Field Summary
static int AT
          AT command
static int CnS
          CnS command
 
Constructor Summary
ModemCommandType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AT

public static final int AT
AT command

See Also:
Constant Field Values

CnS

public static final int CnS
CnS command

See Also:
Constant Field Values
Constructor Detail

ModemCommandType

public ModemCommandType()