pyobjc-framework-ThreadNetwork 11.1__tar.gz → 12.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/Lib/ThreadNetwork/_metadata.py +1 -1
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/Lib/pyobjc_framework_ThreadNetwork.egg-info/PKG-INFO +5 -3
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/Lib/pyobjc_framework_ThreadNetwork.egg-info/SOURCES.txt +2 -6
- pyobjc_framework_threadnetwork-12.0/Lib/pyobjc_framework_ThreadNetwork.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_threadnetwork-12.0/Lib/pyobjc_framework_ThreadNetwork.egg-info/requires.txt +2 -0
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/PKG-INFO +5 -3
- pyobjc_framework_threadnetwork-11.1/metadata/raw/arm64-15.0.fwinfo → pyobjc_framework_threadnetwork-12.0/metadata/raw/arm64-26.0.fwinfo +2 -2
- pyobjc_framework_threadnetwork-11.1/metadata/raw/x86_64-15.0.fwinfo → pyobjc_framework_threadnetwork-12.0/metadata/raw/x86_64-26.0.fwinfo +2 -2
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/pyobjc_setup.py +2 -0
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/setup.py +1 -1
- pyobjc_framework_threadnetwork-11.1/Lib/pyobjc_framework_ThreadNetwork.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_threadnetwork-11.1/Lib/pyobjc_framework_ThreadNetwork.egg-info/requires.txt +0 -2
- pyobjc_framework_threadnetwork-11.1/metadata/raw/arm64-13.0.fwinfo +0 -519
- pyobjc_framework_threadnetwork-11.1/metadata/raw/arm64-14.5.fwinfo +0 -578
- pyobjc_framework_threadnetwork-11.1/metadata/raw/x86_64-13.0.fwinfo +0 -519
- pyobjc_framework_threadnetwork-11.1/metadata/raw/x86_64-14.5.fwinfo +0 -578
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/Lib/ThreadNetwork/__init__.py +0 -0
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/Lib/pyobjc_framework_ThreadNetwork.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/Lib/pyobjc_framework_ThreadNetwork.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/Lib/pyobjc_framework_ThreadNetwork.egg-info/top_level.txt +0 -0
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/License.txt +0 -0
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/MANIFEST.in +0 -0
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/PyObjCTest/test_thclient.py +0 -0
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/PyObjCTest/test_threadnetwork.py +0 -0
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/metadata/ThreadNetwork.fwinfo +0 -0
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/metadata/metadata.ini +0 -0
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/pyproject.toml +0 -0
- {pyobjc_framework_threadnetwork-11.1 → pyobjc_framework_threadnetwork-12.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-ThreadNetwork
|
|
3
|
-
Version:
|
|
3
|
+
Version: 12.0
|
|
4
4
|
Summary: Wrappers for the framework ThreadNetwork on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -23,14 +23,16 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
26
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
+
Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
|
|
27
29
|
Classifier: Programming Language :: Objective C
|
|
28
30
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
31
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
32
|
Requires-Python: >=3.9
|
|
31
33
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
32
|
-
Requires-Dist: pyobjc-core>=
|
|
33
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
34
|
+
Requires-Dist: pyobjc-core>=12.0
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.0
|
|
34
36
|
Dynamic: author
|
|
35
37
|
Dynamic: author-email
|
|
36
38
|
Dynamic: classifier
|
|
@@ -17,9 +17,5 @@ PyObjCTest/test_thclient.py
|
|
|
17
17
|
PyObjCTest/test_threadnetwork.py
|
|
18
18
|
metadata/ThreadNetwork.fwinfo
|
|
19
19
|
metadata/metadata.ini
|
|
20
|
-
metadata/raw/arm64-
|
|
21
|
-
metadata/raw/
|
|
22
|
-
metadata/raw/arm64-15.0.fwinfo
|
|
23
|
-
metadata/raw/x86_64-13.0.fwinfo
|
|
24
|
-
metadata/raw/x86_64-14.5.fwinfo
|
|
25
|
-
metadata/raw/x86_64-15.0.fwinfo
|
|
20
|
+
metadata/raw/arm64-26.0.fwinfo
|
|
21
|
+
metadata/raw/x86_64-26.0.fwinfo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-ThreadNetwork
|
|
3
|
-
Version:
|
|
3
|
+
Version: 12.0
|
|
4
4
|
Summary: Wrappers for the framework ThreadNetwork on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -23,14 +23,16 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
26
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
+
Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
|
|
27
29
|
Classifier: Programming Language :: Objective C
|
|
28
30
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
31
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
32
|
Requires-Python: >=3.9
|
|
31
33
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
32
|
-
Requires-Dist: pyobjc-core>=
|
|
33
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
34
|
+
Requires-Dist: pyobjc-core>=12.0
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.0
|
|
34
36
|
Dynamic: author
|
|
35
37
|
Dynamic: author-email
|
|
36
38
|
Dynamic: classifier
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Thu Jul 24 14:24:10 2025
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -574,5 +574,5 @@
|
|
|
574
574
|
"THCredentials.h"
|
|
575
575
|
],
|
|
576
576
|
"release": "10.16",
|
|
577
|
-
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
|
|
577
|
+
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk"
|
|
578
578
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Thu Jul 24 14:24:08 2025
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -574,5 +574,5 @@
|
|
|
574
574
|
"THCredentials.h"
|
|
575
575
|
],
|
|
576
576
|
"release": "10.16",
|
|
577
|
-
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
|
|
577
|
+
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk"
|
|
578
578
|
}
|
|
@@ -234,7 +234,9 @@ Programming Language :: Python :: 3.11
|
|
|
234
234
|
Programming Language :: Python :: 3.12
|
|
235
235
|
Programming Language :: Python :: 3.13
|
|
236
236
|
Programming Language :: Python :: 3.14
|
|
237
|
+
Programming Language :: Python :: 3.15
|
|
237
238
|
Programming Language :: Python :: Implementation :: CPython
|
|
239
|
+
Programming Language :: Python :: Free Threading :: 2 - Beta
|
|
238
240
|
Programming Language :: Objective C
|
|
239
241
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
240
242
|
Topic :: Software Development :: User Interfaces
|
|
@@ -1,519 +0,0 @@
|
|
|
1
|
-
// GENERATED FILE DO NOT EDIT
|
|
2
|
-
//
|
|
3
|
-
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Tue Oct 11 20:42:23 2022
|
|
5
|
-
{
|
|
6
|
-
"arch": "arm64",
|
|
7
|
-
"definitions": {
|
|
8
|
-
"aliases": {},
|
|
9
|
-
"called_definitions": {},
|
|
10
|
-
"cftypes": {},
|
|
11
|
-
"classes": {
|
|
12
|
-
"THClient": {
|
|
13
|
-
"categories": [],
|
|
14
|
-
"methods": [
|
|
15
|
-
{
|
|
16
|
-
"args": [],
|
|
17
|
-
"class_method": false,
|
|
18
|
-
"retval": {
|
|
19
|
-
"typestr": "@",
|
|
20
|
-
"typestr_special": false
|
|
21
|
-
},
|
|
22
|
-
"selector": "init",
|
|
23
|
-
"visibility": "public"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"args": [
|
|
27
|
-
{
|
|
28
|
-
"callable": {
|
|
29
|
-
"arguments": {
|
|
30
|
-
"0": {
|
|
31
|
-
"type": "^v"
|
|
32
|
-
},
|
|
33
|
-
"1": {
|
|
34
|
-
"type": "@"
|
|
35
|
-
},
|
|
36
|
-
"2": {
|
|
37
|
-
"type": "@"
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
"retval": {
|
|
41
|
-
"type": "v"
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
"typestr": "@?",
|
|
45
|
-
"typestr_special": false
|
|
46
|
-
}
|
|
47
|
-
],
|
|
48
|
-
"class_method": false,
|
|
49
|
-
"retval": {
|
|
50
|
-
"typestr": "v",
|
|
51
|
-
"typestr_special": false
|
|
52
|
-
},
|
|
53
|
-
"selector": "retrieveAllCredentials:",
|
|
54
|
-
"visibility": "public"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"args": [
|
|
58
|
-
{
|
|
59
|
-
"typestr": "@",
|
|
60
|
-
"typestr_special": false
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"callable": {
|
|
64
|
-
"arguments": {
|
|
65
|
-
"0": {
|
|
66
|
-
"type": "^v"
|
|
67
|
-
},
|
|
68
|
-
"1": {
|
|
69
|
-
"type": "@"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
"retval": {
|
|
73
|
-
"type": "v"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
"typestr": "@?",
|
|
77
|
-
"typestr_special": false
|
|
78
|
-
}
|
|
79
|
-
],
|
|
80
|
-
"class_method": false,
|
|
81
|
-
"retval": {
|
|
82
|
-
"typestr": "v",
|
|
83
|
-
"typestr_special": false
|
|
84
|
-
},
|
|
85
|
-
"selector": "deleteCredentialsForBorderAgent:completion:",
|
|
86
|
-
"visibility": "public"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"args": [
|
|
90
|
-
{
|
|
91
|
-
"typestr": "@",
|
|
92
|
-
"typestr_special": false
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"callable": {
|
|
96
|
-
"arguments": {
|
|
97
|
-
"0": {
|
|
98
|
-
"type": "^v"
|
|
99
|
-
},
|
|
100
|
-
"1": {
|
|
101
|
-
"type": "@"
|
|
102
|
-
},
|
|
103
|
-
"2": {
|
|
104
|
-
"type": "@"
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
"retval": {
|
|
108
|
-
"type": "v"
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
"typestr": "@?",
|
|
112
|
-
"typestr_special": false
|
|
113
|
-
}
|
|
114
|
-
],
|
|
115
|
-
"class_method": false,
|
|
116
|
-
"retval": {
|
|
117
|
-
"typestr": "v",
|
|
118
|
-
"typestr_special": false
|
|
119
|
-
},
|
|
120
|
-
"selector": "retrieveCredentialsForBorderAgent:completion:",
|
|
121
|
-
"visibility": "public"
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"args": [
|
|
125
|
-
{
|
|
126
|
-
"typestr": "@",
|
|
127
|
-
"typestr_special": false
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"typestr": "@",
|
|
131
|
-
"typestr_special": false
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"callable": {
|
|
135
|
-
"arguments": {
|
|
136
|
-
"0": {
|
|
137
|
-
"type": "^v"
|
|
138
|
-
},
|
|
139
|
-
"1": {
|
|
140
|
-
"type": "@"
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
"retval": {
|
|
144
|
-
"type": "v"
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
"typestr": "@?",
|
|
148
|
-
"typestr_special": false
|
|
149
|
-
}
|
|
150
|
-
],
|
|
151
|
-
"class_method": false,
|
|
152
|
-
"retval": {
|
|
153
|
-
"typestr": "v",
|
|
154
|
-
"typestr_special": false
|
|
155
|
-
},
|
|
156
|
-
"selector": "storeCredentialsForBorderAgent:activeOperationalDataSet:completion:",
|
|
157
|
-
"visibility": "public"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"args": [
|
|
161
|
-
{
|
|
162
|
-
"callable": {
|
|
163
|
-
"arguments": {
|
|
164
|
-
"0": {
|
|
165
|
-
"type": "^v"
|
|
166
|
-
},
|
|
167
|
-
"1": {
|
|
168
|
-
"type": "@"
|
|
169
|
-
},
|
|
170
|
-
"2": {
|
|
171
|
-
"type": "@"
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
"retval": {
|
|
175
|
-
"type": "v"
|
|
176
|
-
}
|
|
177
|
-
},
|
|
178
|
-
"typestr": "@?",
|
|
179
|
-
"typestr_special": false
|
|
180
|
-
}
|
|
181
|
-
],
|
|
182
|
-
"class_method": false,
|
|
183
|
-
"retval": {
|
|
184
|
-
"typestr": "v",
|
|
185
|
-
"typestr_special": false
|
|
186
|
-
},
|
|
187
|
-
"selector": "retrievePreferredCredentials:",
|
|
188
|
-
"visibility": "public"
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"args": [
|
|
192
|
-
{
|
|
193
|
-
"typestr": "@",
|
|
194
|
-
"typestr_special": false
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"callable": {
|
|
198
|
-
"arguments": {
|
|
199
|
-
"0": {
|
|
200
|
-
"type": "^v"
|
|
201
|
-
},
|
|
202
|
-
"1": {
|
|
203
|
-
"type": "@"
|
|
204
|
-
},
|
|
205
|
-
"2": {
|
|
206
|
-
"type": "@"
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
"retval": {
|
|
210
|
-
"type": "v"
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
|
-
"typestr": "@?",
|
|
214
|
-
"typestr_special": false
|
|
215
|
-
}
|
|
216
|
-
],
|
|
217
|
-
"class_method": false,
|
|
218
|
-
"retval": {
|
|
219
|
-
"typestr": "v",
|
|
220
|
-
"typestr_special": false
|
|
221
|
-
},
|
|
222
|
-
"selector": "retrieveCredentialsForExtendedPANID:completion:",
|
|
223
|
-
"visibility": "public"
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"args": [
|
|
227
|
-
{
|
|
228
|
-
"typestr": "@",
|
|
229
|
-
"typestr_special": false
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"callable": {
|
|
233
|
-
"arguments": {
|
|
234
|
-
"0": {
|
|
235
|
-
"type": "^v"
|
|
236
|
-
},
|
|
237
|
-
"1": {
|
|
238
|
-
"type": "Z"
|
|
239
|
-
}
|
|
240
|
-
},
|
|
241
|
-
"retval": {
|
|
242
|
-
"type": "v"
|
|
243
|
-
}
|
|
244
|
-
},
|
|
245
|
-
"typestr": "@?",
|
|
246
|
-
"typestr_special": false
|
|
247
|
-
}
|
|
248
|
-
],
|
|
249
|
-
"class_method": false,
|
|
250
|
-
"retval": {
|
|
251
|
-
"typestr": "v",
|
|
252
|
-
"typestr_special": false
|
|
253
|
-
},
|
|
254
|
-
"selector": "checkPreferredNetworkForActiveOperationalDataset:completion:",
|
|
255
|
-
"visibility": "public"
|
|
256
|
-
}
|
|
257
|
-
],
|
|
258
|
-
"name": "THClient",
|
|
259
|
-
"properties": [],
|
|
260
|
-
"protocols": [],
|
|
261
|
-
"super": "NSObject"
|
|
262
|
-
},
|
|
263
|
-
"THCredentials": {
|
|
264
|
-
"categories": [],
|
|
265
|
-
"methods": [
|
|
266
|
-
{
|
|
267
|
-
"args": [],
|
|
268
|
-
"class_method": false,
|
|
269
|
-
"retval": {
|
|
270
|
-
"typestr": "@",
|
|
271
|
-
"typestr_special": false
|
|
272
|
-
},
|
|
273
|
-
"selector": "init",
|
|
274
|
-
"visibility": "public"
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"args": [],
|
|
278
|
-
"class_method": true,
|
|
279
|
-
"retval": {
|
|
280
|
-
"typestr": "@",
|
|
281
|
-
"typestr_special": false
|
|
282
|
-
},
|
|
283
|
-
"selector": "new",
|
|
284
|
-
"visibility": "public"
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"args": [],
|
|
288
|
-
"class_method": false,
|
|
289
|
-
"retval": {
|
|
290
|
-
"typestr": "@",
|
|
291
|
-
"typestr_special": false
|
|
292
|
-
},
|
|
293
|
-
"selector": "networkName",
|
|
294
|
-
"visibility": "public"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"args": [],
|
|
298
|
-
"class_method": false,
|
|
299
|
-
"retval": {
|
|
300
|
-
"typestr": "@",
|
|
301
|
-
"typestr_special": false
|
|
302
|
-
},
|
|
303
|
-
"selector": "extendedPANID",
|
|
304
|
-
"visibility": "public"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"args": [],
|
|
308
|
-
"class_method": false,
|
|
309
|
-
"retval": {
|
|
310
|
-
"typestr": "@",
|
|
311
|
-
"typestr_special": false
|
|
312
|
-
},
|
|
313
|
-
"selector": "borderAgentID",
|
|
314
|
-
"visibility": "public"
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"args": [],
|
|
318
|
-
"class_method": false,
|
|
319
|
-
"retval": {
|
|
320
|
-
"typestr": "@",
|
|
321
|
-
"typestr_special": false
|
|
322
|
-
},
|
|
323
|
-
"selector": "activeOperationalDataSet",
|
|
324
|
-
"visibility": "public"
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"args": [],
|
|
328
|
-
"class_method": false,
|
|
329
|
-
"retval": {
|
|
330
|
-
"typestr": "@",
|
|
331
|
-
"typestr_special": false
|
|
332
|
-
},
|
|
333
|
-
"selector": "networkKey",
|
|
334
|
-
"visibility": "public"
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
"args": [],
|
|
338
|
-
"class_method": false,
|
|
339
|
-
"retval": {
|
|
340
|
-
"typestr": "@",
|
|
341
|
-
"typestr_special": false
|
|
342
|
-
},
|
|
343
|
-
"selector": "PSKC",
|
|
344
|
-
"visibility": "public"
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"args": [],
|
|
348
|
-
"class_method": false,
|
|
349
|
-
"retval": {
|
|
350
|
-
"typestr": "C",
|
|
351
|
-
"typestr_special": false
|
|
352
|
-
},
|
|
353
|
-
"selector": "channel",
|
|
354
|
-
"visibility": "public"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"args": [
|
|
358
|
-
{
|
|
359
|
-
"typestr": "C",
|
|
360
|
-
"typestr_special": false
|
|
361
|
-
}
|
|
362
|
-
],
|
|
363
|
-
"class_method": false,
|
|
364
|
-
"retval": {
|
|
365
|
-
"typestr": "v",
|
|
366
|
-
"typestr_special": false
|
|
367
|
-
},
|
|
368
|
-
"selector": "setChannel:",
|
|
369
|
-
"visibility": "public"
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"args": [],
|
|
373
|
-
"class_method": false,
|
|
374
|
-
"retval": {
|
|
375
|
-
"typestr": "@",
|
|
376
|
-
"typestr_special": false
|
|
377
|
-
},
|
|
378
|
-
"selector": "panID",
|
|
379
|
-
"visibility": "public"
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"args": [],
|
|
383
|
-
"class_method": false,
|
|
384
|
-
"retval": {
|
|
385
|
-
"typestr": "@",
|
|
386
|
-
"typestr_special": false
|
|
387
|
-
},
|
|
388
|
-
"selector": "creationDate",
|
|
389
|
-
"visibility": "public"
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"args": [],
|
|
393
|
-
"class_method": false,
|
|
394
|
-
"retval": {
|
|
395
|
-
"typestr": "@",
|
|
396
|
-
"typestr_special": false
|
|
397
|
-
},
|
|
398
|
-
"selector": "lastModificationDate",
|
|
399
|
-
"visibility": "public"
|
|
400
|
-
}
|
|
401
|
-
],
|
|
402
|
-
"name": "THCredentials",
|
|
403
|
-
"properties": [
|
|
404
|
-
{
|
|
405
|
-
"attributes": [
|
|
406
|
-
"nonatomic",
|
|
407
|
-
"readonly"
|
|
408
|
-
],
|
|
409
|
-
"name": "networkName",
|
|
410
|
-
"typestr": "@",
|
|
411
|
-
"typestr_special": false
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"attributes": [
|
|
415
|
-
"nonatomic",
|
|
416
|
-
"readonly"
|
|
417
|
-
],
|
|
418
|
-
"name": "extendedPANID",
|
|
419
|
-
"typestr": "@",
|
|
420
|
-
"typestr_special": false
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"attributes": [
|
|
424
|
-
"nonatomic",
|
|
425
|
-
"readonly"
|
|
426
|
-
],
|
|
427
|
-
"name": "borderAgentID",
|
|
428
|
-
"typestr": "@",
|
|
429
|
-
"typestr_special": false
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"attributes": [
|
|
433
|
-
"nonatomic",
|
|
434
|
-
"readonly"
|
|
435
|
-
],
|
|
436
|
-
"name": "activeOperationalDataSet",
|
|
437
|
-
"typestr": "@",
|
|
438
|
-
"typestr_special": false
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"attributes": [
|
|
442
|
-
"nonatomic",
|
|
443
|
-
"readonly"
|
|
444
|
-
],
|
|
445
|
-
"name": "networkKey",
|
|
446
|
-
"typestr": "@",
|
|
447
|
-
"typestr_special": false
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"attributes": [
|
|
451
|
-
"nonatomic",
|
|
452
|
-
"readonly"
|
|
453
|
-
],
|
|
454
|
-
"name": "PSKC",
|
|
455
|
-
"typestr": "@",
|
|
456
|
-
"typestr_special": false
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
"attributes": [
|
|
460
|
-
"nonatomic"
|
|
461
|
-
],
|
|
462
|
-
"name": "channel",
|
|
463
|
-
"typestr": "C",
|
|
464
|
-
"typestr_special": false
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
"attributes": [
|
|
468
|
-
"nonatomic",
|
|
469
|
-
"readonly"
|
|
470
|
-
],
|
|
471
|
-
"name": "panID",
|
|
472
|
-
"typestr": "@",
|
|
473
|
-
"typestr_special": false
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
"attributes": [
|
|
477
|
-
"nonatomic",
|
|
478
|
-
"readonly"
|
|
479
|
-
],
|
|
480
|
-
"name": "creationDate",
|
|
481
|
-
"typestr": "@",
|
|
482
|
-
"typestr_special": false
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"attributes": [
|
|
486
|
-
"nonatomic",
|
|
487
|
-
"readonly"
|
|
488
|
-
],
|
|
489
|
-
"name": "lastModificationDate",
|
|
490
|
-
"typestr": "@",
|
|
491
|
-
"typestr_special": false
|
|
492
|
-
}
|
|
493
|
-
],
|
|
494
|
-
"protocols": [
|
|
495
|
-
"NSSecureCoding"
|
|
496
|
-
],
|
|
497
|
-
"super": "NSObject"
|
|
498
|
-
}
|
|
499
|
-
},
|
|
500
|
-
"enum": {},
|
|
501
|
-
"enum_type": {},
|
|
502
|
-
"expressions": {},
|
|
503
|
-
"externs": {},
|
|
504
|
-
"formal_protocols": {},
|
|
505
|
-
"func_macros": {},
|
|
506
|
-
"functions": {},
|
|
507
|
-
"informal_protocols": {},
|
|
508
|
-
"literals": {},
|
|
509
|
-
"structs": {},
|
|
510
|
-
"typedefs": {}
|
|
511
|
-
},
|
|
512
|
-
"framework": "ThreadNetwork",
|
|
513
|
-
"headers": [
|
|
514
|
-
"THClient.h",
|
|
515
|
-
"THCredentials.h"
|
|
516
|
-
],
|
|
517
|
-
"release": "10.16",
|
|
518
|
-
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.0.sdk"
|
|
519
|
-
}
|