Struct pn532::rf_status

Struct Documentation

struct rf_status

Data returned after most of initiator calls on controller (UM0701-02 §7.1) This represents the status of the RF communication after the completed command.

Public Functions

inline explicit operator bool() const
Returns:

True if error is internal_error_code::none.

Public Members

bool nad_present

True if NAD bit is present.

bool expect_more_info

True if the tag expect another byte to be sent.

internal_error_code error

PN532-specific error.