Keysight VISA.NET Help
ReadBinaryBlockOfSByte Method



See Using Read Methods for detailed information.
Overload List
OverloadDescription
ReadBinaryBlockOfSByte() Read an array of signed bytes from the formatted I/O read buffer.  
ReadBinaryBlockOfSByte(Boolean) Read an array of signed bytes from the formatted I/O read buffer.  
ReadBinaryBlockOfSByte(SByte[],Int64,Int64)Read an array of signed bytes from the formatted I/O read buffer and store a maximum of count elements into data starting at index.  
ReadBinaryBlockOfSByte(SByte[],Int64,Int64,Boolean)Read an array of signed bytes 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 ReadBinaryBlockOfSByte method exhibits the same behavior as Scanf("%b", out result ), which returns result.

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

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

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025