|
TIM SDK
TIM API C
|
|
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... | |
| 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.
| [in] | response | Object instance of type system_information_response. |
| [out] | network_information | Pointer to variable to write object instance to. Object instance is of type network_information and is not retained. |
| ta_c_rc_ok | Object instance written to network_information. |
| ta_c_rc_invalid_argument | response is ta_invalid_object. |
| ta_c_rc_invalid_argument | response is not of type system_information_response. |
| ta_c_rc_invalid_argument | network_information is null-pointer. |