| Ivi.Visa Namespace > IMessageBasedFormattedIO Interface : ReadListOfUInt64 Method |
| Overload | Description |
|---|---|
| ReadListOfUInt64(Int64) | Read a comma separated list of unsigned 64-bit integers from the formatted I/O read buffer and store a maximum of count elements into the return array starting at index 0. |
| ReadListOfUInt64(UInt64[],Int64,Int64) | Read a comma separated list of unsigned 64-bit integers from the formatted I/O read buffer and store a maximum of count elements into data starting at index. |
The ReadListOfUInt64 method exhibits the same behavior as Scanf("%,u", out result ), which returns result.
Current with Keysight IO Libraries Suite 18