Struct pn532::general_status

Struct Documentation

struct general_status

Data returned after “GetGeneralStatus” (UM0701-02 §7.2.3) Represents the overall status of the PN532.

Public Members

internal_error_code last_error

Last error of the controller.

bool rf_field_present

True if the RF field is switched on.

std::vector<general_status_target> targets

Status of each of the targets (max 2) activated by the PN532.

general_status_sam sam

SAM status information.