| uint32_t EI_API_ADP_getIpTTL | ( | T * | pAdp_p, |
| uint8_t * | pIpTTL_p | ||
| ) |
Get the current TTL value (Instance Attribute ID: 8).
Function that returns the Time to Live (TTL) value.
| [in] | pAdp_p | Pointer to the adapter. |
| [out] | pIpTTL_p | uint32_t pointer to TTL value of the adapter specified by parameter pAdp_p. |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |