pub struct rfalNfcDepAtrReq {
    pub CMD1: u8,
    pub CMD2: u8,
    pub NFCID3: [u8; 10],
    pub DID: u8,
    pub BSi: u8,
    pub BRi: u8,
    pub PPi: u8,
    pub GBi: [u8; 48],
}
Expand description

ATR_REQ command Digital 1.1 16.6.2

Fields

CMD1: u8

< Command format 0xD4

CMD2: u8

< Command Value

NFCID3: [u8; 10]

< NFCID3 value

DID: u8

< DID

BSi: u8

< Sending Bitrate for Initiator

BRi: u8

< Receiving Bitrate for Initiator

PPi: u8

< Optional Parameters presence indicator

GBi: [u8; 48]

< General Bytes

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.