| Ivi.Visa Namespace : IMessageBasedRawIO Interface |
The following tables list the members exposed by IMessageBasedRawIO.
| Name | Description | |
|---|---|---|
![]() | AbortAsyncOperation | Requests the session to terminate normal execution of an asynchronous read or write operation. |
![]() | BeginRead | Overloaded. Read count bytes asynchronously and store them in the Async Results Buffer/>. |
![]() | BeginWrite | Overloaded. Write the buffer to the device asynchronously. |
![]() | EndRead | Clean up resources created and used as part of the asynchronous read operation. |
![]() | EndReadString | Clean up resources created and used as part of the asynchronous read operation and return the string that was read. |
![]() | EndWrite | Clean up resources created and used as part of the asynchronous write operation. |
![]() | Read | Overloaded. Read bytes until an END indicator or termination character is reached. |
![]() | ReadString | Overloaded. Read characters into the return string until an END indicator or termination character is reached. |
![]() | Write | Overloaded. Write buffer to the device. |