Re-exports§
pub use crate::consts::IoTypeId;
pub use crate::iodevice::IoDevice;
pub use hubs::Hub;
pub use error::Error;
pub use error::OptionContext;
pub use error::Result;
pub use btleplug;
pub use futures;
Modules§
- consts
- Various constants defined by the specification, but translated into Rust types
- error
- hubs
- Specific implementations for each of the supported hubs.
- iodevice
- notifications
- Parser and data structure for hub notification messages
- setup
- Convenience functions
Macros§
Structs§
- Connected
Hub - Discovered
Hub - Struct describing a discovered hub. This description may be passed
to
PoweredUp::create_hub
to initialise a connection. - Powered
Up
Enums§
- HubFilter
- Properties by which to filter discovered hubs