Closed dmondrik closed 1 year ago
Add support for ReadAsync and WriteAsync, along with the ability to query and close the I/O completion event when done.
ReadAsync
WriteAsync
User Story 2522258: [grpc-device server] Implement custom functions for visa asynchronous I/O in grpc-device
Added duplicates for many existing read/write tests in VisaMessageBasedLoopbackTest.
VisaMessageBasedLoopbackTest
What does this Pull Request accomplish?
Add support for
ReadAsync
andWriteAsync
, along with the ability to query and close the I/O completion event when done.Why should this Pull Request be merged?
User Story 2522258: [grpc-device server] Implement custom functions for visa asynchronous I/O in grpc-device
What testing has been done?
Added duplicates for many existing read/write tests in
VisaMessageBasedLoopbackTest
.