I-7565M-FD USB to CAN/CAN FD converter User Manual (version 1.0.0)
Page: 71
Copyright © 2019 ICP DAS Co., Ltd. All Rights Reserved. E-mail: [email protected]
5.8. Other Functions
These functions are used to get the CAN_FD library information or helpful for users
program.
5.8.1 CANFD_GetDllVersion
This function is used to get the version of CAN_FD library
Syntax:
C++
DWORD CANFD_GetDllVersion(void);
C#
UInt32 CANFD_GetDllVersion();
Parameter:
None.
Return Value:
Return the CAN_FD library version.
Value 1000000 (in decimal)
CAN_FD library version: v1.0.0.0
Value 1000113 (in decimal)
CAN_FD library version: v1.0.1.13