Flipper Zero Firmware
Loading...
Searching...
No Matches
nfc_device_base.h
Go to the documentation of this file.
1
5#pragma once
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
18
22typedef void NfcDeviceData;
23
24#ifdef __cplusplus
25}
26#endif
NfcDeviceNameType
Verbosity level of the displayed NFC device name.
Definition nfc_device_base.h:14
@ NfcDeviceNameTypeFull
Display full(verbose) name.
Definition nfc_device_base.h:15
@ NfcDeviceNameTypeShort
Display shortened name.
Definition nfc_device_base.h:16
void NfcDeviceData
Generic opaque type for protocol-specific NFC device data.
Definition nfc_device_base.h:22