Inherits Parcelable.
Public Member Functions | |
boolean | hasException () |
String | getExceptionMessage () |
String | getExceptionType () |
String | getExceptionStackTrace () |
String | getResponse () |
void | setException (Exception exception) |
int | describeContents () |
void | writeToParcel (Parcel dest, int flags) |
Static Public Attributes | |
static final Creator< DirectResponse > | CREATOR |
Protected Member Functions | |
void | setResponse (String response) |
Used for sending a direct message to the terminal and getting a response back.
Definition at line 10 of file DirectResponse.java.
int describeContents | ( | ) |
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Definition at line 58 of file DirectResponse.java.
void writeToParcel | ( | Parcel | dest, |
int | flags | ||
) |
Flatten this object in to a Parcel.
dest | The Parcel in which the object should be written. |
flags | Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE. |
Definition at line 69 of file DirectResponse.java.
|
static |
Definition at line 85 of file DirectResponse.java.
This document is the confidential property of Verifone, Inc. Any reproduction or distribution of this document, in whole or in part, or the disclosure of any of the information contained herein, without the prior written consent of Verifone, Inc. is prohibited. This document and any supplemental material supplied as part of any review must be returned to Verifone, Inc. upon request. Notice: This document may go through material revisions over time. While the Company will make every effort to keep readers updated as changes occur, care must be taken by the reader to make sure they are reading the latest version. Version numbers appear in the title page and revision history page of this document. All rights reserved. Verifone, the Verifone logo are either trademarks or registered trademarks of Verifone in the United States and/or other countries. All other trademarks or brand names are properties of their respective holders.