CAN_SetValue

Function CAN_SetValue 

Source
pub unsafe extern "C" fn CAN_SetValue(
    Channel: WORD,
    Parameter: BYTE,
    Buffer: *mut c_void,
    BufferLength: DWORD,
) -> DWORD
Expand description
Configures or sets a CAN Channel value Parameters can be present or not according with the kind of Hardware (CAN Channel) being used. If a parameter is not available, a PEAK_ERROR_ILLPARAMTYPE error will be returned "The handle of a CAN Channel" "The CANTPParameter parameter to set" "Buffer with the value to be set" "Size in bytes of the buffer" "A CANTPStatus error code"