Keysight VISA.NET Help
ReadLineBinaryBlockOfInt32 Method



See Using Read Methods for detailed information.
Overload List
OverloadDescription
ReadLineBinaryBlockOfInt32() Read an array of signed 32-bit integers from the formatted I/O read buffer, then read and discard characters up to and including the next newline character.  
ReadLineBinaryBlockOfInt32(Boolean) Read an array of signed 32-bit integers from the formatted I/O read buffer, then read and discard characters up to and including the next newline character.  
ReadLineBinaryBlockOfInt32(Int32[],Int64)Read an array of signed 32-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.  
ReadLineBinaryBlockOfInt32(Int32[],Int64,Boolean)Read an array of signed 32-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.  
Remarks

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

If BinaryEncoding = RawBigEndian: The ReadLineBinaryBlockOfInt32 method exhibits the same behavior as Scanf("ly*T" out result ), which returns result.

If BinaryEncoding = RawLittleEndian: The ReadLineBinaryBlockOfInt32 method exhibits the same behavior as Scanf("olly*T", out result ), which returns result.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025