| Ivi.Visa Namespace > IMessageBasedFormattedIO Interface : ReadLineListOfSByte Method |
| Overload | Description |
|---|---|
| ReadLineListOfSByte() | Read a comma separated list of signed bytes from the formatted I/O read buffer and store them into the return array starting at index 0, then read and discard characters up to and including the next newline character. |
| ReadLineListOfSByte(SByte[],Int64) | Read a comma separated list of signed bytes from the formatted I/O read buffer and store them into data starting at index, then read and discard characters up to and including the next newline character. |
The ReadLineListOfSByte method exhibits the same behavior as Scanf(",d*T", out result ), which returns result.
Current with Keysight IO Libraries Suite 18