PXE_VOID Delay(UINTN microseconds);
UNDI will never request a delay smaller than 10 microseconds and will always request delays in increments of 10 microseconds. The Delay() CallBack routine must delay between n and n + 10 microseconds before returning control to the UNDI.
This field cannot be set to zero.
See Implementation
PXE_VOID Delay(UINTN microseconds);
UNDI will never request a delay smaller than 10 microseconds and will always request delays in increments of 10 microseconds. The Delay() CallBack routine must delay between n and n + 10 microseconds before returning control to the UNDI.
This field cannot be set to zero.