PISO-CANFD series CAN FD card User Manual (version 1.0.0)
Page: 43
Copyright © 2021 ICP DAS Co., Ltd. All Rights Reserved.
E-mail: [email protected]
3.1.7. CANFD_GetCardFPGAFWVer
Description
This function is used to retrieve the FPGA firmware version on a specified
PISO-CANFD series board.
Syntax
Parameters
BoardNo
[in] Specifies the number of the PISO-CANFD series board to be read. The valid
range is 0 to 15.
FPGAFWVer
[out] Indicates the address of a variable used to retrieve the FPGA firmware
version of the selected PISO-CANFD series board.
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#
Int16 CANFD_GetCardFPGAFWVer(
Byte BoardNo,
out Byte FPGAFWVer
);