Keysight VISA.NET Help
ReadBinaryBlockOfUInt32 Method



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

If BinaryEncoding = DefiniteLengthBlockData or BinaryEncoding = IndefiniteLengthBlockData: The ReadBinaryBlockOfUInt32 method exhibits the same behavior as Scanf("%lb", out result ), which returns result.

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

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

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025