pub struct rfalIsoDepTxRxParam {
    pub txBuf: *mut rfalIsoDepBufFormat,
    pub txBufLen: u16,
    pub isTxChaining: bool,
    pub rxBuf: *mut rfalIsoDepBufFormat,
    pub rxLen: *mut u16,
    pub isRxChaining: *mut bool,
    pub FWT: u32,
    pub dFWT: u32,
    pub ourFSx: u16,
    pub FSx: u16,
    pub DID: u8,
}
Expand description

Structure of parameters used on ISO DEP Transceive

Fields

txBuf: *mut rfalIsoDepBufFormat

< Transmit Buffer struct reference

txBufLen: u16

< Transmit Buffer INF field length in Bytes

isTxChaining: bool

< Transmit data is not complete

rxBuf: *mut rfalIsoDepBufFormat

< Receive Buffer struct reference in Bytes

rxLen: *mut u16

< Received INF data length in Bytes

isRxChaining: *mut bool

< Received data is not complete

FWT: u32

< FWT to be used (ignored in Listen Mode)

dFWT: u32

< Delta FWT to be used

ourFSx: u16

< Our device Frame Size (FSD or FSC)

FSx: u16

< Other device Frame Size (FSD or FSC)

DID: u8

< Device ID (RFAL_ISODEP_NO_DID if no DID)

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.