diff options
Diffstat (limited to 'openpicc/application/iso14443.h')
-rw-r--r-- | openpicc/application/iso14443.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpicc/application/iso14443.h b/openpicc/application/iso14443.h index a2d7458..e2418ca 100644 --- a/openpicc/application/iso14443.h +++ b/openpicc/application/iso14443.h @@ -80,6 +80,7 @@ typedef enum { FRAME_PENDING, /* Frame is currently filled by Rx */ FRAME_FULL, /* Frame has been filled by Rx */ FRAME_PROCESSING,/* The frame is currently processed by the consumer */ + FRAME_PREFILLED, /* The frame has been prefilled for later usage (only used for TX) */ } iso14443_frame_state_t; |