Enum hackrfone::Error [−][src]
pub enum Error {
Usb(Error),
CtrlTransfer {
dir: Direction,
actual: usize,
expected: usize,
},
Version {
device: Version,
min: Version,
},
Argument,
}HackRF One errors.
Variants
Usb(Error)USB error.
Failed to transfer all bytes in a control transfer.
Show fields
An API call is not supported by your hardware.
Try updating the firmware on your device.
Show fields
A provided argument was out of range.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl RefUnwindSafe for Errorimpl UnwindSafe for Error
impl UnwindSafe for Error