pub enum PeripheralOpMode {
EspNow(EspNowConfig),
WifiSniffer(WifiSnifferConfig),
}Expand description
Peripheral node operational modes.
Variants§
EspNow(EspNowConfig)
Reply to a central’s ESP-NOW control frames.
WifiSniffer(WifiSnifferConfig)
Run as a Wi-Fi promiscuous sniffer; CSI is captured from every frame received on the locked channel.
Auto Trait Implementations§
impl Freeze for PeripheralOpMode
impl RefUnwindSafe for PeripheralOpMode
impl Send for PeripheralOpMode
impl Sync for PeripheralOpMode
impl Unpin for PeripheralOpMode
impl UnsafeUnpin for PeripheralOpMode
impl UnwindSafe for PeripheralOpMode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more