Flipper Zero Firmware
Loading...
Searching...
No Matches
nfc_poller_defs.h
1#pragma once
2
3#include "nfc_poller_base.h"
4#include "nfc_protocol.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10extern const NfcPollerBase* nfc_pollers_api[NfcProtocolNum];
11
12#ifdef __cplusplus
13}
14#endif
Abstract interface definitions for the NFC poller system.
Top-level NFC protocol definitions.
@ NfcProtocolNum
Special value representing the number of available protocols.
Definition nfc_protocol.h:193
Generic NFC poller interface.
Definition nfc_poller_base.h:121