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