| uint32_t EI_API_ADP_setIpTTL | ( | T * | pAdp_p, |
| uint8_t | ipTTL_p | ||
| ) |
Set the adapter IP TTL value (Instance Attribute ID: 8).
This function can be used to set the current adapter IP Time-to-Live (TTL) value. By default, the TTL value is set to 1. The maximum value for TTL is 255.
| [in] | pAdp_p | Pointer to the adapter. |
| [in] | ipTTL_p | New TTL value. |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |