| Ivi.Visa Namespace > IMessageBasedFormattedIO Interface : ReadLineBinaryBlockOfInt64 Method |
| Overload | Description |
|---|---|
| ReadLineBinaryBlockOfInt64() | Read an array of signed 64-bit integers from the formatted I/O read buffer, then read and discard characters up to and including the next newline character. |
| ReadLineBinaryBlockOfInt64(Int64[],Int64) | Read an array of signed 64-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 ReadLineBinaryBlockOfInt64 method for definite or indefinite length blocks and the corresponding Scanf format specifier (%llb) are not supported at this time.
If BinaryEncoding = RawBigEndian: The ReadLineBinaryBlockOfInt64 method exhibits the same behavior as Scanf("lly*T" out result ), which returns result.
If BinaryEncoding = RawLittleEndian: The ReadLineBinaryBlockOfInt64 method exhibits the same behavior as Scanf("!olly*T", out result ), which returns result.
Current with Keysight IO Libraries Suite 18