I-7565M-HS USB to CAN converter User Manual (version 1.0.0)
Page: 54
Copyright © 2018 ICP DAS Co., Ltd. All Rights Reserved. E-mail: [email protected]
5.5.11 CANHS_GetCANBlackListMode
This function is used to get the blacklist of CAN message ID firmware filter mode in
the assigned CAN port of the I-7565M-HS device.
Syntax:
C++
int CANHS_GetCANBlackListMode(WORD i_wDevice_id, BYTE i_byCANPort, BYTE
*o_byMode);
C#
Int32 CANHS_GetCANBlackListMode(UInt16 i_wDevice_id, Byte i_byCANPort, out
Byte o_byMode);
Parameter:
i_wDevice_id
[in]
The assigned device ID of the I-7565M-HS device.
i_byCANPort
[in]
The assigned CAN port of the I-7565M-HS device.
*o_byMode
[out]
The blacklist of CAN message ID software filter mode in the assigned CAN
port of the I-7565M-HS device.
0: disable blacklist of CAN message ID firmware filter function
1: enable blacklist of CAN message ID firmware filter function
Return Value:
Return 0 means success, others means failure.