| uint32_t EI_API_ADP_getEncapInactTimeout | ( | T * | pAdp_p, |
| uint16_t * | pEncapInactTimeout_p | ||
| ) |
Get the current adapter encapsulation inactivity timeout (Instance Attribute ID: 13).
Function that returns the adapter encapsulation inactivity timeout in the return value.
| [in] | pAdp_p | Pointer to the adapter. |
| [out] | pEncapInactTimeout_p | Point of type uint16_t to the adapter encapsulation inactivity timeout value (seconds). |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |