-
Notifications
You must be signed in to change notification settings - Fork 5
/
AKADIProxy.h
25 lines (20 loc) · 1.28 KB
/
AKADIProxy.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
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@interface AKADIProxy : NSObject
{
}
+ (int)eraseProvisioningForDSID:(unsigned long long)arg1;
+ (int)synchronizeWithDSID:(unsigned long long)arg1 SIM:(const char *)arg2 SIMLength:(unsigned int)arg3 outMID:(char **)arg4 outMIDLength:(unsigned int *)arg5 outSRM:(char **)arg6 outSRMLength:(unsigned int *)arg7;
+ (int)destroyProvisioningSession:(unsigned int)arg1;
+ (int)endProvisioningWithSession:(unsigned int)arg1 PTM:(const char *)arg2 PTMLength:(unsigned int)arg3 TK:(const char *)arg4 TKLength:(unsigned int)arg5;
+ (int)startProvisioningWithDSID:(unsigned long long)arg1 SPIM:(const char *)arg2 SPIMLength:(unsigned int)arg3 outCPIM:(char **)arg4 outCPIMLength:(unsigned int *)arg5 outSession:(unsigned int *)arg6;
+ (int)isMachineProvisioned:(unsigned long long)arg1;
+ (int)dispose:(void *)arg1;
+ (int)requestOTPForDSID:(unsigned long long)arg1 outMID:(char **)arg2 outMIDSize:(unsigned int *)arg3 outOTP:(char **)arg4 outOTPSize:(unsigned int *)arg5;
+ (int)setIDMSRoutingInfo:(unsigned long long)arg1 forDSID:(unsigned long long)arg2;
+ (int)getIDMSRoutingInfo:(unsigned long long *)arg1 forDSID:(unsigned long long)arg2;
@end