
PISO-CANFD series CAN FD card User Manual (version 1.0.0)
Page: 46
Copyright © 2021 ICP DAS Co., Ltd. All Rights Reserved.
E-mail: [email protected]
3.1.10. CANFD_BoardIsActive
Description
This function is used to check whether or not a specified PISO-CANFD series board is
active.
Syntax
Parameters
BoardNo
[in] Specifies the number of the PISO-CANFD series board to be read. The valid
range is 0 to 15.
IsActive
[out] Indicates the address of a variable used to retrieve the status of the
selected PISO-CANFD series board, where:
0: The selected board is not active
1: The selected board has been activated
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_BoardIsActive(
Byte BoardNo,
out Byte IsActive
);