TIM SDK
TIM API C
|
|
Activate Response.
Object type activate_response.
Functions | |
ta_e_result_code_t | ta_activate_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_activate_response_get_act_seq_counter (ta_object_t response, int *acq_seq_counter) |
Activation sequence counter. More... | |
ta_e_result_code_t ta_activate_response_get_act_seq_counter | ( | ta_object_t | response, |
int * | acq_seq_counter | ||
) |
Activation sequence counter.
[in] | response | Object instance of type activate_response. |
[out] | acq_seq_counter | Pointer to variable to write value to. |
ta_c_rc_ok | Value written to acq_seq_counter. |
ta_c_rc_invalid_argument | response is ta_invalid_object. |
ta_c_rc_invalid_argument | response is not of type activate_response. |
ta_c_rc_invalid_argument | acq_seq_counter is null-pointer. |
ta_e_result_code_t ta_activate_response_get_print_data | ( | ta_object_t | response, |
ta_object_t * | print_data | ||
) |
Print information for merchant receipt.
[in] | response | Object instance of type activate_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 activate_response. |
ta_c_rc_invalid_argument | print_data is null-pointer. |