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