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