Function pcan_basic_sys::CAN_GetValue [] [src]

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

Retrieves 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 get" "Buffer for the parameter value" "Size in bytes of the buffer" "A TPCANStatus error code"