Skip to content

Taha-Firoz/rfkillr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rfkillr 🦀🔪

Send rfkill commands through rust, not async

example

   let rfkill = RfKill::new()?;

    let reset_event = CRfKillEvent::default()
    .set_event_type(RfkillType::All)
    .set_op(RfkillOperations::RfKillOpChangeAll)
    .soft_block();

    rfkill.update_device(reset_event);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages