Ask Question

What happens if the addressed device does not respond due to a malfunction during a read operation?

+1
Answers (1)
  1. 3 September, 23:23
    0
    If the read operation is implemented synchronously (this is the classic case), it will block and eventually time-out. The calling program should deal with the returned error.

    If the read operation is asynchronous (as it will be in modern programming languages), the underlying library might provide an error callback, or you'll have to schedule a timeout task yourself.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What happens if the addressed device does not respond due to a malfunction during a read operation? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers