Contains network information of the terminal.
Object type network_information.
Result of calling ta_terminal_system_information() or ta_terminal_system_information_async().
◆ ta_network_information_get_terminal_ip()
Terminal IP.
- Parameters
-
[in] | network_info | Object instance of type network_information. |
[out] | terminal_ip | Pointer to variable to write object instance to. Object instance is of type string and is not retained. |
- Return values
-
ta_c_rc_ok | Object instance written to terminal_ip. |
ta_c_rc_invalid_argument | network_info is ta_invalid_object. |
ta_c_rc_invalid_argument | network_info is not of type network_information. |
ta_c_rc_invalid_argument | terminal_ip is null-pointer. |
◆ ta_network_information_get_terminal_ip_dns()
Terminal IP dns host name.
- Parameters
-
[in] | network_info | Object instance of type network_information. |
[out] | terminal_ip_dns | Pointer to variable to write object instance to. Object instance is of type string and is not retained. |
- Return values
-
ta_c_rc_ok | Object instance written to terminal_ip_dns. |
ta_c_rc_invalid_argument | network_info is ta_invalid_object. |
ta_c_rc_invalid_argument | network_info is not of type network_information. |
ta_c_rc_invalid_argument | terminal_ip_dns is null-pointer. |
◆ ta_network_information_get_terminal_ip_gw()
Terminal IP gateway.
- Parameters
-
[in] | network_info | Object instance of type network_information. |
[out] | terminal_ip_gw | Pointer to variable to write object instance to. Object instance is of type string and is not retained. |
- Return values
-
ta_c_rc_ok | Object instance written to terminal_ip_gw. |
ta_c_rc_invalid_argument | network_info is ta_invalid_object. |
ta_c_rc_invalid_argument | network_info is not of type network_information. |
ta_c_rc_invalid_argument | terminal_ip_gw is null-pointer. |
◆ ta_network_information_get_terminal_ip_mask()
Terminal IP network mask.
- Parameters
-
[in] | network_info | Object instance of type network_information. |
[out] | terminal_ip_mask | Pointer to variable to write object instance to. Object instance is of type string and is not retained. |
- Return values
-
ta_c_rc_ok | Object instance written to terminal_ip_mask. |
ta_c_rc_invalid_argument | network_info is ta_invalid_object. |
ta_c_rc_invalid_argument | network_info is not of type network_information. |
ta_c_rc_invalid_argument | terminal_ip_mask is null-pointer. |