#[repr(u8)]pub enum CommandCode {
Show 26 variants
Poll = 96,
Id = 97,
Cap = 98,
LStat = 100,
IStat = 101,
OStat = 102,
RStat = 103,
Out = 104,
Led = 105,
Buz = 106,
Text = 107,
ComSet = 110,
BioRead = 115,
BioMatch = 116,
KeySet = 117,
Chlng = 118,
SCrypt = 119,
AcuRxSize = 123,
FileTransfer = 124,
Mfg = 128,
XWrite = 161,
Abort = 162,
PivData = 163,
GenAuth = 164,
CrAuth = 165,
KeepActive = 167,
}Expand description
All CMND byte values from Annex A.1 of the spec.
Variants§
Poll = 96
Id = 97
Cap = 98
LStat = 100
IStat = 101
OStat = 102
RStat = 103
Out = 104
Led = 105
Buz = 106
Text = 107
ComSet = 110
BioRead = 115
BioMatch = 116
KeySet = 117
Chlng = 118
SCrypt = 119
AcuRxSize = 123
FileTransfer = 124
Mfg = 128
XWrite = 161
Abort = 162
PivData = 163
GenAuth = 164
CrAuth = 165
KeepActive = 167
Implementations§
Trait Implementations§
Source§impl Clone for CommandCode
impl Clone for CommandCode
Source§fn clone(&self) -> CommandCode
fn clone(&self) -> CommandCode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CommandCode
impl Debug for CommandCode
Source§impl Hash for CommandCode
impl Hash for CommandCode
Source§impl PartialEq for CommandCode
impl PartialEq for CommandCode
impl Copy for CommandCode
impl Eq for CommandCode
impl StructuralPartialEq for CommandCode
Auto Trait Implementations§
impl Freeze for CommandCode
impl RefUnwindSafe for CommandCode
impl Send for CommandCode
impl Sync for CommandCode
impl Unpin for CommandCode
impl UnsafeUnpin for CommandCode
impl UnwindSafe for CommandCode
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