mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
nfc lib
This commit is contained in:
11
lib/nfc/helpers/nxp_native_command_mode.h
Normal file
11
lib/nfc/helpers/nxp_native_command_mode.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* @brief Enumeration of possible command modes.
|
||||
*/
|
||||
typedef enum {
|
||||
NxpNativeCommandModePlain, /**< Plain native commands. */
|
||||
NxpNativeCommandModeIsoWrapped, /**< ISO 7816-wrapped commands. */
|
||||
|
||||
NxpNativeCommandModeMAX,
|
||||
} NxpNativeCommandMode;
|
||||
Reference in New Issue
Block a user