Iot.Device.SocketCan -> TryReadFrame() offer nonblocking mode? #2385
Labels
api-suggestion
Early API idea and discussion, it is NOT ready for implementation
Priority:2
Work that is important, but not critical for the release
From what I understand, Linux socket devices can be opened in a blocking or non-blocking mode for reading. Standard is blocking-mode.
=> Flags O_NONBLOCK, MSG_DONTWAIT in the C world
Would it be possible to implement this choice for Iot.Device.SocketCan.CanRaw?
many thanks!
The text was updated successfully, but these errors were encountered: