
PISO-CANFD series CAN FD card User Manual (version 1.0.0)
Page: 36
Copyright © 2021 ICP DAS Co., Ltd. All Rights Reserved.
E-mail: [email protected]
3.4. System Information API
The following is an overview of the System Information API functions provided on the
PISO-CANFD series board. A detailed description of each API is presented in
subsequent sections.
3.1.1. CANFD_GetDllVersion
Description
This function is used to retrieve the version number of the pisocanfd.dll driver currently
installed for the PISO-CANFD series board.
Syntax
Parameters
DLLVer
[out] The version information for the pisocanfd.dll driver currently installed for the
PISO-CANFD series board in hexadecimal format. For example, the value
of “0x100” indicates that the driver version is “1.00”.
Return Value
If the function succeeds, the return value will be 0.
If the function fails, refer to Section 3.6 Error Code Definitions.
C#
Uint16 CANFD_GetDllVersion(out Uint16 DLLVer);