Structs§
- NotWeb
Usb - The main type for not-webusb.
Construct this via
NotWebUsb::new
and then regularly poll it viaNotWebUsb::poll
. Check for requests viaNotWebUsb::check_pending_request
, a response must be sent viaNotWebUsb::send_response
once it is ready.