TIM SDK
TIM API C
activate_response.h File Reference

Description

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...
 

Function Documentation

◆ ta_activate_response_get_act_seq_counter()

ta_e_result_code_t ta_activate_response_get_act_seq_counter ( ta_object_t  response,
int *  acq_seq_counter 
)

Activation sequence counter.

Parameters
[in]responseObject instance of type activate_response.
[out]acq_seq_counterPointer to variable to write value to.
Return values
ta_c_rc_okValue written to acq_seq_counter.
ta_c_rc_invalid_argumentresponse is ta_invalid_object.
ta_c_rc_invalid_argumentresponse is not of type activate_response.
ta_c_rc_invalid_argumentacq_seq_counter is null-pointer.

◆ ta_activate_response_get_print_data()

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.

Parameters
[in]responseObject instance of type activate_response.
[out]print_dataPointer 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.
Return values
ta_c_rc_okObject instance written to print_data.
ta_c_rc_invalid_argumentresponse is ta_invalid_object.
ta_c_rc_invalid_argumentresponse is not of type activate_response.
ta_c_rc_invalid_argumentprint_data is null-pointer.