public class ModemReply
extends java.lang.Object
| Constructor and Description |
|---|
ModemReply(java.util.ArrayList reply)
AT reply constructor
|
ModemReply(CnS cmd)
CnS reply constructor
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ModemReply(java.util.ArrayList reply)
throws java.lang.Exception
reply - - reply to AT commandjava.lang.Exceptionpublic ModemReply(CnS cmd)
cmd - - CnS replypublic int getType()
public java.util.ArrayList getAtReply()
public java.lang.String getAtReplyLine(int ind)
ind - - line to returnpublic CnS getCnsReply()
Copyright © 2009 Eurotech Inc. All rights reserved.