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