TIM SDK
TIM API C
|
|
Deactivate Response.
Object type deactivate_response.
Functions | |
ta_e_result_code_t | ta_deactivate_response_get_print_data (ta_object_t response, ta_object_t *print_data) |
Print information for merchant receipt. More... | |
ta_e_result_code_t | ta_deactivate_response_get_counters (ta_object_t response, ta_object_t *counters) |
Counters. More... | |
ta_e_result_code_t ta_deactivate_response_get_counters | ( | ta_object_t | response, |
ta_object_t * | counters | ||
) |
Counters.
[in] | response | Object instance of type deactivate_response. |
[out] | counters | Pointer to variable to write object instance to. Object instance is of type counters and is not retained. Object instance is ta_invalid_object if value is not set in response. |
ta_c_rc_ok | Object instance written to counters. |
ta_c_rc_invalid_argument | response is ta_invalid_object. |
ta_c_rc_invalid_argument | response is not of type deactivate_response. |
ta_c_rc_invalid_argument | counters is null-pointer. |
ta_e_result_code_t ta_deactivate_response_get_print_data | ( | ta_object_t | response, |
ta_object_t * | print_data | ||
) |
Print information for merchant receipt.
[in] | response | Object instance of type deactivate_response. |
[out] | print_data | Pointer to variable to write object instance to. Object instance is of type print_data and is not retained. Object instance is ta_invalid_object if value is not set in response. |
ta_c_rc_ok | Object instance written to print_data. |
ta_c_rc_invalid_argument | response is ta_invalid_object. |
ta_c_rc_invalid_argument | response is not of type deactivate_response. |
ta_c_rc_invalid_argument | print_data is null-pointer. |