I-7565M-FD USB to CAN/CAN FD converter User Manual (version 1.0.0)
Page: 72
Copyright © 2019 ICP DAS Co., Ltd. All Rights Reserved. E-mail: [email protected]
5.8.2 CANFD_GetFwVer
This function is used to get the firmware version of the I-7565M-FD device
Syntax:
C++
Int CANFD_GetFwVer(WORD i_wDevice_id, WORD* o_wFwVer);
C#
Int32 CANFD_GetFwVer(UInt16 i_wDevice_id, out UInt16 o_wFwVer);
Parameter:
i_wDevice_id
[in]
The assigned device ID of the I-7565M-FD device.
*o_wFwVer
[out]
The firmware version of the I-7565M-FD device.
Value 100 (in decimal)
firmware version: v1.00
Return Value:
Return 0 means success, others means failure.