pub struct rfalIsoDepInfo {
Show 15 fields pub FWI: u8, pub FWT: u32, pub dFWT: u32, pub SFGI: u32, pub SFGT: u32, pub FSxI: u8, pub FSx: u16, pub MBL: u32, pub DSI: rfalBitRate, pub DRI: rfalBitRate, pub DID: u8, pub NAD: u8, pub supDID: bool, pub supNAD: bool, pub supAdFt: bool,
}
Expand description

ISO-DEP device Info

Fields

FWI: u8

< Frame Waiting Integer

FWT: u32

< Frame Waiting Time (1/fc)

dFWT: u32

< Delta Frame Waiting Time (1/fc)

SFGI: u32

< Start-up Frame Guard time Integer

SFGT: u32

< Start-up Frame Guard Time (ms)

FSxI: u8

< Frame Size Device/Card Integer (FSDI or FSCI)

FSx: u16

< Frame Size Device/Card (FSD or FSC)

MBL: u32

< Maximum Buffer Length (optional for NFC-B)

DSI: rfalBitRate

< Bit Rate coding from Listener (PICC) to Poller (PCD)

DRI: rfalBitRate

< Bit Rate coding from Poller (PCD) to Listener (PICC)

DID: u8

< Device ID

NAD: u8

< Node ADdress

supDID: bool

< DID supported flag

supNAD: bool

< NAD supported flag

supAdFt: bool

< Advanced Features supported flag

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.