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.
pub fn get_line_values(lf: &File, vals: &mut LineValues) -> Result<()>Read the values of requested lines.
lf - The request file returned by get_line_handle or get_line_event.vals - The line values to be populated.