IFormattedIO488::ReadString
Description
Reads from the read buffer until an end condition is reached (termination character, END signal, etc), and returns the data in a string.
VB Prototype
value As
String = ReadString(
)
C++ Prototype
HRESULT ReadString(
BSTR* pData
);
Parameters
pData
The string data retrieved from the read buffer.
Return Value
Refer to the table of return codes.
See Also
IO, InstrumentBigEndian, WriteString, WriteNumber, WriteList, WriteIEEEBlock, ReadString, ReadNumber, ReadList, ReadIEEEBlock, FlushWrite, FlushRead, SetBufferSize, IFormattedIO488 Overview