blocking PIEthernet write works

This commit is contained in:
2022-11-08 17:34:06 +03:00
parent 21fa3baf4e
commit d3dd3fb32b
3 changed files with 51 additions and 18 deletions

View File

@@ -503,7 +503,7 @@ private:
void setType(Type t, bool reopen = true);
bool connectTCP();
#ifdef WINDOWS
long waitForEvent(long mask);
long waitForEvent(PIWaitEvent & event, long mask);
#endif
static int ethErrorCore();