| Ivi.Visa Namespace > IMessageBasedFormattedIO Interface : ReadBinaryBlockOfInt32 Method |
| Overload | Description |
|---|---|
| ReadBinaryBlockOfInt32() | Read an array of signed 32-bit integers from the formatted I/O read buffer. |
| ReadBinaryBlockOfInt32(Boolean) | Read an array of signed 32-bit integers from the formatted I/O read buffer. |
| ReadBinaryBlockOfInt32(Int32[],Int64,Int64) | Read an array of signed 32-bit integers from the formatted I/O read buffer and store a maximum of count elements into data starting at index. |
| ReadBinaryBlockOfInt32(Int32[],Int64,Int64,Boolean) | Read an array of signed 32-bit integers from the formatted I/O read buffer and store a maximum of count elements into data starting at index. |
If BinaryEncoding = DefiniteLengthBlockData or BinaryEncoding = IndefiniteLengthBlockData: The ReadBinaryBlockOfInt32 method exhibits the same behavior as Scanf("%lb", out result ), which returns result.
If BinaryEncoding = RawBigEndian: The ReadBinaryBlockOfInt32 method exhibits the same behavior as Scanf("%!obly", out result ), which returns result.
If BinaryEncoding = RawLittleEndian: The ReadBinaryBlockOfInt32 method exhibits the same behavior as Scanf("%!olly", out result ), which returns result.
Current with Keysight IO Libraries Suite 18