| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esf.device.modem.channel.service.ModemReply
public class ModemReply
Defines modem reply class
| Constructor Summary | |
|---|---|
ModemReply(java.util.ArrayList reply)
AT reply constructor  | 
|
ModemReply(CnS cmd)
CnS reply constructor  | 
|
| Method Summary | |
|---|---|
 java.util.ArrayList | 
getAtReply()
Reports AT reply  | 
 java.lang.String | 
getAtReplyLine(int ind)
Returns specified line of AT reply  | 
 CnS | 
getCnsReply()
Reports CnS reply  | 
 int | 
getType()
Reports reply type.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ModemReply(java.util.ArrayList reply)
           throws java.lang.Exception
reply - - reply to AT command
java.lang.Exceptionpublic ModemReply(CnS cmd)
cmd - - CnS reply| Method Detail | 
|---|
public int getType()
public java.util.ArrayList getAtReply()
public java.lang.String getAtReplyLine(int ind)
ind - - line to return
public CnS getCnsReply()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||