I am currently using nxSetSubProperty() and nxPropSessionSub_LINTxNCorruptedChksums to send LIN frames with invalid checksums.
How can I wait for this condition to actually occur on the bus?
If I were writing a normal frame I could use nxWrite and nxWait() according to the documentation, but in this case I'm not calling nxWrite(). Also LIN frames with an invalid checksum have an identifier of 0 in XNET. See Special Frames in the documentation. Can I create an input session for those? If so, how?