Flipper Developer Docs
Loading...
Searching...
No Matches
mf_classic_listener.h
1
#pragma once
2
3
#include "mf_classic.h"
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
9
typedef
struct
MfClassicListener
MfClassicListener
;
10
11
typedef
enum
{
12
MfClassicListenerEventTypeAuthContextPartCollected,
13
MfClassicListenerEventTypeAuthContextFullCollected,
14
} MfClassicListenerEventType;
15
16
typedef
union
{
17
MfClassicAuthContext
auth_context;
18
}
MfClassicListenerEventData
;
19
20
typedef
struct
{
21
MfClassicListenerEventType type;
22
MfClassicListenerEventData
* data;
23
}
MfClassicListenerEvent
;
24
25
#ifdef __cplusplus
26
}
27
#endif
MfClassicAuthContext
Definition
mf_classic.h:111
MfClassicListenerEvent
Definition
mf_classic_listener.h:20
MfClassicListener
Definition
mf_classic_listener_i.h:30
MfClassicListenerEventData
Definition
mf_classic_listener.h:16
lib
nfc
protocols
mf_classic
mf_classic_listener.h
Generated by
1.12.0