| Ivi.Visa Namespace : IMessageBasedFormattedIO Interface |
For a list of all members of this type, see IMessageBasedFormattedIO members.
| Name | Description | |
|---|---|---|
![]() | DiscardBuffers | 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. |
![]() | FlushWrite | Flushes all the data from the formatted I/O write buffer and sends it to the instrument, without appending a termchar. |
![]() | Printf | Overloaded. See Using Printf for detailed information. |
![]() | PrintfAndFlush | Overloaded. See Using Printf for detailed information. |
![]() | PrintfArray | Overloaded. See Using Printf for detailed information. |
![]() | PrintfArrayAndFlush | Overloaded. See Using Printf for detailed information. |
![]() | ReadBinaryBlockOfByte | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadBinaryBlockOfDouble | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadBinaryBlockOfInt16 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadBinaryBlockOfInt32 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadBinaryBlockOfInt64 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadBinaryBlockOfSByte | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadBinaryBlockOfSingle | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadBinaryBlockOfUInt16 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadBinaryBlockOfUInt32 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadBinaryBlockOfUInt64 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadChar | Read a single character from the formatted I/O read buffer. See Using Read Methods for detailed information. |
![]() | ReadDouble | Read a real number from the formatted I/O read buffer. See Using Read Methods for detailed information. |
![]() | ReadInt64 | Read an integer from the formatted I/O read buffer. See Using Read Methods for detailed information. |
![]() | ReadLine | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineBinaryBlockOfByte | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineBinaryBlockOfDouble | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineBinaryBlockOfInt16 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineBinaryBlockOfInt32 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineBinaryBlockOfInt64 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineBinaryBlockOfSByte | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineBinaryBlockOfSingle | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineBinaryBlockOfUInt16 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineBinaryBlockOfUInt32 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineBinaryBlockOfUInt64 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineChar | Read 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. |
![]() | ReadLineDouble | Read 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. |
![]() | ReadLineInt64 | Read 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. |
![]() | ReadLineListOfByte | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineListOfDouble | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineListOfInt16 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineListOfInt32 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineListOfInt64 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineListOfSByte | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineListOfSingle | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineListOfUInt16 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineListOfUInt32 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineListOfUInt64 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadLineUInt64 | Read 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. |
![]() | ReadListOfByte | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadListOfDouble | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadListOfInt16 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadListOfInt32 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadListOfInt64 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadListOfSByte | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadListOfSingle | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadListOfUInt16 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadListOfUInt32 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadListOfUInt64 | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadString | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadUInt64 | Read an unsigned integer from the formatted I/O read buffer. See Using Read Methods for detailed information. |
![]() | ReadUntilEnd | Read 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. |
![]() | ReadUntilMatch | Overloaded. See Using Read Methods for detailed information. |
![]() | ReadWhileMatch | Read 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. |
![]() | Scanf | Overloaded. See Using Scanf for detailed information. |
![]() | ScanfArray | Overloaded. See Using Scanf for detailed information. |
![]() | Skip | Discard the specified number of characters from the formatted I/O read buffer. |
![]() | SkipString | Skip 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. |
![]() | SkipUntilEnd | 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. |
![]() | Write | Overloaded. See Using Write Methods for detailed information. |
![]() | WriteBinary | Overloaded. See Using Write Methods for detailed information. |
![]() | WriteBinaryAndFlush | Overloaded. See Using Write Methods for detailed information. |
![]() | WriteLine | Overloaded. See Using Write Methods for detailed information. |
![]() | WriteLineList | Overloaded. See Using Write Methods for detailed information. |
![]() | WriteList | Overloaded. See Using Write Methods for detailed information. |