Function pcan_basic_sys::CAN_SetValue [] [src]

pub unsafe extern "C" fn CAN_SetValue(
    Channel: u16,
    Parameter: u8,
    Buffer: *mut c_void,
    BufferLength: u32
) -> u32

Configures or sets a PCAN Channel value Parameters can be present or not according with the kind of Hardware (PCAN Channel) being used. If a parameter is not available, a PCAN_ERROR_ILLPARAMTYPE error will be returned "The handle of a PCAN Channel" "The TPCANParameter parameter to set" "Buffer with the value to be set" "Size in bytes of the buffer" "A TPCANStatus error code"