pub struct rfalNfcDepAtrRes {
    pub CMD1: u8,
    pub CMD2: u8,
    pub NFCID3: [u8; 10],
    pub DID: u8,
    pub BSt: u8,
    pub BRt: u8,
    pub TO: u8,
    pub PPt: u8,
    pub GBt: [u8; 48],
}
Expand description

ATR_RES response Digital 1.1 16.6.3

Fields

CMD1: u8

< Response Byte 0xD5

CMD2: u8

< Command Value

NFCID3: [u8; 10]

< NFCID3 value

DID: u8

< DID

BSt: u8

< Sending Bitrate for Initiator

BRt: u8

< Receiving Bitrate for Initiator

TO: u8

< Timeout

PPt: u8

< Optional Parameters presence indicator

GBt: [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.