| Ivi.Visa Namespace > IMessageBasedFormattedIO Interface : ReadBinaryBlockOfByte Method |
| Overload | Description |
|---|---|
| ReadBinaryBlockOfByte() | Read an array of bytes from the formatted I/O read buffer. |
| ReadBinaryBlockOfByte(Boolean) | Read an array of bytes from the formatted I/O read buffer. |
| ReadBinaryBlockOfByte(Byte[],Int64,Int64) | Read an array of bytes from the formatted I/O read buffer and store a maximum of count elements into data starting at index. |
| ReadBinaryBlockOfByte(Byte[],Int64,Int64,Boolean) | Read an array of bytes 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 ReadBinaryBlockOfByte method exhibits the same behavior as Scanf("%b", out result ), which returns result.
If BinaryEncoding = RawBigEndian: The ReadBinaryBlockOfByte method exhibits the same behavior as Scanf("%!oby", out result ), which returns result.
If BinaryEncoding = RawLittleEndian: The ReadBinaryBlockOfByte method exhibits the same behavior as Scanf("%!oly", out result ), which returns result.
Current with Keysight IO Libraries Suite 18