| Ivi.Visa Namespace > IMessageBasedFormattedIO Interface : ReadLineBinaryBlockOfUInt16 Method |
| Overload | Description |
|---|---|
| ReadLineBinaryBlockOfUInt16() | Read an array of unsigned 16-bit integers from the formatted I/O read buffer, then read and discard characters up to and including the next newline character. |
| ReadLineBinaryBlockOfUInt16(Boolean) | Read an array of unsigned 16-bit integers from the formatted I/O read buffer, then read and discard characters up to and including the next newline character. |
| ReadLineBinaryBlockOfUInt16(UInt16[],Int64) | Read an array of unsigned 16-bit integers from the formatted I/O read buffer and store the elements into data starting at index. Then read and discard characters up to and including the next newline character. |
| ReadLineBinaryBlockOfUInt16(UInt16[],Int64,Boolean) | Read an array of unsigned 16-bit integers from the formatted I/O read buffer and store the elements into data starting at index. Then read and discard characters up to and including the next newline character. |
If BinaryEncoding = DefiniteLengthBlockData or BinaryEncoding = IndefiniteLengthBlockData: The ReadLineBinaryBlockOfUInt16 method exhibits the same behavior as Scanf("hb*T", out result ), which returns result.
If BinaryEncoding = RawBigEndian: The ReadLineBinaryBlockOfUInt16 method exhibits the same behavior as Scanf("hy*T" out result ), which returns result.
If BinaryEncoding = RawLittleEndian: The ReadLineBinaryBlockOfUInt16 method exhibits the same behavior as Scanf("!olhy*T", out result ), which returns result.
Current with Keysight IO Libraries Suite 18