Keysight VISA.NET Help
ReadBinaryBlockOfUInt64 Method



See Using Read Methods for detailed information.
Overload List
OverloadDescription
ReadBinaryBlockOfUInt64() Read an array of unsigned 64-bit integers from the formatted I/O read buffer.  
ReadBinaryBlockOfUInt64(UInt64[],Int64,Int64)Read an array of unsigned 64-bit integers from the formatted I/O read buffer and store a maximum of count elements into data starting at index.  
Requirements

If BinaryEncoding = DefiniteLengthBlockData or BinaryEncoding = IndefiniteLengthBlockData: The ReadBinaryBlockOfUInt64 method for definite or indefinite length blocks and the corresponding Scanf format specifier (%llb) are not supported at this time.

If BinaryEncoding = RawBigEndian: The ReadBinaryBlockOfUInt64 method exhibits the same behavior as Scanf("%!oblly", out result), which returns result.

If BinaryEncoding = RawLittleEndian: The ReadBinaryBlockOfUInt64 method exhibits the same behavior as Scanf("%!ollly", out result), which returns result.

 

See Also

Reference

IMessageBasedFormattedIO Interface
IMessageBasedFormattedIO Members

 

 


© Keysight Technologies 2015-2025