Function gpiocdev_uapi::v2::set_line_config
source ยท pub fn set_line_config(lf: &File, lc: LineConfig) -> Result<()>Expand description
Update the configuration of an existing line request.
lf- The request file returned byget_line.lc- The configuration to be applied.