| Ivi.Visa Namespace > IMessageBasedRawIO Interface : BeginRead Method |
| Overload | Description |
|---|---|
| BeginRead(Int32) | Read count bytes asynchronously and store them in the Async Results Buffer/>. |
| BeginRead(Int32,Object) | Read count bytes asynchronously and store them in the Async Results Buffer/>. |
| BeginRead(Int32,VisaAsyncCallback,Object) | Read count bytes asynchronously and store them in the Async Results Buffer/>. When done, notify the calling program via the callback provided. |
| BeginRead(Byte[]) | Read bytes asynchronously and store them in buffer until it is full. |
| BeginRead(Byte[],Object) | Read bytes asynchronously and store them in buffer until it is full. |
| BeginRead(Byte[],Int64,Int64) | Read bytes asynchronously and store a maximum of count elements into buffer starting at index. |
| BeginRead(Byte[],Int64,Int64,Object) | Read bytes asynchronously and store a maximum of count elements into buffer starting at index. |
| BeginRead(Byte[],VisaAsyncCallback,Object) | Read bytes asynchronously and store them in buffer until it is full. When done, notify the calling program via the callback provided. |
| BeginRead(Byte[],Int64,Int64,VisaAsyncCallback,Object) | Read bytes asynchronously and store a maximum of count elements into buffer starting at index. When done, notify the calling program via the callback provided. |
Current with Keysight IO Libraries Suite 18