Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
long KLine_CreateECURepresentation(dword channel)
on preStart { long klineHandle; long channelNo; channelNo = DiagGetCommParameter("CANoe.ChannelNumber"); klineHandle = KLine_CreateECURepresentation(channelNo); write("KLine_CreateECURepresentation at K-Line%d returns %d", channelNo, klineHandle); }