public interface IAsciiResponse
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorCode()
Gets the error code or an empty string if none
|
java.util.List<java.lang.String> |
getMessages()
Gets the messages received from the last response
|
java.util.List<java.lang.String> |
getParameters()
Gets the parameters received from the last response
|
java.util.List<java.lang.String> |
getResponse()
Gets all the lines as received from the last response
|
boolean |
isSuccessful()
Gets a value indicating whether the command executed successfully
|
java.lang.String getErrorCode()
boolean isSuccessful()
java.util.List<java.lang.String> getMessages()
java.util.List<java.lang.String> getParameters()
java.util.List<java.lang.String> getResponse()