TIM SDK
TIM API C
system_information_response.h File Reference

Description

Contains the result of calling the ta_terminal_system_information() or ta_terminal_system_information_async().

Object type system_information_response.

Functions

ta_e_result_code_t ta_system_information_response_get_network_information (ta_object_t response, ta_object_t *network_information)
 Network information of EFT terminal. More...
 

Function Documentation

◆ ta_system_information_response_get_network_information()

ta_e_result_code_t ta_system_information_response_get_network_information ( ta_object_t  response,
ta_object_t network_information 
)

Network information of EFT terminal.

Parameters
[in]responseObject instance of type system_information_response.
[out]network_informationPointer to variable to write object instance to. Object instance is of type network_information and is not retained.
Return values
ta_c_rc_okObject instance written to network_information.
ta_c_rc_invalid_argumentresponse is ta_object_invalid.
ta_c_rc_invalid_argumentresponse is not of type system_information_response.
ta_c_rc_invalid_argumentnetwork_information is null-pointer.