Search found 1 match

by iisik
Mon 26. Apr 2021, 13:55
Forum: PCAN-XCP
Topic: Invalid handle
Replies: 1
Views: 2791

Invalid handle

Hi,

I'm getting an invalid handle error.

result = XCPApi.Connect(m_XcpSession, 0, msg, (ushort)msg.Length);

XCPApi.Connect seems to be working successfully but when I use same handle for AddSlaveOnCan, I get "The given handle is invalid" error. Variables are as below.

private TXCPChannel m ...