I hereby claim:
- I am grodansparadis on github.
- I am grodansparadis (https://keybase.io/grodansparadis) on keybase.
- I have a public key whose fingerprint is CC68 137E 5F27 3B53 E32F B070 07C7 39B5 ED74 864E
To claim this, I am signing this object:
| while (true) { | |
| if (VSCP_ERROR_SUCCESS != (rv = vscphlp_isDataAvailable(handle1, &count))) { | |
| printf("Failed to get available data rv = %d\n", rv); | |
| Sleep(5000); | |
| continue; | |
| } | |
| if (count) { | |
| printf("There is %ud events available\n", rv); | |
| // Enter receive loop | |
| if (VSCP_ERROR_SUCCESS != (rv = vscphlp_enterReceiveLoop(handle1))) { | |
| printf("Failed to enter receive loop rv = %d\n", rv); | |
| } | |
| // | |
| while (true) { | |
| vscpEventEx ex; | |
| if (VSCP_ERROR_SUCCESS == (rv = vscphlp_blockingReceiveEventEx(handle1, &ex, 1000))) { | |
| printf("Event received: Class=%ud Type=%d\n", ex.vscp_class, ex.vscp_type); |
I hereby claim:
To claim this, I am signing this object: