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