pub struct rfalIsoDepAtsParam {
    pub fsci: u8,
    pub fwi: u8,
    pub sfgi: u8,
    pub didSupport: bool,
    pub ta: u8,
    pub hb: *mut u8,
    pub hbLen: u8,
}
Expand description

ATS Response parameter

Fields

fsci: u8

< Frame Size of Proximity Card Integer

fwi: u8

< Frame Waiting Time Integer

sfgi: u8

< Start-Up Frame Guard Time Integer

didSupport: bool

< DID Supported

ta: u8

< Max supported bitrate both direction

hb: *mut u8

< Historical Bytes data

hbLen: u8

< Historical Bytes Length

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.