pub type MICSTATUS_R = BitReader<MICSTATUS_A>;
Expand description
Field MICSTATUS
reader - The result of the MIC check performed during the previous decryption operation
Aliased Type§
struct MICSTATUS_R { /* private fields */ }
Implementations§
Source§impl MICSTATUS_R
impl MICSTATUS_R
Sourcepub fn variant(&self) -> MICSTATUS_A
pub fn variant(&self) -> MICSTATUS_A
Get enumerated values variant
Sourcepub fn is_check_failed(&self) -> bool
pub fn is_check_failed(&self) -> bool
Checks if the value of the field is CHECK_FAILED
Sourcepub fn is_check_passed(&self) -> bool
pub fn is_check_passed(&self) -> bool
Checks if the value of the field is CHECK_PASSED