Keysight VISA.NET Help
IMessageBasedFormattedIO Interface Methods

For a list of all members of this type, see IMessageBasedFormattedIO members.

Public Methods
 NameDescription
 MethodDiscardBuffers Discard all of the data in both the formatted I/O read and write buffers without performing any I/O to or from the connected resource.  
 MethodFlushWrite Flushes all the data from the formatted I/O write buffer and sends it to the instrument, without appending a termchar.  
 MethodPrintfOverloaded. See Using Printf for detailed information.  
 MethodPrintfAndFlushOverloaded. See Using Printf for detailed information.  
 MethodPrintfArrayOverloaded. See Using Printf for detailed information.  
 MethodPrintfArrayAndFlushOverloaded. See Using Printf for detailed information.  
 MethodReadBinaryBlockOfByteOverloaded. See Using Read Methods for detailed information.  
 MethodReadBinaryBlockOfDoubleOverloaded. See Using Read Methods for detailed information.  
 MethodReadBinaryBlockOfInt16Overloaded. See Using Read Methods for detailed information.  
 MethodReadBinaryBlockOfInt32Overloaded. See Using Read Methods for detailed information.  
 MethodReadBinaryBlockOfInt64Overloaded. See Using Read Methods for detailed information.  
 MethodReadBinaryBlockOfSByteOverloaded. See Using Read Methods for detailed information.  
 MethodReadBinaryBlockOfSingleOverloaded. See Using Read Methods for detailed information.  
 MethodReadBinaryBlockOfUInt16Overloaded. See Using Read Methods for detailed information.  
 MethodReadBinaryBlockOfUInt32Overloaded. See Using Read Methods for detailed information.  
 MethodReadBinaryBlockOfUInt64Overloaded. See Using Read Methods for detailed information.  
 MethodReadCharRead a single character from the formatted I/O read buffer. See Using Read Methods for detailed information.  
 MethodReadDoubleRead a real number from the formatted I/O read buffer. See Using Read Methods for detailed information.  
 MethodReadInt64Read an integer from the formatted I/O read buffer. See Using Read Methods for detailed information.  
 MethodReadLineOverloaded. See Using Read Methods for detailed information.  
 MethodReadLineBinaryBlockOfByteOverloaded. See Using Read Methods for detailed information.  
 MethodReadLineBinaryBlockOfDoubleOverloaded. See Using Read Methods for detailed information.  
 MethodReadLineBinaryBlockOfInt16Overloaded. See Using Read Methods for detailed information.  
 MethodReadLineBinaryBlockOfInt32Overloaded. See Using Read Methods for detailed information.  
 MethodReadLineBinaryBlockOfInt64Overloaded. See Using Read Methods for detailed information.  
 MethodReadLineBinaryBlockOfSByteOverloaded. See Using Read Methods for detailed information.  
 MethodReadLineBinaryBlockOfSingleOverloaded. See Using Read Methods for detailed information.  
 MethodReadLineBinaryBlockOfUInt16Overloaded. See Using Read Methods for detailed information.  
 MethodReadLineBinaryBlockOfUInt32Overloaded. See Using Read Methods for detailed information.  
 MethodReadLineBinaryBlockOfUInt64Overloaded. See Using Read Methods for detailed information.  
 MethodReadLineCharRead a character from the formatted I/O read buffer, then read and discard characters up to and including the next newline character. See Using Read Methods for detailed information.  
 MethodReadLineDoubleRead a real number from the formatted I/O read buffer, then read and discard characters up to and including the next newline character. See Using Read Methods for detailed information.  
 MethodReadLineInt64Read an integer from the formatted I/O read buffer, then read and discard characters up to and including the next newline character. See Using Read Methods for detailed information.  
 MethodReadLineListOfByteOverloaded. See Using Read Methods for detailed information.  
 MethodReadLineListOfDoubleOverloaded. See Using Read Methods for detailed information.  
 MethodReadLineListOfInt16Overloaded. See Using Read Methods for detailed information.  
 MethodReadLineListOfInt32Overloaded. See Using Read Methods for detailed information.  
 MethodReadLineListOfInt64Overloaded. See Using Read Methods for detailed information.  
 MethodReadLineListOfSByteOverloaded. See Using Read Methods for detailed information.  
 MethodReadLineListOfSingleOverloaded. See Using Read Methods for detailed information.  
 MethodReadLineListOfUInt16Overloaded. See Using Read Methods for detailed information.  
 MethodReadLineListOfUInt32Overloaded. See Using Read Methods for detailed information.  
 MethodReadLineListOfUInt64Overloaded. See Using Read Methods for detailed information.  
 MethodReadLineUInt64Read an unsigned integer from the formatted I/O read buffer, then read and discard characters up to and including the next newline character. See Using Read Methods for detailed information.  
 MethodReadListOfByteOverloaded. See Using Read Methods for detailed information.  
 MethodReadListOfDoubleOverloaded. See Using Read Methods for detailed information.  
 MethodReadListOfInt16Overloaded. See Using Read Methods for detailed information.  
 MethodReadListOfInt32Overloaded. See Using Read Methods for detailed information.  
 MethodReadListOfInt64Overloaded. See Using Read Methods for detailed information.  
 MethodReadListOfSByteOverloaded. See Using Read Methods for detailed information.  
 MethodReadListOfSingleOverloaded. See Using Read Methods for detailed information.  
 MethodReadListOfUInt16Overloaded. See Using Read Methods for detailed information.  
 MethodReadListOfUInt32Overloaded. See Using Read Methods for detailed information.  
 MethodReadListOfUInt64Overloaded. See Using Read Methods for detailed information.  
 MethodReadStringOverloaded. See Using Read Methods for detailed information.  
 MethodReadUInt64Read an unsigned integer from the formatted I/O read buffer. See Using Read Methods for detailed information.  
 MethodReadUntilEndRead characters from the formatted I/O read buffer until an END is received, including the character with the END indicator, treating them as a string. For protocols that do not support END, calling this method may result in a timeout or other implementation-specific behavior.

See Using Read Methods for detailed information.

 
 MethodReadUntilMatchOverloaded. See Using Read Methods for detailed information.  
 MethodReadWhileMatchRead characters from the formatted I/O read buffer until a character not in characters is reached. The first non-matching character remains in the formatted I/O read buffer.

See Using Read Methods for detailed information.

 
 MethodScanfOverloaded. See Using Scanf for detailed information.  
 MethodScanfArrayOverloaded. See Using Scanf for detailed information.  
 MethodSkip Discard the specified number of characters from the formatted I/O read buffer.  
 MethodSkipStringSkip and discard the exact string specified by data from the formatted I/O read buffer. Multiple whitespace characters in the read buffer may match a single whitespace in the data string. If data contains a % character, the method throws an argument exception. If data does not match the read buffer the method also throws an exception.  
 MethodSkipUntilEnd Discards the entire formatted I/O read buffer. If the previous formatted I/O buffer did not include an END or termination character, this method reads from the device until an END or termination character is encountered and discards the data.  
 MethodWriteOverloaded. 

See Using Write Methods for detailed information.

 
 MethodWriteBinaryOverloaded. See Using Write Methods for detailed information.  
 MethodWriteBinaryAndFlushOverloaded. See Using Write Methods for detailed information.  
 MethodWriteLineOverloaded. See Using Write Methods for detailed information.  
 MethodWriteLineListOverloaded. See Using Write Methods for detailed information.  
 MethodWriteListOverloaded. See Using Write Methods for detailed information.  
Top
See Also

Reference

IMessageBasedFormattedIO Interface
Ivi.Visa Namespace

 

 


© Keysight Technologies 2015-2025