-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNFCardEmulation.h
38 lines (33 loc) · 1.17 KB
/
NFCardEmulation.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/* Generated by RuntimeBrowser.
Image: /System/Library/PrivateFrameworks/NearField.framework/NearField
*/
@class NSObject<OS_dispatch_queue>, <NFCardEmulationDelegate>;
@interface NFCardEmulation : NSObject {
bool_ceEnable;
bool_fieldDetectEnable;
unsigned char _source;
<NFCardEmulationDelegate> *_delegate;
NSObject<OS_dispatch_queue> *_callbackQueue;
}
- (void)stopFieldDetect;
- (void)startFieldDetect;
- (void)stopCardEmulation;
- (void)startCardEmulation;
- (id)initWithSource:(unsigned char)arg1 delegate:(id)arg2 queue:(id)arg3 idleExit:(bool)arg4;
- (void)_didReceiveRestrictedModeChanged:(bool)arg1;
- (void)_didReceiveTimerExpired:(id)arg1;
- (void)_didReceiveButtonPressed:(id)arg1;
- (void)_didEndTransaction:(id)arg1;
- (void)_didStartTransaction:(id)arg1;
- (void)_didReceiveCardSelect:(id)arg1;
- (void)_didDetectField:(bool)arg1;
- (void)_didFDChangeSuspended:(bool)arg1;
- (void)_didCEChangeSuspended:(bool)arg1;
- (id)initWithSource:(unsigned char)arg1 delegate:(id)arg2 queue:(id)arg3;
- (void)_stopFieldDetect;
- (void)_startFieldDetect;
- (void)_stopCardEmulation;
- (void)_startCardEmulation;
- (void)_didReceiveEvent:(id)arg1;
- (void)dealloc;
@end