CAN_FilterMessages

Function CAN_FilterMessages 

Source
pub unsafe extern "C" fn CAN_FilterMessages(
    Channel: WORD,
    FromID: DWORD,
    ToID: DWORD,
    Mode: BYTE,
) -> DWORD
Expand description
Configures the reception filter. The message filter will be expanded with every call to this function. If it is desired to reset the filter, please use the CAN_SetValue function "The handle of a CAN Channel" "The lowest CAN ID to be received" "The highest CAN ID to be received" "Message type, Standard (11-bit identifier) or Extended (29-bit identifier)" "A CANTPStatus error code"