DeviceReadBuffer
DeviceReadBuffer[device] reads the complete contents of the buffer on a device.
DeviceReadBuffer[device, n] reads n elements from the buffer.
DeviceReadBuffer[device, crit] reads elements from the buffer until the device-specific criterion crit is met.
DeviceReadBuffer[device, crit, param] reads elements associated with the parameter param.
Examples
Read from device buffer:
DeviceReadBuffer[device, 100]Please visit the official Wolfram Language Reference for more details.