Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
GPIBResponse
Valid for: CANoe DEFunction Syntax
Description
This function is called when the query returns. Users must implement this function and receive the original query string, the result as a string and the device ID.Parameters
- deviceDescriptor: The Device Descriptor of the device, that transmitted the response.
- queryString: The data transmitted in the GPIBQuery or GPIBQueryEx call, respectively.
- resultString: The device response.