Struct pn532::atr_res_info

Struct Documentation

struct atr_res_info

Result of an ATR_RES command. This is used when activating a passive target (UM0701-02 §7.3.3)

See also

  • pn532::controller::initiator_activate_target

  • pn532::controller::initiator_auto_poll

  • pn532::controller::initiator_jump_for_dep_active

  • pn532::controller::initiator_jump_for_dep_passive_106kbps

  • pn532::controller::initiator_jump_for_dep_passive_212kbps

  • pn532::controller::initiator_jump_for_dep_passive_424kbps

  • pn532::controller::initiator_jump_for_psl

Public Members

nfcid_3t nfcid

Identifier of the target.

std::uint8_t did_t

DID byte sent by the target.

std::uint8_t b_st

Supported send bit rate of the target.

std::uint8_t b_rt

Supported receive bit rate of the target.

std::uint8_t to

Timeout value of the target in transport protocol.

std::uint8_t pp_t

Optional parameters of the target (length reduction, NAD usable and general bytes).

std::vector<std::uint8_t> g_t

General information bytes (max 47).