| Package | Description |
|---|---|
| ru.inpas.connector.lib |
| Modifier and Type | Method and Description |
|---|---|
protected PosExchange.Result |
PosExchange.doInBackground(SAParam... params) |
PosExchange.Result |
PosExchange.GetResult()
Получить результат выполнения обмена данными с терминалом
|
static PosExchange.Result |
PosExchange.Result.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PosExchange.Result[] |
PosExchange.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PosExchange.IAsynHandler.OnDone(PosExchange.Result result)
Вызов уведомления о завершении выполнения обмена данными с терминалом
|
protected void |
PosExchange.onPostExecute(PosExchange.Result result) |