uint32_t EI_API_ADP_setAcdDelay | ( | T * | pAdp_p, |
uint16_t | acdDelayMs | ||
) |
Set the ACD delay in ms.
This function sets the delay for the ACD state machine to send the first ARP probe frame. The default value for the delay is 200 ms. This can lead to an error in some ACD test programs, which can be avoid when the delay is enhanced (e.g. to 500 ms). Call this function after EI_API_ADP_init().
[in] | pAdp_p | Pointer to the adapter. |
[in] | acdDelayMs | The delay in milliseconds. |
EI_API_ADP_eERR_OK | Success. |