
PISO-CANFD series CAN FD card User Manual (version 1.0.0)
Page: 45
Copyright © 2021 ICP DAS Co., Ltd. All Rights Reserved.
E-mail: [email protected]
3.1.9. CANFD_CloseBoard
Description
This function is used to deactive a specified PISO-CANFD series board. This function
MUST always be called at the end of a program in order for the system to release
resources before exiting the program.
Syntax
Parameters
BoardNo
[in] Specifies the number of the PISO-CANFD series board to be read. The valid
range is 0 to 15.
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_CloseBoard(
Byte BoardNo
);