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