I-7565M-FD USB to CAN/CAN FD converter User Manual (version 1.0.0)
Page: 73
Copyright © 2019 ICP DAS Co., Ltd. All Rights Reserved. E-mail: [email protected]
5.8.3 CANFD_SetSN
This function is used to set the BID (board ID) of the I-7565M-FD device
Syntax:
C++
Int CANFD_SetSN(WORD i_wDevice_id, DWORD i_dwSN)
C#
Int32 CANFD_SetSN(UInt16 i_wDevice_id, UInt32 i_dwSN);
Parameter:
i_wDevice_id
[in]
The assigned device ID of the I-7565M-FD device.
i_dwSN
[in]
The BID (board ID) of the I-7565M-FD device.
Return Value:
Return 0 means success, others means failure.