Crate ql_oe

Crate ql_oe 

Expand description

Safe and high-level Rust bindings to the QuecOpen SDK.

§Features

  • logging - Enables the logging feature in ql-oe-sys, which captures logs from the Quectel SDK and forwards them to the log crate. This is enabled by default and there’s generally no reason to disable it. Enabling this feature requires nightly Rust due to the use of c_variadic.
  • serde - Enables serde support for some types.

Re-exports§

pub use self::error::Error;

Modules§

data
dev
Read device information.
error
helper 🔒
mcm
Wrapper for ql_oe_sys::mcm.
nw
Wrapper around the ql_oe_sys::nw module.
sleep
Sleep control.
sms
wifi
WiFi module.
wwan

Type Aliases§

Result