Function gpiocdev_uapi::v1::get_line_values
source ยท pub fn get_line_values(lf: &File, vals: &mut LineValues) -> Result<()>Expand description
Read the values of requested lines.
lf- The request file returned byget_line_handleorget_line_event.vals- The line values to be populated.