
PISO-CANFD series CAN FD card User Manual (version 1.0.0)
Page: 58
Copyright © 2021 ICP DAS Co., Ltd. All Rights Reserved.
E-mail: [email protected]
3.2.9. CANFD_SetFilterFormat
Description
This function is used to configure the CAN port on a specified PISO-CANFD series
board to accept standard or extended frames.
Syntax
Parameters
BoardNo
[in] Specifies the number of the PISO-CANFD series board to be read. The valid
range is 0 to 15.
Port
[in] Specifies the number of the CAN port, where:
1: CAN port 1
2: CAN port 2.
3: CAN port 3.
4: CAN port 4.
inFormat
[in] Specifies the CAN port to accept standard or extended remote frame and
data frames.
0: standard frame
1: extended frame
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_SetFilterFormat(
Byte BoardNo,
Byte Port,
Byte inFormat
);