|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esf.device.modem.channel.service.ModemCommand
public class ModemCommand
Describes modem command
Constructor Summary | |
---|---|
ModemCommand(CnS cmd)
CnS command constructor |
|
ModemCommand(java.lang.String cmd)
AT command constructor |
Method Summary | |
---|---|
java.lang.String |
getAtCommand()
Reports AT command |
CnS |
getCnsCommand()
Reports CnS command |
int |
getType()
Reports command type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModemCommand(java.lang.String cmd)
cmd
- - AT commandpublic ModemCommand(CnS cmd)
cmd
- - CnS commandMethod Detail |
---|
public int getType()
public java.lang.String getAtCommand()
public CnS getCnsCommand()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |