Function gpiocdev_uapi::v2::get_line_values
source · [−]pub fn get_line_values(lfd: RawFd, lv: &mut LineValues) -> Result<()>Expand description
Read values of requested lines.
lfd- The fd of the file returned byget_line.lv- The line values to be populated.