Keysight VISA.NET Help
IVisaAsyncResult Interface Members
Properties 

The following tables list the members exposed by IVisaAsyncResult.

Public Properties
 NameDescription
 PropertyAsyncState (Inherited from System.IAsyncResult)
 PropertyAsyncWaitHandle (Inherited from System.IAsyncResult)
 PropertyBuffer For asynchronous write operations, the data buffer that contains the data to be written to the device. For asynchronous read operations, the content of the buffer is unspecified until the operation is complete (that is, after the call to EndRead has completed successfully. If the asynchronous operation was initiated with a user created buffer, this is that buffer.  
 PropertyCompletedSynchronously (Inherited from System.IAsyncResult)
 PropertyCount Before the associated asynchronous operation has been completed by executing EndRead or EndWrite, the value of this property is undefined. After the associated asynchronous operation has been completed by executing EndRead or EndWrite, the value of this property is the actual number of bytes written (for a write operation) or the actual number of bytes read (for a read operation).  
 PropertyIndex The value of the index argument for the method call that created this VISA asynchronous results object. If the method did not include an index, then 0.  
 PropertyIsAborted If true, the asynchronous I/O operation was aborted by a call to AbortRead() or AbortWrite().  
 PropertyIsCompleted (Inherited from System.IAsyncResult)
Top
See Also

Reference

IVisaAsyncResult Interface
Ivi.Visa Namespace

 

 


© Keysight Technologies 2015-2025