IFormattedIO488::InstrumentBigEndian

Description

Affects the behavior of the Read/WriteIEEEBlock methods:These methods interpret the binary data as Big-Endian or Little-Endian based on this property.

VB Prototype

Dim value As Boolean
value = object.InstrumentBigEndian

object.InstrumentBigEndian = value

C++ Prototype

HRESULT get_InstrumentBigEndian(
  VARIANT_BOOL* InstrumentBigEndian
);

HRESULT put_InstrumentBigEndian(
  VARIANT_BOOL InstrumentBigEndian
);

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