appium-xcuitest-driver 10.3.0 → 10.4.0

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.
Files changed (252) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/build/lib/commands/active-app-info.d.ts +9 -0
  3. package/build/lib/commands/active-app-info.d.ts.map +1 -0
  4. package/build/lib/commands/active-app-info.js +14 -0
  5. package/build/lib/commands/active-app-info.js.map +1 -0
  6. package/build/lib/commands/alert.d.ts +42 -45
  7. package/build/lib/commands/alert.d.ts.map +1 -1
  8. package/build/lib/commands/alert.js +66 -62
  9. package/build/lib/commands/alert.js.map +1 -1
  10. package/build/lib/commands/app-management.d.ts +150 -153
  11. package/build/lib/commands/app-management.d.ts.map +1 -1
  12. package/build/lib/commands/app-management.js +300 -286
  13. package/build/lib/commands/app-management.js.map +1 -1
  14. package/build/lib/commands/app-strings.d.ts +14 -17
  15. package/build/lib/commands/app-strings.d.ts.map +1 -1
  16. package/build/lib/commands/app-strings.js +23 -24
  17. package/build/lib/commands/app-strings.js.map +1 -1
  18. package/build/lib/commands/appearance.d.ts +19 -22
  19. package/build/lib/commands/appearance.d.ts.map +1 -1
  20. package/build/lib/commands/appearance.js +56 -56
  21. package/build/lib/commands/appearance.js.map +1 -1
  22. package/build/lib/commands/audit.d.ts +22 -17
  23. package/build/lib/commands/audit.d.ts.map +1 -1
  24. package/build/lib/commands/audit.js +17 -18
  25. package/build/lib/commands/audit.js.map +1 -1
  26. package/build/lib/commands/battery.d.ts +11 -14
  27. package/build/lib/commands/battery.d.ts.map +1 -1
  28. package/build/lib/commands/battery.js +36 -37
  29. package/build/lib/commands/battery.js.map +1 -1
  30. package/build/lib/commands/biometric.d.ts +30 -33
  31. package/build/lib/commands/biometric.d.ts.map +1 -1
  32. package/build/lib/commands/biometric.js +42 -41
  33. package/build/lib/commands/biometric.js.map +1 -1
  34. package/build/lib/commands/certificate.d.ts +48 -45
  35. package/build/lib/commands/certificate.d.ts.map +1 -1
  36. package/build/lib/commands/certificate.js +218 -205
  37. package/build/lib/commands/certificate.js.map +1 -1
  38. package/build/lib/commands/clipboard.d.ts +19 -22
  39. package/build/lib/commands/clipboard.d.ts.map +1 -1
  40. package/build/lib/commands/clipboard.js +30 -30
  41. package/build/lib/commands/clipboard.js.map +1 -1
  42. package/build/lib/commands/condition.d.ts +49 -26
  43. package/build/lib/commands/condition.d.ts.map +1 -1
  44. package/build/lib/commands/condition.js +87 -86
  45. package/build/lib/commands/condition.js.map +1 -1
  46. package/build/lib/commands/content-size.d.ts +26 -29
  47. package/build/lib/commands/content-size.d.ts.map +1 -1
  48. package/build/lib/commands/content-size.js +36 -36
  49. package/build/lib/commands/content-size.js.map +1 -1
  50. package/build/lib/commands/context.d.ts +161 -108
  51. package/build/lib/commands/context.d.ts.map +1 -1
  52. package/build/lib/commands/context.js +530 -517
  53. package/build/lib/commands/context.js.map +1 -1
  54. package/build/lib/commands/deviceInfo.d.ts +9 -12
  55. package/build/lib/commands/deviceInfo.d.ts.map +1 -1
  56. package/build/lib/commands/deviceInfo.js +17 -18
  57. package/build/lib/commands/deviceInfo.js.map +1 -1
  58. package/build/lib/commands/element.d.ts +102 -105
  59. package/build/lib/commands/element.d.ts.map +1 -1
  60. package/build/lib/commands/element.js +337 -323
  61. package/build/lib/commands/element.js.map +1 -1
  62. package/build/lib/commands/execute.d.ts +24 -19
  63. package/build/lib/commands/execute.d.ts.map +1 -1
  64. package/build/lib/commands/execute.js +63 -62
  65. package/build/lib/commands/execute.js.map +1 -1
  66. package/build/lib/commands/file-movement.d.ts +77 -80
  67. package/build/lib/commands/file-movement.d.ts.map +1 -1
  68. package/build/lib/commands/file-movement.js +130 -124
  69. package/build/lib/commands/file-movement.js.map +1 -1
  70. package/build/lib/commands/find.d.ts +18 -21
  71. package/build/lib/commands/find.d.ts.map +1 -1
  72. package/build/lib/commands/find.js +158 -156
  73. package/build/lib/commands/find.js.map +1 -1
  74. package/build/lib/commands/general.d.ts +124 -116
  75. package/build/lib/commands/general.d.ts.map +1 -1
  76. package/build/lib/commands/general.js +248 -232
  77. package/build/lib/commands/general.js.map +1 -1
  78. package/build/lib/commands/geolocation.d.ts +43 -46
  79. package/build/lib/commands/geolocation.d.ts.map +1 -1
  80. package/build/lib/commands/geolocation.js +10 -11
  81. package/build/lib/commands/geolocation.js.map +1 -1
  82. package/build/lib/commands/gesture.d.ts +273 -276
  83. package/build/lib/commands/gesture.d.ts.map +1 -1
  84. package/build/lib/commands/gesture.js +506 -492
  85. package/build/lib/commands/gesture.js.map +1 -1
  86. package/build/lib/commands/increase-contrast.d.ts +20 -23
  87. package/build/lib/commands/increase-contrast.d.ts.map +1 -1
  88. package/build/lib/commands/increase-contrast.js +30 -30
  89. package/build/lib/commands/increase-contrast.js.map +1 -1
  90. package/build/lib/commands/iohid.d.ts +1370 -1373
  91. package/build/lib/commands/iohid.d.ts.map +1 -1
  92. package/build/lib/commands/iohid.js +30 -31
  93. package/build/lib/commands/iohid.js.map +1 -1
  94. package/build/lib/commands/keyboard.d.ts +29 -32
  95. package/build/lib/commands/keyboard.d.ts.map +1 -1
  96. package/build/lib/commands/keyboard.js +53 -51
  97. package/build/lib/commands/keyboard.js.map +1 -1
  98. package/build/lib/commands/keychains.d.ts +9 -12
  99. package/build/lib/commands/keychains.d.ts.map +1 -1
  100. package/build/lib/commands/keychains.js +13 -14
  101. package/build/lib/commands/keychains.js.map +1 -1
  102. package/build/lib/commands/localization.d.ts +16 -19
  103. package/build/lib/commands/localization.d.ts.map +1 -1
  104. package/build/lib/commands/localization.js +25 -26
  105. package/build/lib/commands/localization.js.map +1 -1
  106. package/build/lib/commands/location.d.ts +36 -39
  107. package/build/lib/commands/location.d.ts.map +1 -1
  108. package/build/lib/commands/location.js +99 -98
  109. package/build/lib/commands/location.js.map +1 -1
  110. package/build/lib/commands/lock.d.ts +21 -24
  111. package/build/lib/commands/lock.d.ts.map +1 -1
  112. package/build/lib/commands/lock.js +39 -38
  113. package/build/lib/commands/lock.js.map +1 -1
  114. package/build/lib/commands/log.d.ts +43 -37
  115. package/build/lib/commands/log.d.ts.map +1 -1
  116. package/build/lib/commands/log.js +174 -171
  117. package/build/lib/commands/log.js.map +1 -1
  118. package/build/lib/commands/memory.d.ts +9 -12
  119. package/build/lib/commands/memory.d.ts.map +1 -1
  120. package/build/lib/commands/memory.js +37 -38
  121. package/build/lib/commands/memory.js.map +1 -1
  122. package/build/lib/commands/navigation.d.ts +30 -33
  123. package/build/lib/commands/navigation.d.ts.map +1 -1
  124. package/build/lib/commands/navigation.js +92 -92
  125. package/build/lib/commands/navigation.js.map +1 -1
  126. package/build/lib/commands/notifications.d.ts +26 -29
  127. package/build/lib/commands/notifications.d.ts.map +1 -1
  128. package/build/lib/commands/notifications.js +53 -53
  129. package/build/lib/commands/notifications.js.map +1 -1
  130. package/build/lib/commands/pasteboard.d.ts +21 -24
  131. package/build/lib/commands/pasteboard.d.ts.map +1 -1
  132. package/build/lib/commands/pasteboard.js +37 -37
  133. package/build/lib/commands/pasteboard.js.map +1 -1
  134. package/build/lib/commands/pcap.d.ts +39 -26
  135. package/build/lib/commands/pcap.d.ts.map +1 -1
  136. package/build/lib/commands/pcap.js +81 -81
  137. package/build/lib/commands/pcap.js.map +1 -1
  138. package/build/lib/commands/performance.d.ts +63 -44
  139. package/build/lib/commands/performance.d.ts.map +1 -1
  140. package/build/lib/commands/performance.js +105 -105
  141. package/build/lib/commands/performance.js.map +1 -1
  142. package/build/lib/commands/permissions.d.ts +33 -36
  143. package/build/lib/commands/permissions.d.ts.map +1 -1
  144. package/build/lib/commands/permissions.js +66 -65
  145. package/build/lib/commands/permissions.js.map +1 -1
  146. package/build/lib/commands/proxy-helper.d.ts +12 -15
  147. package/build/lib/commands/proxy-helper.d.ts.map +1 -1
  148. package/build/lib/commands/proxy-helper.js +53 -54
  149. package/build/lib/commands/proxy-helper.js.map +1 -1
  150. package/build/lib/commands/record-audio.d.ts +49 -29
  151. package/build/lib/commands/record-audio.d.ts.map +1 -1
  152. package/build/lib/commands/record-audio.js +100 -104
  153. package/build/lib/commands/record-audio.js.map +1 -1
  154. package/build/lib/commands/recordscreen.d.ts +54 -18
  155. package/build/lib/commands/recordscreen.d.ts.map +1 -1
  156. package/build/lib/commands/recordscreen.js +127 -129
  157. package/build/lib/commands/recordscreen.js.map +1 -1
  158. package/build/lib/commands/screenshots.d.ts +14 -17
  159. package/build/lib/commands/screenshots.d.ts.map +1 -1
  160. package/build/lib/commands/screenshots.js +108 -107
  161. package/build/lib/commands/screenshots.js.map +1 -1
  162. package/build/lib/commands/simctl.d.ts +11 -14
  163. package/build/lib/commands/simctl.d.ts.map +1 -1
  164. package/build/lib/commands/simctl.js +23 -26
  165. package/build/lib/commands/simctl.js.map +1 -1
  166. package/build/lib/commands/source.d.ts +14 -17
  167. package/build/lib/commands/source.d.ts.map +1 -1
  168. package/build/lib/commands/source.js +40 -43
  169. package/build/lib/commands/source.js.map +1 -1
  170. package/build/lib/commands/timeouts.d.ts +44 -33
  171. package/build/lib/commands/timeouts.d.ts.map +1 -1
  172. package/build/lib/commands/timeouts.js +65 -63
  173. package/build/lib/commands/timeouts.js.map +1 -1
  174. package/build/lib/commands/web.d.ts +247 -197
  175. package/build/lib/commands/web.d.ts.map +1 -1
  176. package/build/lib/commands/web.js +815 -786
  177. package/build/lib/commands/web.js.map +1 -1
  178. package/build/lib/commands/xctest-record-screen.d.ts +63 -66
  179. package/build/lib/commands/xctest-record-screen.d.ts.map +1 -1
  180. package/build/lib/commands/xctest-record-screen.js +103 -102
  181. package/build/lib/commands/xctest-record-screen.js.map +1 -1
  182. package/build/lib/commands/xctest.d.ts +55 -51
  183. package/build/lib/commands/xctest.d.ts.map +1 -1
  184. package/build/lib/commands/xctest.js +116 -117
  185. package/build/lib/commands/xctest.js.map +1 -1
  186. package/build/lib/driver.d.ts +278 -1597
  187. package/build/lib/driver.d.ts.map +1 -1
  188. package/build/lib/driver.js +319 -235
  189. package/build/lib/driver.js.map +1 -1
  190. package/build/lib/execute-method-map.d.ts.map +1 -1
  191. package/build/lib/execute-method-map.js +9 -0
  192. package/build/lib/execute-method-map.js.map +1 -1
  193. package/lib/commands/active-app-info.js +12 -0
  194. package/lib/commands/alert.js +68 -65
  195. package/lib/commands/app-management.js +308 -301
  196. package/lib/commands/app-strings.js +24 -26
  197. package/lib/commands/appearance.js +54 -56
  198. package/lib/commands/audit.js +18 -20
  199. package/lib/commands/battery.js +35 -37
  200. package/lib/commands/biometric.js +44 -46
  201. package/lib/commands/certificate.js +226 -215
  202. package/lib/commands/clipboard.js +30 -32
  203. package/lib/commands/condition.js +98 -100
  204. package/lib/commands/content-size.js +36 -38
  205. package/lib/commands/context.js +495 -490
  206. package/lib/commands/deviceInfo.js +19 -20
  207. package/lib/commands/element.js +367 -357
  208. package/lib/commands/execute.js +72 -72
  209. package/lib/commands/file-movement.js +132 -134
  210. package/lib/commands/find.js +160 -159
  211. package/lib/commands/general.js +238 -231
  212. package/lib/commands/geolocation.js +6 -14
  213. package/lib/commands/gesture.js +525 -515
  214. package/lib/commands/increase-contrast.js +30 -32
  215. package/lib/commands/iohid.js +32 -34
  216. package/lib/commands/keyboard.js +49 -51
  217. package/lib/commands/keychains.js +12 -14
  218. package/lib/commands/localization.js +24 -26
  219. package/lib/commands/location.js +102 -104
  220. package/lib/commands/lock.js +38 -38
  221. package/lib/commands/log.js +197 -198
  222. package/lib/commands/memory.js +40 -42
  223. package/lib/commands/navigation.js +96 -100
  224. package/lib/commands/notifications.js +57 -59
  225. package/lib/commands/pasteboard.js +37 -39
  226. package/lib/commands/pcap.js +84 -86
  227. package/lib/commands/performance.js +132 -133
  228. package/lib/commands/permissions.js +67 -69
  229. package/lib/commands/proxy-helper.js +60 -61
  230. package/lib/commands/record-audio.js +115 -120
  231. package/lib/commands/recordscreen.js +145 -149
  232. package/lib/commands/screenshots.js +116 -116
  233. package/lib/commands/simctl.js +25 -29
  234. package/lib/commands/source.js +42 -46
  235. package/lib/commands/timeouts.js +59 -63
  236. package/lib/commands/web.js +878 -858
  237. package/lib/commands/xctest-record-screen.js +103 -105
  238. package/lib/commands/xctest.js +134 -139
  239. package/lib/driver.js +287 -235
  240. package/lib/execute-method-map.ts +9 -0
  241. package/npm-shrinkwrap.json +2 -2
  242. package/package.json +1 -1
  243. package/build/lib/commands/activeAppInfo.d.ts +0 -12
  244. package/build/lib/commands/activeAppInfo.d.ts.map +0 -1
  245. package/build/lib/commands/activeAppInfo.js +0 -15
  246. package/build/lib/commands/activeAppInfo.js.map +0 -1
  247. package/build/lib/commands/index.d.ts +0 -96
  248. package/build/lib/commands/index.d.ts.map +0 -1
  249. package/build/lib/commands/index.js +0 -100
  250. package/build/lib/commands/index.js.map +0 -1
  251. package/lib/commands/activeAppInfo.js +0 -14
  252. package/lib/commands/index.js +0 -95
@@ -1585,6 +1585,8 @@ export class XCUITestDriver extends BaseDriver<{
1585
1585
  xcodeVersion: XcodeVersion | undefined;
1586
1586
  /** @type {import('./commands/pcap').TrafficCapture|null} */
1587
1587
  _trafficCapture: import("./commands/pcap").TrafficCapture | null;
1588
+ /** @type {import('./commands/recordscreen').ScreenRecorder|null} */
1589
+ _recentScreenRecorder: import("./commands/recordscreen").ScreenRecorder | null;
1588
1590
  /** @type {Simulator|RealDevice} */
1589
1591
  _device: Simulator | RealDevice;
1590
1592
  /** @type {string|null} */
@@ -2104,1605 +2106,238 @@ export class XCUITestDriver extends BaseDriver<{
2104
2106
  */
2105
2107
  _getCommandTimeout(cmdName?: string): number | undefined;
2106
2108
  preparePreinstalledWda(): Promise<void>;
2107
- mobileGetActiveAppInfo: (this: XCUITestDriver) => Promise<import("./commands/types").ActiveAppInfo>;
2108
- getAlertText: (this: XCUITestDriver) => Promise<string | null>;
2109
- setAlertText: (this: XCUITestDriver, value: string) => Promise<void>;
2110
- postAcceptAlert: (this: XCUITestDriver, opts?: {
2111
- buttonLabel?: string;
2112
- }) => Promise<void>;
2113
- postDismissAlert: (this: XCUITestDriver, opts?: {
2114
- buttonLabel?: string;
2115
- }) => Promise<void>;
2116
- getAlertButtons: (this: XCUITestDriver) => Promise<string[]>;
2117
- mobileHandleAlert: (this: XCUITestDriver, action: AlertAction, buttonLabel?: string) => Promise<string[] | void>;
2118
- mobileInstallApp: (this: XCUITestDriver, app: string, timeoutMs?: number, checkVersion?: boolean) => Promise<void>;
2119
- mobileIsAppInstalled: (this: XCUITestDriver, bundleId: string) => Promise<boolean>;
2120
- mobileRemoveApp: (this: XCUITestDriver, bundleId: string) => Promise<boolean>;
2121
- mobileLaunchApp: (this: XCUITestDriver, bundleId: string, args?: string | string[], environment?: object) => Promise<void>;
2122
- mobileTerminateApp: (this: XCUITestDriver, bundleId: string) => Promise<boolean>;
2123
- mobileActivateApp: (this: XCUITestDriver, bundleId: string) => Promise<void>;
2124
- mobileKillApp: (this: XCUITestDriver, bundleId: string) => Promise<boolean>;
2125
- mobileQueryAppState: (this: XCUITestDriver, bundleId: string) => Promise<AppState>;
2126
- installApp: (appPath: string, { timeoutMs, strategy }?: object) => Promise<void>;
2127
- activateApp: (bundleId: string, opts?: object, ...args: any[]) => Promise<void>;
2128
- isAppInstalled: (this: XCUITestDriver, bundleId: string) => Promise<boolean>;
2129
- terminateApp: (this: XCUITestDriver, bundleId: string) => Promise<boolean>;
2130
- queryAppState: (this: XCUITestDriver, bundleId: string) => Promise<import("./commands/enum").AppState>;
2131
- mobileListApps: (applicationType?: "User" | "System") => Promise<Record<string, any>[]>;
2132
- mobileClearApp: (this: XCUITestDriver, bundleId: string) => Promise<boolean>;
2133
- mobileSetAppearance: (this: XCUITestDriver, style: "dark" | "light") => Promise<undefined>;
2134
- mobileGetAppearance: (this: XCUITestDriver) => Promise<{
2135
- style: Style;
2136
- }>;
2137
- mobileSetIncreaseContrast: (this: XCUITestDriver, increaseContrast: IncreaseContrastAction) => Promise<void>;
2138
- mobileGetIncreaseContrast: (this: XCUITestDriver) => Promise<IncreaseContrastResult>;
2139
- mobileSetContentSize: (this: XCUITestDriver, size: ContentSizeAction) => Promise<void>;
2140
- mobileGetContentSize: (this: XCUITestDriver) => Promise<ContentSizeResult>;
2141
- mobilePerformAccessibilityAudit: (this: XCUITestDriver, auditTypes: string[] | null) => Promise<AccessibilityAuditItem[]>;
2142
- mobileGetBatteryInfo: (this: XCUITestDriver) => Promise<import("./commands/types").BatteryInfo & {
2143
- advanced: Record<string, any>;
2144
- }>;
2145
- mobileEnrollBiometric: (this: XCUITestDriver, isEnabled?: boolean) => Promise<void>;
2146
- mobileSendBiometricMatch: (this: XCUITestDriver, type?: import("./commands/types").BiometricFeature, match?: boolean) => Promise<void>;
2147
- mobileIsBiometricEnrolled: (this: XCUITestDriver) => Promise<boolean>;
2148
- mobileInstallCertificate: (this: XCUITestDriver, content: string, commonName?: string, isRoot?: boolean) => Promise<string | void>;
2149
- mobileListCertificates: (this: XCUITestDriver) => Promise<import("./commands/types").CertificateList>;
2150
- mobileRemoveCertificate: (name: string) => Promise<string>;
2151
- setClipboard: (this: XCUITestDriver, content: string, contentType?: string) => Promise<void>;
2152
- getClipboard: (this: XCUITestDriver, contentType?: string) => Promise<string>;
2153
- listConditionInducers: (this: XCUITestDriver) => Promise<Condition[]>;
2154
- enableConditionInducer: (this: XCUITestDriver, conditionID: string, profileID: string) => Promise<boolean>;
2155
- disableConditionInducer: (this: XCUITestDriver) => Promise<boolean>;
2156
- getContexts: (this: XCUITestDriver) => Promise<string[] | import("./commands/context").FullContext[]>;
2157
- getCurrentContext: (this: XCUITestDriver) => Promise<string>;
2158
- getWindowHandle: (this: XCUITestDriver) => Promise<string>;
2159
- getWindowHandles: (this: XCUITestDriver) => Promise<string[]>;
2160
- setContext: (this: XCUITestDriver, name: string | Context, callback?: any, skipReadyCheck?: boolean) => Promise<void>;
2161
- setWindow: (this: XCUITestDriver, name: string, skipReadyCheck?: boolean) => Promise<void>;
2162
- activateRecentWebview: (this: XCUITestDriver) => Promise<void>;
2163
- connectToRemoteDebugger: (this: XCUITestDriver) => Promise<void>;
2164
- getContextsAndViews: (this: XCUITestDriver, useUrl?: boolean) => Promise<import("./commands/types").ViewContext[]>;
2165
- listWebFrames: (this: XCUITestDriver, useUrl?: boolean) => Promise<import("./types").Page[]>;
2166
- mobileGetContexts: (this: XCUITestDriver, waitForWebviewMs?: number) => Promise<Context[]>;
2167
- onPageChange: (this: XCUITestDriver, pageChangeNotification: import("./commands/types").PageChangeNotification) => Promise<void>;
2168
- useNewSafari: (this: XCUITestDriver) => boolean;
2169
- getCurrentUrl: (this: XCUITestDriver) => string | undefined | null;
2170
- getNewRemoteDebugger: (this: XCUITestDriver) => Promise<import("appium-remote-debugger").RemoteDebugger>;
2171
- getRecentWebviewContextId: (this: XCUITestDriver, titleRegExp: RegExp, urlRegExp: RegExp) => Promise<string | undefined>;
2172
- isWebContext: (this: XCUITestDriver) => boolean;
2173
- isWebview: (this: XCUITestDriver) => boolean;
2174
- setCurrentUrl: (this: XCUITestDriver, url: string | undefined | null) => void;
2175
- stopRemote: (this: XCUITestDriver, closeWindowBeforeDisconnecting?: boolean) => Promise<void>;
2176
- mobileGetDeviceInfo: (this: XCUITestDriver) => Promise<DeviceInfo | (DeviceInfo & LockdownInfo)>;
2177
- elementDisplayed: (this: XCUITestDriver, el: any) => Promise<any>;
2178
- elementEnabled: (this: XCUITestDriver, el: any) => Promise<any>;
2179
- elementSelected: (this: XCUITestDriver, el: any) => Promise<any>;
2180
- getName: (this: XCUITestDriver, el: any) => Promise<any>;
2181
- getNativeAttribute: (this: XCUITestDriver, attribute: any, el: any) => Promise<string | null>;
2182
- getAttribute: (this: XCUITestDriver, attribute: any, el: any) => Promise<any>;
2183
- getProperty: (this: XCUITestDriver, property: any, el: any) => Promise<any>;
2184
- getText: (this: XCUITestDriver, el: any) => Promise<any>;
2185
- getElementRect: (this: XCUITestDriver, el: any) => Promise<import("@appium/types").Rect>;
2186
- getLocation: (this: XCUITestDriver, elementId: string | Element) => Promise<Position>;
2187
- getLocationInView: (this: XCUITestDriver, elementId: string | Element) => Promise<Position>;
2188
- getSize: (this: XCUITestDriver, el: string | Element) => Promise<Size>;
2109
+ mobileGetActiveAppInfo: typeof activeAppInfoCommands.mobileGetActiveAppInfo;
2110
+ getAlertText: typeof alertCommands.getAlertText;
2111
+ setAlertText: typeof alertCommands.setAlertText;
2112
+ postAcceptAlert: typeof alertCommands.postAcceptAlert;
2113
+ postDismissAlert: typeof alertCommands.postDismissAlert;
2114
+ getAlertButtons: typeof alertCommands.getAlertButtons;
2115
+ mobileHandleAlert: typeof alertCommands.mobileHandleAlert;
2116
+ mobileInstallApp: typeof appManagementCommands.mobileInstallApp;
2117
+ mobileIsAppInstalled: typeof appManagementCommands.mobileIsAppInstalled;
2118
+ mobileRemoveApp: typeof appManagementCommands.mobileRemoveApp;
2119
+ mobileLaunchApp: typeof appManagementCommands.mobileLaunchApp;
2120
+ mobileTerminateApp: typeof appManagementCommands.mobileTerminateApp;
2121
+ mobileActivateApp: typeof appManagementCommands.mobileActivateApp;
2122
+ mobileKillApp: typeof appManagementCommands.mobileKillApp;
2123
+ mobileQueryAppState: typeof appManagementCommands.mobileQueryAppState;
2124
+ installApp: typeof appManagementCommands.installApp;
2125
+ activateApp: typeof appManagementCommands.activateApp;
2126
+ isAppInstalled: typeof appManagementCommands.isAppInstalled;
2127
+ terminateApp: typeof appManagementCommands.terminateApp;
2128
+ queryAppState: typeof appManagementCommands.queryAppState;
2129
+ mobileListApps: typeof appManagementCommands.mobileListApps;
2130
+ mobileClearApp: typeof appManagementCommands.mobileClearApp;
2131
+ mobileSetAppearance: typeof appearanceCommands.mobileSetAppearance;
2132
+ mobileGetAppearance: typeof appearanceCommands.mobileGetAppearance;
2133
+ mobileSetIncreaseContrast: typeof increaseContrastCommands.mobileSetIncreaseContrast;
2134
+ mobileGetIncreaseContrast: typeof increaseContrastCommands.mobileGetIncreaseContrast;
2135
+ mobileSetContentSize: typeof contentSizeCommands.mobileSetContentSize;
2136
+ mobileGetContentSize: typeof contentSizeCommands.mobileGetContentSize;
2137
+ mobilePerformAccessibilityAudit: typeof auditCommands.mobilePerformAccessibilityAudit;
2138
+ mobileGetBatteryInfo: typeof batteryCommands.mobileGetBatteryInfo;
2139
+ mobileEnrollBiometric: typeof biometricCommands.mobileEnrollBiometric;
2140
+ mobileSendBiometricMatch: typeof biometricCommands.mobileSendBiometricMatch;
2141
+ mobileIsBiometricEnrolled: typeof biometricCommands.mobileIsBiometricEnrolled;
2142
+ mobileInstallCertificate: typeof certificateCommands.mobileInstallCertificate;
2143
+ mobileListCertificates: typeof certificateCommands.mobileListCertificates;
2144
+ mobileRemoveCertificate: typeof certificateCommands.mobileRemoveCertificate;
2145
+ setClipboard: typeof clipboardCommands.setClipboard;
2146
+ getClipboard: typeof clipboardCommands.getClipboard;
2147
+ listConditionInducers: typeof conditionCommands.listConditionInducers;
2148
+ enableConditionInducer: typeof conditionCommands.enableConditionInducer;
2149
+ disableConditionInducer: typeof conditionCommands.disableConditionInducer;
2150
+ getContexts: typeof contextCommands.getContexts;
2151
+ getCurrentContext: typeof contextCommands.getCurrentContext;
2152
+ getWindowHandle: typeof contextCommands.getWindowHandle;
2153
+ getWindowHandles: typeof contextCommands.getWindowHandles;
2154
+ setContext: typeof contextCommands.setContext;
2155
+ setWindow: typeof contextCommands.setWindow;
2156
+ activateRecentWebview: typeof contextCommands.activateRecentWebview;
2157
+ connectToRemoteDebugger: typeof contextCommands.connectToRemoteDebugger;
2158
+ getContextsAndViews: typeof contextCommands.getContextsAndViews;
2159
+ listWebFrames: typeof contextCommands.listWebFrames;
2160
+ mobileGetContexts: typeof contextCommands.mobileGetContexts;
2161
+ onPageChange: typeof contextCommands.onPageChange;
2162
+ useNewSafari: typeof contextCommands.useNewSafari;
2163
+ getCurrentUrl: typeof contextCommands.getCurrentUrl;
2164
+ getNewRemoteDebugger: typeof contextCommands.getNewRemoteDebugger;
2165
+ getRecentWebviewContextId: typeof contextCommands.getRecentWebviewContextId;
2166
+ isWebContext: typeof contextCommands.isWebContext;
2167
+ isWebview: typeof contextCommands.isWebview;
2168
+ setCurrentUrl: typeof contextCommands.setCurrentUrl;
2169
+ stopRemote: typeof contextCommands.stopRemote;
2170
+ mobileGetDeviceInfo: typeof deviceInfoCommands.mobileGetDeviceInfo;
2171
+ elementDisplayed: typeof elementCommands.elementDisplayed;
2172
+ elementEnabled: typeof elementCommands.elementEnabled;
2173
+ elementSelected: typeof elementCommands.elementSelected;
2174
+ getName: typeof elementCommands.getName;
2175
+ getNativeAttribute: typeof elementCommands.getNativeAttribute;
2176
+ getAttribute: typeof elementCommands.getAttribute;
2177
+ getProperty: typeof elementCommands.getProperty;
2178
+ getText: typeof elementCommands.getText;
2179
+ getElementRect: typeof elementCommands.getElementRect;
2180
+ getLocation: typeof elementCommands.getLocation;
2181
+ getLocationInView: typeof elementCommands.getLocationInView;
2182
+ getSize: typeof elementCommands.getSize;
2189
2183
  /** @deprecated */
2190
- setValueImmediate: (this: XCUITestDriver, value: string, el: string) => Promise<void>;
2191
- setValue: (this: XCUITestDriver, value: any, el: any) => Promise<void>;
2192
- setValueWithWebAtom: (this: XCUITestDriver, atomsElement: import("./commands/types").AtomsElement<string>, value: string | string[]) => Promise<void>;
2193
- keys: (this: XCUITestDriver, value: string[]) => Promise<void>;
2194
- clear: (this: XCUITestDriver, el: any) => Promise<void>;
2195
- getContentSize: (this: XCUITestDriver, el: any) => Promise<string>;
2196
- getNativeRect: (this: XCUITestDriver, el: any) => Promise<Rect>;
2197
- receiveAsyncResponse: (this: XCUITestDriver, status: any, value: any) => Promise<void>;
2198
- execute: <TArgs extends ExecuteMethodArgs = unknown[], TReturn = unknown>(this: XCUITestDriver, script: string, args?: TArgs) => Promise<TReturn>;
2199
- executeAsync: (this: XCUITestDriver, script: any, args: any) => Promise<any>;
2200
- executeMobile: any;
2201
- mobileSimctl: (this: XCUITestDriver, command: string, args?: string[], timeout?: number | undefined) => Promise<SimctlExecResponse>;
2202
- pushFile: (this: XCUITestDriver, remotePath: string, base64Data: string) => Promise<any>;
2203
- mobilePushFile: (this: XCUITestDriver, remotePath: string, payload: string) => Promise<any>;
2204
- pullFile: (this: XCUITestDriver, remotePath: string) => Promise<string>;
2205
- mobilePullFile: (this: XCUITestDriver, remotePath: string) => Promise<string>;
2206
- mobileDeleteFolder: (this: XCUITestDriver, remotePath: string) => Promise<void>;
2207
- mobileDeleteFile: (this: XCUITestDriver, remotePath: string) => Promise<void>;
2208
- pullFolder: (this: XCUITestDriver, remotePath: string) => Promise<string>;
2209
- mobilePullFolder: (this: XCUITestDriver, remotePath: string) => Promise<string>;
2210
- mobileSendMemoryWarning: (this: XCUITestDriver, bundleId: string) => Promise<void>;
2211
- findElOrEls: (this: XCUITestDriver, strategy: any, selector: any, mult: any, context: any) => Promise<any>;
2212
- findNativeElementOrElements: (this: XCUITestDriver, strategy: any, selector: any, mult: any, context: any) => Promise<any | any[] | undefined>;
2213
- doNativeFind: (this: XCUITestDriver, strategy: any, selector: any, mult: any, context: any) => Promise<import("@appium/types").Element<string>[] | undefined>;
2214
- getFirstVisibleChild: (this: XCUITestDriver, mult: any, context: any) => Promise<import("@appium/types").Element<string>[] | undefined>;
2215
- active: (this: XCUITestDriver) => Promise<any>;
2216
- background: (this: XCUITestDriver, seconds?: number | {
2217
- timeout: number | null;
2218
- }) => Promise<unknown>;
2219
- touchId: (this: XCUITestDriver, match?: boolean) => Promise<void>;
2220
- toggleEnrollTouchId: (this: XCUITestDriver, isEnabled?: boolean) => Promise<void>;
2221
- getWindowSize: (this: XCUITestDriver) => Promise<import("@appium/types").Size>;
2222
- getDeviceTime: (this: XCUITestDriver, format?: string) => Promise<string>;
2223
- mobileGetDeviceTime: (this: XCUITestDriver, format?: string) => Promise<string>;
2224
- getWindowRect: (this: XCUITestDriver) => Promise<import("@appium/types").Rect>;
2225
- getStrings: (this: XCUITestDriver, language: string, stringFile?: string | null) => Promise<import("@appium/types").StringRecord<string>>;
2226
- removeApp: (this: XCUITestDriver, bundleId: any) => Promise<boolean>;
2227
- launchApp: (this: XCUITestDriver) => Promise<never>;
2228
- closeApp: (this: XCUITestDriver) => Promise<never>;
2229
- setUrl: (this: XCUITestDriver, url: any) => Promise<void>;
2230
- getViewportRect: (this: XCUITestDriver) => Promise<import("./commands/types").Viewport>;
2231
- getScreenInfo: (this: XCUITestDriver) => Promise<ScreenInfo>;
2232
- getStatusBarHeight: (this: XCUITestDriver) => Promise<number>;
2233
- getDevicePixelRatio: (this: XCUITestDriver) => Promise<number>;
2234
- mobilePressButton: (this: XCUITestDriver, name: import("./commands/types").ButtonName, durationSeconds?: number) => Promise<unknown>;
2235
- mobileSiriCommand: (this: XCUITestDriver, text: string) => Promise<void>;
2236
- mobileGetSimulatedLocation: (this: XCUITestDriver) => Promise<GeolocationInfo>;
2237
- mobileSetSimulatedLocation: (this: XCUITestDriver, latitude: number, longitude: number) => Promise<void>;
2238
- mobileResetSimulatedLocation: (this: XCUITestDriver) => Promise<void>;
2239
- mobileShake: (this: XCUITestDriver) => Promise<void>;
2240
- click: (this: XCUITestDriver, el: any) => Promise<any>;
2241
- releaseActions: (this: XCUITestDriver) => Promise<void>;
2242
- performActions: (this: XCUITestDriver, actions: import("@appium/types").ActionSequence[]) => Promise<void>;
2243
- nativeClick: (this: XCUITestDriver, el: import("@appium/types").Element | string) => Promise<unknown>;
2244
- mobileScrollToElement: (this: XCUITestDriver, elementId: Element | string) => Promise<void>;
2245
- mobileScroll: (this: XCUITestDriver, name?: string, direction?: import("./commands/types").Direction, predicateString?: string, toVisible?: boolean, distance?: number, elementId?: Element | string) => Promise<void>;
2246
- mobileSwipe: (this: XCUITestDriver, direction: import("./commands/types").Direction, velocity?: number, elementId?: Element | string) => Promise<void>;
2247
- mobilePinch: (this: XCUITestDriver, scale: number, velocity: number, elementId?: Element | string) => Promise<void>;
2248
- mobileDoubleTap: (this: XCUITestDriver, elementId?: Element | string, x?: number, y?: number) => Promise<void>;
2249
- mobileTwoFingerTap: (this: XCUITestDriver, elementId?: Element | string) => Promise<void>;
2250
- mobileTouchAndHold: (this: XCUITestDriver, duration: number, x?: number, y?: number, elementId?: Element | string) => Promise<void>;
2251
- mobileTap: (this: XCUITestDriver, x: number, y: number, elementId?: string | Element) => Promise<void>;
2252
- mobileDragFromToForDuration: (this: XCUITestDriver, duration: number, fromX: number, fromY: number, toX: number, toY: number, elementId?: string | Element) => Promise<void>;
2253
- mobileDragFromToWithVelocity: (this: XCUITestDriver, pressDuration: number, holdDuration: number, velocity: number, fromElementId?: string | Element, toElementId?: string | Element, fromX?: number, fromY?: number, toX?: number, toY?: number) => Promise<void>;
2254
- mobileTapWithNumberOfTaps: (this: XCUITestDriver, numberOfTouches?: number, numberOfTaps?: number, elementId?: string | Element) => Promise<void>;
2255
- mobileForcePress: (this: XCUITestDriver, x?: number, y?: number, duration?: number, pressure?: number, elementId?: string | Element) => Promise<void>;
2256
- mobileSelectPickerWheelValue: (this: XCUITestDriver, elementId: string | Element, order: "next" | "previous", offset?: number, value?: string | null, maxAttempts?: number) => Promise<unknown>;
2257
- mobileRotateElement: (this: XCUITestDriver, rotation: number, velocity: number, elementId?: string | Element) => Promise<void>;
2258
- mobilePerformIoHidEvent: (this: XCUITestDriver, page: import("./commands/hid-event").HIDPageEvent, usage: {
2259
- [x: number]: string;
2260
- kHIDUsage_Sprt_BaseballBat: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_BaseballBat;
2261
- kHIDUsage_Sprt_GolfClub: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_GolfClub;
2262
- kHIDUsage_Sprt_RowingMachine: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_RowingMachine;
2263
- kHIDUsage_Sprt_Treadmill: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_Treadmill;
2264
- kHIDUsage_Sprt_Oar: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_Oar;
2265
- kHIDUsage_Sprt_Slope: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_Slope;
2266
- kHIDUsage_Sprt_Rate: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_Rate;
2267
- kHIDUsage_Sprt_StickSpeed: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_StickSpeed;
2268
- kHIDUsage_Sprt_StickFaceAngle: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_StickFaceAngle;
2269
- kHIDUsage_Sprt_StickHeelOrToe: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_StickHeelOrToe;
2270
- kHIDUsage_Sprt_StickFollowThrough: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_StickFollowThrough;
2271
- kHIDUsage_Sprt_StickTempo: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_StickTempo;
2272
- kHIDUsage_Sprt_StickType: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_StickType;
2273
- kHIDUsage_Sprt_StickHeight: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_StickHeight;
2274
- kHIDUsage_Sprt_Putter: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_Putter;
2275
- kHIDUsage_Sprt_1Iron: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_1Iron;
2276
- kHIDUsage_Sprt_2Iron: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_2Iron;
2277
- kHIDUsage_Sprt_3Iron: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_3Iron;
2278
- kHIDUsage_Sprt_4Iron: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_4Iron;
2279
- kHIDUsage_Sprt_5Iron: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_5Iron;
2280
- kHIDUsage_Sprt_6Iron: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_6Iron;
2281
- kHIDUsage_Sprt_7Iron: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_7Iron;
2282
- kHIDUsage_Sprt_8Iron: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_8Iron;
2283
- kHIDUsage_Sprt_9Iron: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_9Iron;
2284
- kHIDUsage_Sprt_10Iron: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_10Iron;
2285
- kHIDUsage_Sprt_11Iron: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_11Iron;
2286
- kHIDUsage_Sprt_SandWedge: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_SandWedge;
2287
- kHIDUsage_Sprt_LoftWedge: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_LoftWedge;
2288
- kHIDUsage_Sprt_PowerWedge: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_PowerWedge;
2289
- kHIDUsage_Sprt_1Wood: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_1Wood;
2290
- kHIDUsage_Sprt_3Wood: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_3Wood;
2291
- kHIDUsage_Sprt_5Wood: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_5Wood;
2292
- kHIDUsage_Sprt_7Wood: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_7Wood;
2293
- kHIDUsage_Sprt_9Wood: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_9Wood;
2294
- kHIDUsage_Sprt_Reserved: import("./commands/hid-event").HIDUsageSportEvent.kHIDUsage_Sprt_Reserved;
2295
- kHIDUsage_VR_Belt: import("./commands/hid-event").HIDUsageVREvent.kHIDUsage_VR_Belt;
2296
- kHIDUsage_VR_BodySuit: import("./commands/hid-event").HIDUsageVREvent.kHIDUsage_VR_BodySuit;
2297
- kHIDUsage_VR_Flexor: import("./commands/hid-event").HIDUsageVREvent.kHIDUsage_VR_Flexor;
2298
- kHIDUsage_VR_Glove: import("./commands/hid-event").HIDUsageVREvent.kHIDUsage_VR_Glove;
2299
- kHIDUsage_VR_HeadTracker: import("./commands/hid-event").HIDUsageVREvent.kHIDUsage_VR_HeadTracker;
2300
- kHIDUsage_VR_HeadMountedDisplay: import("./commands/hid-event").HIDUsageVREvent.kHIDUsage_VR_HeadMountedDisplay;
2301
- kHIDUsage_VR_HandTracker: import("./commands/hid-event").HIDUsageVREvent.kHIDUsage_VR_HandTracker;
2302
- kHIDUsage_VR_Oculometer: import("./commands/hid-event").HIDUsageVREvent.kHIDUsage_VR_Oculometer;
2303
- kHIDUsage_VR_Vest: import("./commands/hid-event").HIDUsageVREvent.kHIDUsage_VR_Vest;
2304
- kHIDUsage_VR_AnimatronicDevice: import("./commands/hid-event").HIDUsageVREvent.kHIDUsage_VR_AnimatronicDevice;
2305
- kHIDUsage_VR_StereoEnable: import("./commands/hid-event").HIDUsageVREvent.kHIDUsage_VR_StereoEnable;
2306
- kHIDUsage_VR_DisplayEnable: import("./commands/hid-event").HIDUsageVREvent.kHIDUsage_VR_DisplayEnable;
2307
- kHIDUsage_VR_Reserved: import("./commands/hid-event").HIDUsageVREvent.kHIDUsage_VR_Reserved;
2308
- kHIDUsage_Sim_FlightSimulationDevice: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_FlightSimulationDevice;
2309
- kHIDUsage_Sim_AutomobileSimulationDevice: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_AutomobileSimulationDevice;
2310
- kHIDUsage_Sim_TankSimulationDevice: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_TankSimulationDevice;
2311
- kHIDUsage_Sim_SpaceshipSimulationDevice: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_SpaceshipSimulationDevice;
2312
- kHIDUsage_Sim_SubmarineSimulationDevice: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_SubmarineSimulationDevice;
2313
- kHIDUsage_Sim_SailingSimulationDevice: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_SailingSimulationDevice;
2314
- kHIDUsage_Sim_MotorcycleSimulationDevice: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_MotorcycleSimulationDevice;
2315
- kHIDUsage_Sim_SportsSimulationDevice: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_SportsSimulationDevice;
2316
- kHIDUsage_Sim_AirplaneSimulationDevice: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_AirplaneSimulationDevice;
2317
- kHIDUsage_Sim_HelicopterSimulationDevice: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_HelicopterSimulationDevice;
2318
- kHIDUsage_Sim_MagicCarpetSimulationDevice: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_MagicCarpetSimulationDevice;
2319
- kHIDUsage_Sim_BicycleSimulationDevice: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_BicycleSimulationDevice;
2320
- kHIDUsage_Sim_FlightControlStick: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_FlightControlStick;
2321
- kHIDUsage_Sim_FlightStick: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_FlightStick;
2322
- kHIDUsage_Sim_CyclicControl: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_CyclicControl;
2323
- kHIDUsage_Sim_CyclicTrim: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_CyclicTrim;
2324
- kHIDUsage_Sim_FlightYoke: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_FlightYoke;
2325
- kHIDUsage_Sim_TrackControl: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_TrackControl;
2326
- kHIDUsage_Sim_Aileron: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_Aileron;
2327
- kHIDUsage_Sim_AileronTrim: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_AileronTrim;
2328
- kHIDUsage_Sim_AntiTorqueControl: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_AntiTorqueControl;
2329
- kHIDUsage_Sim_AutopilotEnable: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_AutopilotEnable;
2330
- kHIDUsage_Sim_ChaffRelease: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_ChaffRelease;
2331
- kHIDUsage_Sim_CollectiveControl: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_CollectiveControl;
2332
- kHIDUsage_Sim_DiveBrake: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_DiveBrake;
2333
- kHIDUsage_Sim_ElectronicCountermeasures: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_ElectronicCountermeasures;
2334
- kHIDUsage_Sim_Elevator: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_Elevator;
2335
- kHIDUsage_Sim_ElevatorTrim: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_ElevatorTrim;
2336
- kHIDUsage_Sim_Rudder: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_Rudder;
2337
- kHIDUsage_Sim_Throttle: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_Throttle;
2338
- kHIDUsage_Sim_FlightCommunications: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_FlightCommunications;
2339
- kHIDUsage_Sim_FlareRelease: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_FlareRelease;
2340
- kHIDUsage_Sim_LandingGear: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_LandingGear;
2341
- kHIDUsage_Sim_ToeBrake: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_ToeBrake;
2342
- kHIDUsage_Sim_Trigger: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_Trigger;
2343
- kHIDUsage_Sim_WeaponsArm: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_WeaponsArm;
2344
- kHIDUsage_Sim_Weapons: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_Weapons;
2345
- kHIDUsage_Sim_WingFlaps: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_WingFlaps;
2346
- kHIDUsage_Sim_Accelerator: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_Accelerator;
2347
- kHIDUsage_Sim_Brake: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_Brake;
2348
- kHIDUsage_Sim_Clutch: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_Clutch;
2349
- kHIDUsage_Sim_Shifter: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_Shifter;
2350
- kHIDUsage_Sim_Steering: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_Steering;
2351
- kHIDUsage_Sim_TurretDirection: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_TurretDirection;
2352
- kHIDUsage_Sim_BarrelElevation: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_BarrelElevation;
2353
- kHIDUsage_Sim_DivePlane: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_DivePlane;
2354
- kHIDUsage_Sim_Ballast: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_Ballast;
2355
- kHIDUsage_Sim_BicycleCrank: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_BicycleCrank;
2356
- kHIDUsage_Sim_HandleBars: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_HandleBars;
2357
- kHIDUsage_Sim_FrontBrake: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_FrontBrake;
2358
- kHIDUsage_Sim_RearBrake: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_RearBrake;
2359
- kHIDUsage_Sim_Reserved: import("./commands/hid-event").HIDUsageSimulationEvent.kHIDUsage_Sim_Reserved;
2360
- kHIDUsage_BCS_Undefined: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Undefined;
2361
- kHIDUsage_BCS_BadgeReader: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_BadgeReader;
2362
- kHIDUsage_BCS_BarCodeScanner: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_BarCodeScanner;
2363
- kHIDUsage_BCS_DumbBarCodeScanner: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_DumbBarCodeScanner;
2364
- kHIDUsage_BCS_CordlessScannerBase: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CordlessScannerBase;
2365
- kHIDUsage_BCS_BarCodeScannerCradle: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_BarCodeScannerCradle;
2366
- kHIDUsage_BCS_AttributeReport: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_AttributeReport;
2367
- kHIDUsage_BCS_SettingsReport: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_SettingsReport;
2368
- kHIDUsage_BCS_ScannedDataReport: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ScannedDataReport;
2369
- kHIDUsage_BCS_RawScannedDataReport: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_RawScannedDataReport;
2370
- kHIDUsage_BCS_TriggerReport: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_TriggerReport;
2371
- kHIDUsage_BCS_StatusReport: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_StatusReport;
2372
- kHIDUsage_BCS_UPC_EANControlReport: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_UPC_EANControlReport;
2373
- kHIDUsage_BCS_EAN2_3LabelControlReport: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_EAN2_3LabelControlReport;
2374
- kHIDUsage_BCS_Code39ControlReport: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Code39ControlReport;
2375
- kHIDUsage_BCS_Interleaved2of5ControlReport: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Interleaved2of5ControlReport;
2376
- kHIDUsage_BCS_Standard2of5ControlReport: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Standard2of5ControlReport;
2377
- kHIDUsage_BCS_MSIPlesseyControlReport: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_MSIPlesseyControlReport;
2378
- kHIDUsage_BCS_CodabarControlReport: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CodabarControlReport;
2379
- kHIDUsage_BCS_Code128ControlReport: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Code128ControlReport;
2380
- kHIDUsage_BCS_Misc1DControlReport: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Misc1DControlReport;
2381
- kHIDUsage_BCS_2DControlReport: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_2DControlReport;
2382
- kHIDUsage_BCS_Aiming_PointerMide: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Aiming_PointerMide;
2383
- kHIDUsage_BCS_BarCodePresentSensor: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_BarCodePresentSensor;
2384
- kHIDUsage_BCS_Class1ALaser: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Class1ALaser;
2385
- kHIDUsage_BCS_Class2Laser: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Class2Laser;
2386
- kHIDUsage_BCS_HeaterPresent: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_HeaterPresent;
2387
- kHIDUsage_BCS_ContactScanner: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ContactScanner;
2388
- kHIDUsage_BCS_ElectronicArticleSurveillanceNotification: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ElectronicArticleSurveillanceNotification;
2389
- kHIDUsage_BCS_ConstantElectronicArticleSurveillance: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ConstantElectronicArticleSurveillance;
2390
- kHIDUsage_BCS_ErrorIndication: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ErrorIndication;
2391
- kHIDUsage_BCS_FixedBeeper: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_FixedBeeper;
2392
- kHIDUsage_BCS_GoodDecodeIndication: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_GoodDecodeIndication;
2393
- kHIDUsage_BCS_HandsFreeScanning: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_HandsFreeScanning;
2394
- kHIDUsage_BCS_IntrinsicallySafe: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_IntrinsicallySafe;
2395
- kHIDUsage_BCS_KlasseEinsLaser: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_KlasseEinsLaser;
2396
- kHIDUsage_BCS_LongRangeScanner: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_LongRangeScanner;
2397
- kHIDUsage_BCS_MirrorSpeedControl: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_MirrorSpeedControl;
2398
- kHIDUsage_BCS_NotOnFileIndication: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_NotOnFileIndication;
2399
- kHIDUsage_BCS_ProgrammableBeeper: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ProgrammableBeeper;
2400
- kHIDUsage_BCS_Triggerless: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Triggerless;
2401
- kHIDUsage_BCS_Wand: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Wand;
2402
- kHIDUsage_BCS_WaterResistant: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_WaterResistant;
2403
- kHIDUsage_BCS_MultiRangeScanner: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_MultiRangeScanner;
2404
- kHIDUsage_BCS_ProximitySensor: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ProximitySensor;
2405
- kHIDUsage_BCS_FragmentDecoding: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_FragmentDecoding;
2406
- kHIDUsage_BCS_ScannerReadConfidence: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ScannerReadConfidence;
2407
- kHIDUsage_BCS_DataPrefix: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_DataPrefix;
2408
- kHIDUsage_BCS_PrefixAIMI: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_PrefixAIMI;
2409
- kHIDUsage_BCS_PrefixNone: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_PrefixNone;
2410
- kHIDUsage_BCS_PrefixProprietary: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_PrefixProprietary;
2411
- kHIDUsage_BCS_ActiveTime: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ActiveTime;
2412
- kHIDUsage_BCS_AimingLaserPattern: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_AimingLaserPattern;
2413
- kHIDUsage_BCS_BarCodePresent: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_BarCodePresent;
2414
- kHIDUsage_BCS_BeeperState: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_BeeperState;
2415
- kHIDUsage_BCS_LaserOnTime: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_LaserOnTime;
2416
- kHIDUsage_BCS_LaserState: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_LaserState;
2417
- kHIDUsage_BCS_LockoutTime: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_LockoutTime;
2418
- kHIDUsage_BCS_MotorState: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_MotorState;
2419
- kHIDUsage_BCS_MotorTimeout: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_MotorTimeout;
2420
- kHIDUsage_BCS_PowerOnResetScanner: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_PowerOnResetScanner;
2421
- kHIDUsage_BCS_PreventReadOfBarcodes: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_PreventReadOfBarcodes;
2422
- kHIDUsage_BCS_InitiateBarcodeRead: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_InitiateBarcodeRead;
2423
- kHIDUsage_BCS_TriggerState: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_TriggerState;
2424
- kHIDUsage_BCS_TriggerMode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_TriggerMode;
2425
- kHIDUsage_BCS_TriggerModeBlinkingLaserOn: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_TriggerModeBlinkingLaserOn;
2426
- kHIDUsage_BCS_TriggerModeContinuousLaserOn: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_TriggerModeContinuousLaserOn;
2427
- kHIDUsage_BCS_TriggerModeLaserOnWhilePulled: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_TriggerModeLaserOnWhilePulled;
2428
- kHIDUsage_BCS_TriggerModeLaserStaysOnAfterTriggerRelease: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_TriggerModeLaserStaysOnAfterTriggerRelease;
2429
- kHIDUsage_BCS_CommitParametersToNVM: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CommitParametersToNVM;
2430
- kHIDUsage_BCS_ParameterScanning: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ParameterScanning;
2431
- kHIDUsage_BCS_ParametersChanged: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ParametersChanged;
2432
- kHIDUsage_BCS_SetParameterDefaultValues: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_SetParameterDefaultValues;
2433
- kHIDUsage_BCS_ScannerInCradle: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ScannerInCradle;
2434
- kHIDUsage_BCS_ScannerInRange: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ScannerInRange;
2435
- kHIDUsage_BCS_AimDuration: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_AimDuration;
2436
- kHIDUsage_BCS_GoodReadLampDuration: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_GoodReadLampDuration;
2437
- kHIDUsage_BCS_GoodReadLampIntensity: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_GoodReadLampIntensity;
2438
- kHIDUsage_BCS_GoodReadLED: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_GoodReadLED;
2439
- kHIDUsage_BCS_GoodReadToneFrequency: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_GoodReadToneFrequency;
2440
- kHIDUsage_BCS_GoodReadToneLength: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_GoodReadToneLength;
2441
- kHIDUsage_BCS_GoodReadToneVolume: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_GoodReadToneVolume;
2442
- kHIDUsage_BCS_NoReadMessage: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_NoReadMessage;
2443
- kHIDUsage_BCS_NotOnFileVolume: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_NotOnFileVolume;
2444
- kHIDUsage_BCS_PowerupBeep: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_PowerupBeep;
2445
- kHIDUsage_BCS_SoundErrorBeep: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_SoundErrorBeep;
2446
- kHIDUsage_BCS_SoundGoodReadBeep: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_SoundGoodReadBeep;
2447
- kHIDUsage_BCS_SoundNotOnFileBeep: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_SoundNotOnFileBeep;
2448
- kHIDUsage_BCS_GoodReadWhenToWrite: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_GoodReadWhenToWrite;
2449
- kHIDUsage_BCS_GRWTIAfterDecode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_GRWTIAfterDecode;
2450
- kHIDUsage_BCS_GRWTIBeep_LampAfterTransmit: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_GRWTIBeep_LampAfterTransmit;
2451
- kHIDUsage_BCS_GRWTINoBeep_LampUseAtAll: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_GRWTINoBeep_LampUseAtAll;
2452
- kHIDUsage_BCS_BooklandEAN: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_BooklandEAN;
2453
- kHIDUsage_BCS_ConvertEAN8To13Type: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ConvertEAN8To13Type;
2454
- kHIDUsage_BCS_ConvertUPCAToEAN_13: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ConvertUPCAToEAN_13;
2455
- kHIDUsage_BCS_ConvertUPC_EToA: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ConvertUPC_EToA;
2456
- kHIDUsage_BCS_EAN_13: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_EAN_13;
2457
- kHIDUsage_BCS_EAN_8: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_EAN_8;
2458
- kHIDUsage_BCS_EAN_99_128_Mandatory: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_EAN_99_128_Mandatory;
2459
- kHIDUsage_BCS_EAN_99_P5_128_Optional: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_EAN_99_P5_128_Optional;
2460
- kHIDUsage_BCS_UPC_EAN: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_UPC_EAN;
2461
- kHIDUsage_BCS_UPC_EANCouponCode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_UPC_EANCouponCode;
2462
- kHIDUsage_BCS_UPC_EANPeriodicals: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_UPC_EANPeriodicals;
2463
- kHIDUsage_BCS_UPC_A: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_UPC_A;
2464
- kHIDUsage_BCS_UPC_AWith128Mandatory: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_UPC_AWith128Mandatory;
2465
- kHIDUsage_BCS_UPC_AWith128Optical: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_UPC_AWith128Optical;
2466
- kHIDUsage_BCS_UPC_AWithP5Optional: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_UPC_AWithP5Optional;
2467
- kHIDUsage_BCS_UPC_E: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_UPC_E;
2468
- kHIDUsage_BCS_UPC_E1: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_UPC_E1;
2469
- kHIDUsage_BCS_Periodical: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Periodical;
2470
- kHIDUsage_BCS_PeriodicalAutoDiscriminatePlus2: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_PeriodicalAutoDiscriminatePlus2;
2471
- kHIDUsage_BCS_PeriodicalOnlyDecodeWithPlus2: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_PeriodicalOnlyDecodeWithPlus2;
2472
- kHIDUsage_BCS_PeriodicalIgnorePlus2: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_PeriodicalIgnorePlus2;
2473
- kHIDUsage_BCS_PeriodicalAutoDiscriminatePlus5: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_PeriodicalAutoDiscriminatePlus5;
2474
- kHIDUsage_BCS_PeriodicalOnlyDecodeWithPlus5: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_PeriodicalOnlyDecodeWithPlus5;
2475
- kHIDUsage_BCS_PeriodicalIgnorePlus5: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_PeriodicalIgnorePlus5;
2476
- kHIDUsage_BCS_Check: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Check;
2477
- kHIDUsage_BCS_CheckDisablePrice: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CheckDisablePrice;
2478
- kHIDUsage_BCS_CheckEnable4DigitPrice: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CheckEnable4DigitPrice;
2479
- kHIDUsage_BCS_CheckEnable5DigitPrice: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CheckEnable5DigitPrice;
2480
- kHIDUsage_BCS_CheckEnableEuropean4DigitPrice: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CheckEnableEuropean4DigitPrice;
2481
- kHIDUsage_BCS_CheckEnableEuropean5DigitPrice: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CheckEnableEuropean5DigitPrice;
2482
- kHIDUsage_BCS_EANTwoLabel: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_EANTwoLabel;
2483
- kHIDUsage_BCS_EANThreeLabel: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_EANThreeLabel;
2484
- kHIDUsage_BCS_EAN8FlagDigit1: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_EAN8FlagDigit1;
2485
- kHIDUsage_BCS_EAN8FlagDigit2: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_EAN8FlagDigit2;
2486
- kHIDUsage_BCS_EAN8FlagDigit3: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_EAN8FlagDigit3;
2487
- kHIDUsage_BCS_EAN13FlagDigit1: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_EAN13FlagDigit1;
2488
- kHIDUsage_BCS_EAN13FlagDigit2: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_EAN13FlagDigit2;
2489
- kHIDUsage_BCS_EAN13FlagDigit3: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_EAN13FlagDigit3;
2490
- kHIDUsage_BCS_AddEAN2_3LabelDefinition: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_AddEAN2_3LabelDefinition;
2491
- kHIDUsage_BCS_ClearAllEAN2_3LabelDefinitions: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ClearAllEAN2_3LabelDefinitions;
2492
- kHIDUsage_BCS_Codabar: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Codabar;
2493
- kHIDUsage_BCS_Code128: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Code128;
2494
- kHIDUsage_BCS_Code39: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Code39;
2495
- kHIDUsage_BCS_Code93: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Code93;
2496
- kHIDUsage_BCS_FullASCIIConversion: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_FullASCIIConversion;
2497
- kHIDUsage_BCS_Interleaved2of5: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Interleaved2of5;
2498
- kHIDUsage_BCS_ItalianPharmacyCode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ItalianPharmacyCode;
2499
- kHIDUsage_BCS_MSI_Plessey: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_MSI_Plessey;
2500
- kHIDUsage_BCS_Standard2of5IATA: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Standard2of5IATA;
2501
- kHIDUsage_BCS_Standard2of5: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Standard2of5;
2502
- kHIDUsage_BCS_TransmitStart_Stop: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_TransmitStart_Stop;
2503
- kHIDUsage_BCS_TriOptic: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_TriOptic;
2504
- kHIDUsage_BCS_UCC_EAN_128: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_UCC_EAN_128;
2505
- kHIDUsage_BCS_CheckDigit: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CheckDigit;
2506
- kHIDUsage_BCS_CheckDigitDisable: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CheckDigitDisable;
2507
- kHIDUsage_BCS_CheckDigitEnableInterleaved2of5OPCC: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CheckDigitEnableInterleaved2of5OPCC;
2508
- kHIDUsage_BCS_CheckDigitEnableInterleaved2of5USS: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CheckDigitEnableInterleaved2of5USS;
2509
- kHIDUsage_BCS_CheckDigitEnableStandard2of5OPCC: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CheckDigitEnableInterleaved2of5OPCC;
2510
- kHIDUsage_BCS_CheckDigitEnableStandard2of5USS: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CheckDigitEnableInterleaved2of5USS;
2511
- kHIDUsage_BCS_CheckDigitEnableOneMSIPlessey: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CheckDigitEnableOneMSIPlessey;
2512
- kHIDUsage_BCS_CheckDigitEnableTwoMSIPlessey: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CheckDigitEnableTwoMSIPlessey;
2513
- kHIDUsage_BCS_CheckDigitCodabarEnable: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CheckDigitCodabarEnable;
2514
- kHIDUsage_BCS_CheckDigitCode99Enable: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CheckDigitCode99Enable;
2515
- kHIDUsage_BCS_TransmitCheckDigit: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_TransmitCheckDigit;
2516
- kHIDUsage_BCS_DisableCheckDigitTransmit: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_DisableCheckDigitTransmit;
2517
- kHIDUsage_BCS_EnableCheckDigitTransmit: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_EnableCheckDigitTransmit;
2518
- kHIDUsage_BCS_SymbologyIdentifier1: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_SymbologyIdentifier1;
2519
- kHIDUsage_BCS_SymbologyIdentifier2: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_SymbologyIdentifier2;
2520
- kHIDUsage_BCS_SymbologyIdentifier3: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_SymbologyIdentifier3;
2521
- kHIDUsage_BCS_DecodedData: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_DecodedData;
2522
- kHIDUsage_BCS_DecodeDataContinued: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_DecodeDataContinued;
2523
- kHIDUsage_BCS_BarSpaceData: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_BarSpaceData;
2524
- kHIDUsage_BCS_ScannerDataAccuracy: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ScannerDataAccuracy;
2525
- kHIDUsage_BCS_RawDataPolarity: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_RawDataPolarity;
2526
- kHIDUsage_BCS_PolarityInvertedBarCode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_PolarityInvertedBarCode;
2527
- kHIDUsage_BCS_PolarityNormalBarCode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_PolarityInvertedBarCode;
2528
- kHIDUsage_BCS_MinimumLengthToDecode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_MinimumLengthToDecode;
2529
- kHIDUsage_BCS_MaximumLengthToDecode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_MaximumLengthToDecode;
2530
- kHIDUsage_BCS_FirstDiscreteLengthToDecode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_FirstDiscreteLengthToDecode;
2531
- kHIDUsage_BCS_SecondDiscreteLengthToDecode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_SecondDiscreteLengthToDecode;
2532
- kHIDUsage_BCS_DataLengthMethod: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_DataLengthMethod;
2533
- kHIDUsage_BCS_DLMethodReadAny: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_DLMethodReadAny;
2534
- kHIDUsage_BCS_DLMethodCheckInRange: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_DLMethodCheckInRange;
2535
- kHIDUsage_BCS_DLMethodCheckForDiscrete: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_DLMethodCheckForDiscrete;
2536
- kHIDUsage_BCS_AztecCode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_AztecCode;
2537
- kHIDUsage_BCS_BC412: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_BC412;
2538
- kHIDUsage_BCS_ChannelCode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_ChannelCode;
2539
- kHIDUsage_BCS_Code16: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Code16;
2540
- kHIDUsage_BCS_Code32: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Code32;
2541
- kHIDUsage_BCS_Code49: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Code49;
2542
- kHIDUsage_BCS_CodeOne: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_CodeOne;
2543
- kHIDUsage_BCS_Colorcode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_Colorcode;
2544
- kHIDUsage_BCS_DataMatrix: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_DataMatrix;
2545
- kHIDUsage_BCS_MaxiCode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_MaxiCode;
2546
- kHIDUsage_BCS_MicroPDF: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_MicroPDF;
2547
- kHIDUsage_BCS_PDF_417: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_PDF_417;
2548
- kHIDUsage_BCS_PosiCode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_PosiCode;
2549
- kHIDUsage_BCS_QRCode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_QRCode;
2550
- kHIDUsage_BCS_SuperCode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_SuperCode;
2551
- kHIDUsage_BCS_UltraCode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_UltraCode;
2552
- kHIDUsage_BCS_USB_5_SlugCode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_USB_5_SlugCode;
2553
- kHIDUsage_BCS_VeriCode: import("./commands/hid-event").HIDUsageBCSEvent.kHIDUsage_BCS_VeriCode;
2554
- kHIDUsage_WD_Undefined: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_Undefined;
2555
- kHIDUsage_WD_WeighingDevice: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_WeighingDevice;
2556
- kHIDUsage_WD_ScaleScaleDevice: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleScaleDevice;
2557
- kHIDUsage_WD_ScaleScaleClassIMetricCL: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleScaleClassIMetricCL;
2558
- kHIDUsage_WD_ScaleScaleClassIMetric: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleScaleClassIMetric;
2559
- kHIDUsage_WD_ScaleScaleClassIIMetric: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleScaleClassIIMetric;
2560
- kHIDUsage_WD_ScaleScaleClassIIIMetric: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleScaleClassIIIMetric;
2561
- kHIDUsage_WD_ScaleScaleClassIIILMetric: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleScaleClassIIILMetric;
2562
- kHIDUsage_WD_ScaleScaleClassIVMetric: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleScaleClassIVMetric;
2563
- kHIDUsage_WD_ScaleScaleClassIIIEnglish: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleScaleClassIIIEnglish;
2564
- kHIDUsage_WD_ScaleScaleClassIIILEnglish: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleScaleClassIIILEnglish;
2565
- kHIDUsage_WD_ScaleScaleClassIVEnglish: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleScaleClassIVEnglish;
2566
- kHIDUsage_WD_ScaleScaleClassGeneric: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleScaleClassGeneric;
2567
- kHIDUsage_WD_ScaleAtrributeReport: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleAtrributeReport;
2568
- kHIDUsage_WD_ScaleControlReport: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleControlReport;
2569
- kHIDUsage_WD_ScaleDataReport: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleDataReport;
2570
- kHIDUsage_WD_ScaleStatusReport: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleStatusReport;
2571
- kHIDUsage_WD_ScaleWeightLimitReport: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleWeightLimitReport;
2572
- kHIDUsage_WD_ScaleStatisticsReport: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleStatisticsReport;
2573
- kHIDUsage_WD_DataWeight: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_DataWeight;
2574
- kHIDUsage_WD_DataScaling: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_DataScaling;
2575
- kHIDUsage_WD_WeightUnit: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_WeightUnit;
2576
- kHIDUsage_WD_WeightUnitMilligram: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_WeightUnitMilligram;
2577
- kHIDUsage_WD_WeightUnitGram: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_WeightUnitGram;
2578
- kHIDUsage_WD_WeightUnitKilogram: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_WeightUnitKilogram;
2579
- kHIDUsage_WD_WeightUnitCarats: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_WeightUnitCarats;
2580
- kHIDUsage_WD_WeightUnitTaels: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_WeightUnitTaels;
2581
- kHIDUsage_WD_WeightUnitGrains: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_WeightUnitGrains;
2582
- kHIDUsage_WD_WeightUnitPennyweights: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_WeightUnitPennyweights;
2583
- kHIDUsage_WD_WeightUnitMetricTon: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_WeightUnitMetricTon;
2584
- kHIDUsage_WD_WeightUnitAvoirTon: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_WeightUnitAvoirTon;
2585
- kHIDUsage_WD_WeightUnitTroyOunce: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_WeightUnitTroyOunce;
2586
- kHIDUsage_WD_WeightUnitOunce: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_WeightUnitOunce;
2587
- kHIDUsage_WD_WeightUnitPound: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_WeightUnitPound;
2588
- kHIDUsage_WD_CalibrationCount: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_CalibrationCount;
2589
- kHIDUsage_WD_RezeroCount: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_RezeroCount;
2590
- kHIDUsage_WD_ScaleStatus: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleStatus;
2591
- kHIDUsage_WD_ScaleStatusFault: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleStatusFault;
2592
- kHIDUsage_WD_ScaleStatusStableAtZero: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleStatusStableAtZero;
2593
- kHIDUsage_WD_ScaleStatusInMotion: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleStatusInMotion;
2594
- kHIDUsage_WD_ScaleStatusWeightStable: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleStatusWeightStable;
2595
- kHIDUsage_WD_ScaleStatusUnderZero: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleStatusUnderZero;
2596
- kHIDUsage_WD_ScaleStatusOverWeightLimit: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleStatusOverWeightLimit;
2597
- kHIDUsage_WD_ScaleStatusRequiresCalibration: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleStatusRequiresCalibration;
2598
- kHIDUsage_WD_ScaleStatusRequiresRezeroing: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ScaleStatusRequiresRezeroing;
2599
- kHIDUsage_WD_ZeroScale: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_ZeroScale;
2600
- kHIDUsage_WD_EnforcedZeroReturn: import("./commands/hid-event").HIDUsageWeighingDeviceEvent.kHIDUsage_WD_EnforcedZeroReturn;
2601
- kHIDUsage_KeyboardErrorRollOver: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardErrorRollOver;
2602
- kHIDUsage_KeyboardPOSTFail: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardPOSTFail;
2603
- kHIDUsage_KeyboardErrorUndefined: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardErrorUndefined;
2604
- kHIDUsage_KeyboardA: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardA;
2605
- kHIDUsage_KeyboardB: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardB;
2606
- kHIDUsage_KeyboardC: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardC;
2607
- kHIDUsage_KeyboardD: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardD;
2608
- kHIDUsage_KeyboardE: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardE;
2609
- kHIDUsage_KeyboardF: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF;
2610
- kHIDUsage_KeyboardG: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardG;
2611
- kHIDUsage_KeyboardH: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardH;
2612
- kHIDUsage_KeyboardI: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardI;
2613
- kHIDUsage_KeyboardJ: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardJ;
2614
- kHIDUsage_KeyboardK: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardK;
2615
- kHIDUsage_KeyboardL: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardL;
2616
- kHIDUsage_KeyboardM: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardM;
2617
- kHIDUsage_KeyboardN: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardN;
2618
- kHIDUsage_KeyboardO: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardO;
2619
- kHIDUsage_KeyboardP: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardP;
2620
- kHIDUsage_KeyboardQ: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardQ;
2621
- kHIDUsage_KeyboardR: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardR;
2622
- kHIDUsage_KeyboardS: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardS;
2623
- kHIDUsage_KeyboardT: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardT;
2624
- kHIDUsage_KeyboardU: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardU;
2625
- kHIDUsage_KeyboardV: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardV;
2626
- kHIDUsage_KeyboardW: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardW;
2627
- kHIDUsage_KeyboardX: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardX;
2628
- kHIDUsage_KeyboardY: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardY;
2629
- kHIDUsage_KeyboardZ: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardZ;
2630
- kHIDUsage_Keyboard1: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keyboard1;
2631
- kHIDUsage_Keyboard2: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keyboard2;
2632
- kHIDUsage_Keyboard3: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keyboard3;
2633
- kHIDUsage_Keyboard4: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keyboard4;
2634
- kHIDUsage_Keyboard5: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keyboard5;
2635
- kHIDUsage_Keyboard6: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keyboard6;
2636
- kHIDUsage_Keyboard7: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keyboard7;
2637
- kHIDUsage_Keyboard8: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keyboard8;
2638
- kHIDUsage_Keyboard9: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keyboard9;
2639
- kHIDUsage_Keyboard0: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keyboard0;
2640
- kHIDUsage_KeyboardReturnOrEnter: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardReturnOrEnter;
2641
- kHIDUsage_KeyboardEscape: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardEscape;
2642
- kHIDUsage_KeyboardDeleteOrBackspace: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardDeleteOrBackspace;
2643
- kHIDUsage_KeyboardTab: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardTab;
2644
- kHIDUsage_KeyboardSpacebar: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardSpacebar;
2645
- kHIDUsage_KeyboardHyphen: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardHyphen;
2646
- kHIDUsage_KeyboardEqualSign: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardEqualSign;
2647
- kHIDUsage_KeyboardOpenBracket: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardOpenBracket;
2648
- kHIDUsage_KeyboardCloseBracket: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardCloseBracket;
2649
- kHIDUsage_KeyboardBackslash: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardBackslash;
2650
- kHIDUsage_KeyboardNonUSPound: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardNonUSPound;
2651
- kHIDUsage_KeyboardSemicolon: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardSemicolon;
2652
- kHIDUsage_KeyboardQuote: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardQuote;
2653
- kHIDUsage_KeyboardGraveAccentAndTilde: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardGraveAccentAndTilde;
2654
- kHIDUsage_KeyboardComma: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardComma;
2655
- kHIDUsage_KeyboardPeriod: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardPeriod;
2656
- kHIDUsage_KeyboardSlash: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardSlash;
2657
- kHIDUsage_KeyboardCapsLock: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardCapsLock;
2658
- kHIDUsage_KeyboardF1: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF1;
2659
- kHIDUsage_KeyboardF2: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF2;
2660
- kHIDUsage_KeyboardF3: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF3;
2661
- kHIDUsage_KeyboardF4: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF4;
2662
- kHIDUsage_KeyboardF5: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF5;
2663
- kHIDUsage_KeyboardF6: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF6;
2664
- kHIDUsage_KeyboardF7: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF7;
2665
- kHIDUsage_KeyboardF8: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF8;
2666
- kHIDUsage_KeyboardF9: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF9;
2667
- kHIDUsage_KeyboardF10: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF10;
2668
- kHIDUsage_KeyboardF11: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF11;
2669
- kHIDUsage_KeyboardF12: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF12;
2670
- kHIDUsage_KeyboardPrintScreen: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardPrintScreen;
2671
- kHIDUsage_KeyboardScrollLock: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardScrollLock;
2672
- kHIDUsage_KeyboardPause: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardPause;
2673
- kHIDUsage_KeyboardInsert: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardInsert;
2674
- kHIDUsage_KeyboardHome: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardHome;
2675
- kHIDUsage_KeyboardPageUp: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardPageUp;
2676
- kHIDUsage_KeyboardDeleteForward: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardDeleteForward;
2677
- kHIDUsage_KeyboardEnd: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardEnd;
2678
- kHIDUsage_KeyboardPageDown: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardPageDown;
2679
- kHIDUsage_KeyboardRightArrow: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardRightArrow;
2680
- kHIDUsage_KeyboardLeftArrow: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLeftArrow;
2681
- kHIDUsage_KeyboardDownArrow: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardDownArrow;
2682
- kHIDUsage_KeyboardUpArrow: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardUpArrow;
2683
- kHIDUsage_KeypadNumLock: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeypadNumLock;
2684
- kHIDUsage_KeypadSlash: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeypadSlash;
2685
- kHIDUsage_KeypadAsterisk: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeypadAsterisk;
2686
- kHIDUsage_KeypadHyphen: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeypadHyphen;
2687
- kHIDUsage_KeypadPlus: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeypadPlus;
2688
- kHIDUsage_KeypadEnter: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeypadEnter;
2689
- kHIDUsage_Keypad1: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keypad1;
2690
- kHIDUsage_Keypad2: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keypad2;
2691
- kHIDUsage_Keypad3: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keypad3;
2692
- kHIDUsage_Keypad4: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keypad4;
2693
- kHIDUsage_Keypad5: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keypad5;
2694
- kHIDUsage_Keypad6: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keypad6;
2695
- kHIDUsage_Keypad7: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keypad7;
2696
- kHIDUsage_Keypad8: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keypad8;
2697
- kHIDUsage_Keypad9: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keypad9;
2698
- kHIDUsage_Keypad0: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keypad0;
2699
- kHIDUsage_KeypadPeriod: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeypadPeriod;
2700
- kHIDUsage_KeyboardNonUSBackslash: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardNonUSBackslash;
2701
- kHIDUsage_KeyboardApplication: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardApplication;
2702
- kHIDUsage_KeyboardPower: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardPower;
2703
- kHIDUsage_KeypadEqualSign: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeypadEqualSign;
2704
- kHIDUsage_KeyboardF13: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF13;
2705
- kHIDUsage_KeyboardF14: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF14;
2706
- kHIDUsage_KeyboardF15: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF15;
2707
- kHIDUsage_KeyboardF16: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF16;
2708
- kHIDUsage_KeyboardF17: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF17;
2709
- kHIDUsage_KeyboardF18: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF18;
2710
- kHIDUsage_KeyboardF19: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF19;
2711
- kHIDUsage_KeyboardF20: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF20;
2712
- kHIDUsage_KeyboardF21: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF21;
2713
- kHIDUsage_KeyboardF22: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF22;
2714
- kHIDUsage_KeyboardF23: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF23;
2715
- kHIDUsage_KeyboardF24: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardF24;
2716
- kHIDUsage_KeyboardExecute: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardExecute;
2717
- kHIDUsage_KeyboardHelp: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardHelp;
2718
- kHIDUsage_KeyboardMenu: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardMenu;
2719
- kHIDUsage_KeyboardSelect: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardSelect;
2720
- kHIDUsage_KeyboardStop: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardStop;
2721
- kHIDUsage_KeyboardAgain: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardAgain;
2722
- kHIDUsage_KeyboardUndo: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardUndo;
2723
- kHIDUsage_KeyboardCut: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardCut;
2724
- kHIDUsage_KeyboardCopy: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardCopy;
2725
- kHIDUsage_KeyboardPaste: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardPaste;
2726
- kHIDUsage_KeyboardFind: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardFind;
2727
- kHIDUsage_KeyboardMute: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardMute;
2728
- kHIDUsage_KeyboardVolumeUp: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardVolumeUp;
2729
- kHIDUsage_KeyboardVolumeDown: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardVolumeDown;
2730
- kHIDUsage_KeyboardLockingCapsLock: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLockingCapsLock;
2731
- kHIDUsage_KeyboardLockingNumLock: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLockingNumLock;
2732
- kHIDUsage_KeyboardLockingScrollLock: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLockingScrollLock;
2733
- kHIDUsage_KeypadComma: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeypadComma;
2734
- kHIDUsage_KeypadEqualSignAS400: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeypadEqualSignAS400;
2735
- kHIDUsage_KeyboardInternational1: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardInternational1;
2736
- kHIDUsage_KeyboardInternational2: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardInternational2;
2737
- kHIDUsage_KeyboardInternational3: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardInternational3;
2738
- kHIDUsage_KeyboardInternational4: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardInternational4;
2739
- kHIDUsage_KeyboardInternational5: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardInternational5;
2740
- kHIDUsage_KeyboardInternational6: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardInternational6;
2741
- kHIDUsage_KeyboardInternational7: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardInternational7;
2742
- kHIDUsage_KeyboardInternational8: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardInternational8;
2743
- kHIDUsage_KeyboardInternational9: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardInternational9;
2744
- kHIDUsage_KeyboardLANG1: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLANG1;
2745
- kHIDUsage_KeyboardLANG2: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLANG2;
2746
- kHIDUsage_KeyboardLANG3: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLANG3;
2747
- kHIDUsage_KeyboardLANG4: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLANG4;
2748
- kHIDUsage_KeyboardLANG5: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLANG5;
2749
- kHIDUsage_KeyboardLANG6: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLANG6;
2750
- kHIDUsage_KeyboardLANG7: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLANG7;
2751
- kHIDUsage_KeyboardLANG8: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLANG8;
2752
- kHIDUsage_KeyboardLANG9: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLANG9;
2753
- kHIDUsage_KeyboardAlternateErase: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardAlternateErase;
2754
- kHIDUsage_KeyboardSysReqOrAttention: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardSysReqOrAttention;
2755
- kHIDUsage_KeyboardCancel: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardCancel;
2756
- kHIDUsage_KeyboardClear: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardClear;
2757
- kHIDUsage_KeyboardPrior: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardPrior;
2758
- kHIDUsage_KeyboardReturn: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardReturn;
2759
- kHIDUsage_KeyboardSeparator: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardSeparator;
2760
- kHIDUsage_KeyboardOut: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardOut;
2761
- kHIDUsage_KeyboardOper: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardOper;
2762
- kHIDUsage_KeyboardClearOrAgain: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardClearOrAgain;
2763
- kHIDUsage_KeyboardCrSelOrProps: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardCrSelOrProps;
2764
- kHIDUsage_KeyboardExSel: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardExSel;
2765
- kHIDUsage_KeyboardLeftControl: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLeftControl;
2766
- kHIDUsage_KeyboardLeftShift: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLeftShift;
2767
- kHIDUsage_KeyboardLeftAlt: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLeftAlt;
2768
- kHIDUsage_KeyboardLeftGUI: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardLeftGUI;
2769
- kHIDUsage_KeyboardRightControl: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardRightControl;
2770
- kHIDUsage_KeyboardRightShift: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardRightShift;
2771
- kHIDUsage_KeyboardRightAlt: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardRightAlt;
2772
- kHIDUsage_KeyboardRightGUI: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_KeyboardRightGUI;
2773
- kHIDUsage_Keyboard_Reserved: import("./commands/hid-event").HIDUsageKeyboardEvent.kHIDUsage_Keyboard_Reserved;
2774
- kHIDUsage_GD_Pointer: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Pointer;
2775
- kHIDUsage_GD_Mouse: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Mouse;
2776
- kHIDUsage_GD_Joystick: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Joystick;
2777
- kHIDUsage_GD_GamePad: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_GamePad;
2778
- kHIDUsage_GD_Keyboard: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Keyboard;
2779
- kHIDUsage_GD_Keypad: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Keypad;
2780
- kHIDUsage_GD_MultiAxisController: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_MultiAxisController;
2781
- kHIDUsage_GD_X: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_X;
2782
- kHIDUsage_GD_Y: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Y;
2783
- kHIDUsage_GD_Z: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Z;
2784
- kHIDUsage_GD_Rx: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Rx;
2785
- kHIDUsage_GD_Ry: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Ry;
2786
- kHIDUsage_GD_Rz: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Rz;
2787
- kHIDUsage_GD_Slider: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Slider;
2788
- kHIDUsage_GD_Dial: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Dial;
2789
- kHIDUsage_GD_Wheel: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Wheel;
2790
- kHIDUsage_GD_Hatswitch: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Hatswitch;
2791
- kHIDUsage_GD_CountedBuffer: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_CountedBuffer;
2792
- kHIDUsage_GD_ByteCount: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_ByteCount;
2793
- kHIDUsage_GD_MotionWakeup: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_MotionWakeup;
2794
- kHIDUsage_GD_Start: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Start;
2795
- kHIDUsage_GD_Select: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Select;
2796
- kHIDUsage_GD_Vx: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Vx;
2797
- kHIDUsage_GD_Vy: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Vy;
2798
- kHIDUsage_GD_Vz: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Vz;
2799
- kHIDUsage_GD_Vbrx: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Vbrx;
2800
- kHIDUsage_GD_Vbry: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Vbry;
2801
- kHIDUsage_GD_Vbrz: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Vbrz;
2802
- kHIDUsage_GD_Vno: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Vno;
2803
- kHIDUsage_GD_SystemControl: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_SystemControl;
2804
- kHIDUsage_GD_SystemPowerDown: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_SystemPowerDown;
2805
- kHIDUsage_GD_SystemSleep: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_SystemSleep;
2806
- kHIDUsage_GD_SystemWakeUp: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_SystemWakeUp;
2807
- kHIDUsage_GD_SystemContextMenu: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_SystemContextMenu;
2808
- kHIDUsage_GD_SystemMainMenu: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_SystemMainMenu;
2809
- kHIDUsage_GD_SystemAppMenu: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_SystemAppMenu;
2810
- kHIDUsage_GD_SystemMenuHelp: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_SystemMenuHelp;
2811
- kHIDUsage_GD_SystemMenuExit: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_SystemMenuExit;
2812
- kHIDUsage_GD_SystemMenu: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_SystemMenu;
2813
- kHIDUsage_GD_SystemMenuRight: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_SystemMenuRight;
2814
- kHIDUsage_GD_SystemMenuLeft: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_SystemMenuLeft;
2815
- kHIDUsage_GD_SystemMenuUp: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_SystemMenuUp;
2816
- kHIDUsage_GD_SystemMenuDown: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_SystemMenuDown;
2817
- kHIDUsage_GD_DPadUp: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_DPadUp;
2818
- kHIDUsage_GD_DPadDown: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_DPadDown;
2819
- kHIDUsage_GD_DPadRight: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_DPadRight;
2820
- kHIDUsage_GD_DPadLeft: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_DPadLeft;
2821
- kHIDUsage_GD_Reserved: import("./commands/hid-event").HIDUsageGenericDesktopEvent.kHIDUsage_GD_Reserved;
2822
- kHIDUsage_Button_1: import("./commands/hid-event").HIDUsageButtonEvent.kHIDUsage_Button_1;
2823
- kHIDUsage_Button_2: import("./commands/hid-event").HIDUsageButtonEvent.kHIDUsage_Button_2;
2824
- kHIDUsage_Button_3: import("./commands/hid-event").HIDUsageButtonEvent.kHIDUsage_Button_3;
2825
- kHIDUsage_Button_4: import("./commands/hid-event").HIDUsageButtonEvent.kHIDUsage_Button_4;
2826
- kHIDUsage_Button_65535: import("./commands/hid-event").HIDUsageButtonEvent.kHIDUsage_Button_65535;
2827
- kHIDUsage_LED_NumLock: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_NumLock;
2828
- kHIDUsage_LED_CapsLock: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_CapsLock;
2829
- kHIDUsage_LED_ScrollLock: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_ScrollLock;
2830
- kHIDUsage_LED_Compose: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Compose;
2831
- kHIDUsage_LED_Kana: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Kana;
2832
- kHIDUsage_LED_Power: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Power;
2833
- kHIDUsage_LED_Shift: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Shift;
2834
- kHIDUsage_LED_DoNotDisturb: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_DoNotDisturb;
2835
- kHIDUsage_LED_Mute: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Mute;
2836
- kHIDUsage_LED_ToneEnable: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_ToneEnable;
2837
- kHIDUsage_LED_HighCutFilter: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_HighCutFilter;
2838
- kHIDUsage_LED_LowCutFilter: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_LowCutFilter;
2839
- kHIDUsage_LED_EqualizerEnable: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_EqualizerEnable;
2840
- kHIDUsage_LED_SoundFieldOn: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_SoundFieldOn;
2841
- kHIDUsage_LED_SurroundOn: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_SurroundOn;
2842
- kHIDUsage_LED_Repeat: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Repeat;
2843
- kHIDUsage_LED_Stereo: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Stereo;
2844
- kHIDUsage_LED_SamplingRateDetect: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_SamplingRateDetect;
2845
- kHIDUsage_LED_Spinning: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Spinning;
2846
- kHIDUsage_LED_CAV: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_CAV;
2847
- kHIDUsage_LED_CLV: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_CLV;
2848
- kHIDUsage_LED_RecordingFormatDetect: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_RecordingFormatDetect;
2849
- kHIDUsage_LED_OffHook: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_OffHook;
2850
- kHIDUsage_LED_Ring: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Ring;
2851
- kHIDUsage_LED_MessageWaiting: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_MessageWaiting;
2852
- kHIDUsage_LED_DataMode: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_DataMode;
2853
- kHIDUsage_LED_BatteryOperation: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_BatteryOperation;
2854
- kHIDUsage_LED_BatteryOK: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_BatteryOK;
2855
- kHIDUsage_LED_BatteryLow: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_BatteryLow;
2856
- kHIDUsage_LED_Speaker: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Speaker;
2857
- kHIDUsage_LED_HeadSet: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_HeadSet;
2858
- kHIDUsage_LED_Hold: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Hold;
2859
- kHIDUsage_LED_Microphone: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Microphone;
2860
- kHIDUsage_LED_Coverage: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Coverage;
2861
- kHIDUsage_LED_NightMode: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_NightMode;
2862
- kHIDUsage_LED_SendCalls: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_SendCalls;
2863
- kHIDUsage_LED_CallPickup: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_CallPickup;
2864
- kHIDUsage_LED_Conference: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Conference;
2865
- kHIDUsage_LED_StandBy: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_StandBy;
2866
- kHIDUsage_LED_CameraOn: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_CameraOn;
2867
- kHIDUsage_LED_CameraOff: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_CameraOff;
2868
- kHIDUsage_LED_OnLine: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_OnLine;
2869
- kHIDUsage_LED_OffLine: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_OffLine;
2870
- kHIDUsage_LED_Busy: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Busy;
2871
- kHIDUsage_LED_Ready: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Ready;
2872
- kHIDUsage_LED_PaperOut: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_PaperOut;
2873
- kHIDUsage_LED_PaperJam: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_PaperJam;
2874
- kHIDUsage_LED_Remote: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Remote;
2875
- kHIDUsage_LED_Forward: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Forward;
2876
- kHIDUsage_LED_Reverse: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Reverse;
2877
- kHIDUsage_LED_Stop: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Stop;
2878
- kHIDUsage_LED_Rewind: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Rewind;
2879
- kHIDUsage_LED_FastForward: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_FastForward;
2880
- kHIDUsage_LED_Play: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Play;
2881
- kHIDUsage_LED_Pause: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Pause;
2882
- kHIDUsage_LED_Record: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Record;
2883
- kHIDUsage_LED_Error: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Error;
2884
- kHIDUsage_LED_Usage: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Usage;
2885
- kHIDUsage_LED_UsageInUseIndicator: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_UsageInUseIndicator;
2886
- kHIDUsage_LED_UsageMultiModeIndicator: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_UsageMultiModeIndicator;
2887
- kHIDUsage_LED_IndicatorOn: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_IndicatorOn;
2888
- kHIDUsage_LED_IndicatorFlash: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_IndicatorFlash;
2889
- kHIDUsage_LED_IndicatorSlowBlink: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_IndicatorSlowBlink;
2890
- kHIDUsage_LED_IndicatorFastBlink: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_IndicatorFastBlink;
2891
- kHIDUsage_LED_IndicatorOff: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_IndicatorOff;
2892
- kHIDUsage_LED_FlashOnTime: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_FlashOnTime;
2893
- kHIDUsage_LED_SlowBlinkOnTime: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_SlowBlinkOnTime;
2894
- kHIDUsage_LED_SlowBlinkOffTime: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_SlowBlinkOffTime;
2895
- kHIDUsage_LED_FastBlinkOnTime: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_FastBlinkOnTime;
2896
- kHIDUsage_LED_FastBlinkOffTime: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_FastBlinkOffTime;
2897
- kHIDUsage_LED_UsageIndicatorColor: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_UsageIndicatorColor;
2898
- kHIDUsage_LED_IndicatorRed: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_IndicatorRed;
2899
- kHIDUsage_LED_IndicatorGreen: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_IndicatorGreen;
2900
- kHIDUsage_LED_IndicatorAmber: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_IndicatorAmber;
2901
- kHIDUsage_LED_GenericIndicator: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_GenericIndicator;
2902
- kHIDUsage_LED_SystemSuspend: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_SystemSuspend;
2903
- kHIDUsage_LED_ExternalPowerConnected: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_ExternalPowerConnected;
2904
- kHIDUsage_LED_Reserved: import("./commands/hid-event").HIDUsageLEDEvent.kHIDUsage_LED_Reserved;
2905
- kHIDUsage_Dig_Digitizer: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_Digitizer;
2906
- kHIDUsage_Dig_Pen: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_Pen;
2907
- kHIDUsage_Dig_LightPen: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_LightPen;
2908
- kHIDUsage_Dig_TouchScreen: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_TouchScreen;
2909
- kHIDUsage_Dig_TouchPad: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_TouchPad;
2910
- kHIDUsage_Dig_WhiteBoard: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_WhiteBoard;
2911
- kHIDUsage_Dig_CoordinateMeasuringMachine: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_CoordinateMeasuringMachine;
2912
- kHIDUsage_Dig_3DDigitizer: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_3DDigitizer;
2913
- kHIDUsage_Dig_StereoPlotter: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_StereoPlotter;
2914
- kHIDUsage_Dig_ArticulatedArm: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_ArticulatedArm;
2915
- kHIDUsage_Dig_Armature: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_Armature;
2916
- kHIDUsage_Dig_MultiplePointDigitizer: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_MultiplePointDigitizer;
2917
- kHIDUsage_Dig_FreeSpaceWand: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_FreeSpaceWand;
2918
- kHIDUsage_Dig_Stylus: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_Stylus;
2919
- kHIDUsage_Dig_Puck: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_Puck;
2920
- kHIDUsage_Dig_Finger: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_Finger;
2921
- kHIDUsage_Dig_TipPressure: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_TipPressure;
2922
- kHIDUsage_Dig_BarrelPressure: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_BarrelPressure;
2923
- kHIDUsage_Dig_InRange: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_InRange;
2924
- kHIDUsage_Dig_Touch: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_Touch;
2925
- kHIDUsage_Dig_Untouch: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_Untouch;
2926
- kHIDUsage_Dig_Tap: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_Tap;
2927
- kHIDUsage_Dig_Quality: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_Quality;
2928
- kHIDUsage_Dig_DataValid: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_DataValid;
2929
- kHIDUsage_Dig_TransducerIndex: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_TransducerIndex;
2930
- kHIDUsage_Dig_TabletFunctionKeys: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_TabletFunctionKeys;
2931
- kHIDUsage_Dig_ProgramChangeKeys: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_ProgramChangeKeys;
2932
- kHIDUsage_Dig_BatteryStrength: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_BatteryStrength;
2933
- kHIDUsage_Dig_Invert: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_Invert;
2934
- kHIDUsage_Dig_XTilt: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_XTilt;
2935
- kHIDUsage_Dig_YTilt: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_YTilt;
2936
- kHIDUsage_Dig_Azimuth: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_Azimuth;
2937
- kHIDUsage_Dig_Altitude: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_Altitude;
2938
- kHIDUsage_Dig_Twist: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_Twist;
2939
- kHIDUsage_Dig_TipSwitch: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_TipSwitch;
2940
- kHIDUsage_Dig_SecondaryTipSwitch: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_SecondaryTipSwitch;
2941
- kHIDUsage_Dig_BarrelSwitch: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_BarrelSwitch;
2942
- kHIDUsage_Dig_Eraser: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_Eraser;
2943
- kHIDUsage_Dig_TabletPick: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_TabletPick;
2944
- kHIDUsage_Dig_Reserved: import("./commands/hid-event").HIDUsageDigitizerEvent.kHIDUsage_Dig_Reserved;
2945
- kHIDUsage_Csmr_ConsumerControl: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ConsumerControl;
2946
- kHIDUsage_Csmr_NumericKeyPad: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_NumericKeyPad;
2947
- kHIDUsage_Csmr_ProgrammableButtons: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ProgrammableButtons;
2948
- kHIDUsage_Csmr_Plus10: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Plus10;
2949
- kHIDUsage_Csmr_Plus100: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Plus100;
2950
- kHIDUsage_Csmr_AMOrPM: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_AMOrPM;
2951
- kHIDUsage_Csmr_Power: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Power;
2952
- kHIDUsage_Csmr_Reset: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Reset;
2953
- kHIDUsage_Csmr_Sleep: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Sleep;
2954
- kHIDUsage_Csmr_SleepAfter: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_SleepAfter;
2955
- kHIDUsage_Csmr_SleepMode: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_SleepMode;
2956
- kHIDUsage_Csmr_Illumination: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Illumination;
2957
- kHIDUsage_Csmr_FunctionButtons: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_FunctionButtons;
2958
- kHIDUsage_Csmr_Menu: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Menu;
2959
- kHIDUsage_Csmr_MenuPick: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MenuPick;
2960
- kHIDUsage_Csmr_MenuUp: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MenuUp;
2961
- kHIDUsage_Csmr_MenuDown: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MenuDown;
2962
- kHIDUsage_Csmr_MenuLeft: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MenuLeft;
2963
- kHIDUsage_Csmr_MenuRight: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MenuRight;
2964
- kHIDUsage_Csmr_MenuEscape: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MenuEscape;
2965
- kHIDUsage_Csmr_MenuValueIncrease: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MenuValueIncrease;
2966
- kHIDUsage_Csmr_MenuValueDecrease: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MenuValueDecrease;
2967
- kHIDUsage_Csmr_DataOnScreen: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_DataOnScreen;
2968
- kHIDUsage_Csmr_ClosedCaption: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ClosedCaption;
2969
- kHIDUsage_Csmr_ClosedCaptionSelect: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ClosedCaptionSelect;
2970
- kHIDUsage_Csmr_VCROrTV: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_VCROrTV;
2971
- kHIDUsage_Csmr_BroadcastMode: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_BroadcastMode;
2972
- kHIDUsage_Csmr_Snapshot: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Snapshot;
2973
- kHIDUsage_Csmr_Still: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Still;
2974
- kHIDUsage_Csmr_Selection: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Selection;
2975
- kHIDUsage_Csmr_Assign: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Assign;
2976
- kHIDUsage_Csmr_ModeStep: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ModeStep;
2977
- kHIDUsage_Csmr_RecallLast: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_RecallLast;
2978
- kHIDUsage_Csmr_EnterChannel: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_EnterChannel;
2979
- kHIDUsage_Csmr_OrderMovie: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_OrderMovie;
2980
- kHIDUsage_Csmr_Channel: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Channel;
2981
- kHIDUsage_Csmr_MediaSelection: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelection;
2982
- kHIDUsage_Csmr_MediaSelectComputer: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectComputer;
2983
- kHIDUsage_Csmr_MediaSelectTV: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectTV;
2984
- kHIDUsage_Csmr_MediaSelectWWW: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectWWW;
2985
- kHIDUsage_Csmr_MediaSelectDVD: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectDVD;
2986
- kHIDUsage_Csmr_MediaSelectTelephone: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectTelephone;
2987
- kHIDUsage_Csmr_MediaSelectProgramGuide: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectProgramGuide;
2988
- kHIDUsage_Csmr_MediaSelectVideoPhone: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectVideoPhone;
2989
- kHIDUsage_Csmr_MediaSelectGames: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectGames;
2990
- kHIDUsage_Csmr_MediaSelectMessages: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectMessages;
2991
- kHIDUsage_Csmr_MediaSelectCD: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectCD;
2992
- kHIDUsage_Csmr_MediaSelectVCR: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectVCR;
2993
- kHIDUsage_Csmr_MediaSelectTuner: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectTuner;
2994
- kHIDUsage_Csmr_Quit: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Quit;
2995
- kHIDUsage_Csmr_Help: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Help;
2996
- kHIDUsage_Csmr_MediaSelectTape: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectTape;
2997
- kHIDUsage_Csmr_MediaSelectCable: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectCable;
2998
- kHIDUsage_Csmr_MediaSelectSatellite: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectSatellite;
2999
- kHIDUsage_Csmr_MediaSelectSecurity: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectSecurity;
3000
- kHIDUsage_Csmr_MediaSelectHome: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectHome;
3001
- kHIDUsage_Csmr_MediaSelectCall: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MediaSelectCall;
3002
- kHIDUsage_Csmr_ChannelIncrement: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ChannelIncrement;
3003
- kHIDUsage_Csmr_ChannelDecrement: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ChannelDecrement;
3004
- kHIDUsage_Csmr_Media: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Media;
3005
- kHIDUsage_Csmr_VCRPlus: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_VCRPlus;
3006
- kHIDUsage_Csmr_Once: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Once;
3007
- kHIDUsage_Csmr_Daily: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Daily;
3008
- kHIDUsage_Csmr_Weekly: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Weekly;
3009
- kHIDUsage_Csmr_Monthly: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Monthly;
3010
- kHIDUsage_Csmr_Play: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Play;
3011
- kHIDUsage_Csmr_Pause: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Pause;
3012
- kHIDUsage_Csmr_Record: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Record;
3013
- kHIDUsage_Csmr_FastForward: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_FastForward;
3014
- kHIDUsage_Csmr_Rewind: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Rewind;
3015
- kHIDUsage_Csmr_ScanNextTrack: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ScanNextTrack;
3016
- kHIDUsage_Csmr_ScanPreviousTrack: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ScanPreviousTrack;
3017
- kHIDUsage_Csmr_Stop: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Stop;
3018
- kHIDUsage_Csmr_Eject: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Eject;
3019
- kHIDUsage_Csmr_RandomPlay: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_RandomPlay;
3020
- kHIDUsage_Csmr_SelectDisc: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_SelectDisc;
3021
- kHIDUsage_Csmr_EnterDisc: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_EnterDisc;
3022
- kHIDUsage_Csmr_Repeat: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Repeat;
3023
- kHIDUsage_Csmr_Tracking: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Tracking;
3024
- kHIDUsage_Csmr_TrackNormal: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_TrackNormal;
3025
- kHIDUsage_Csmr_SlowTracking: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_SlowTracking;
3026
- kHIDUsage_Csmr_FrameForward: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_FrameForward;
3027
- kHIDUsage_Csmr_FrameBack: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_FrameBack;
3028
- kHIDUsage_Csmr_Mark: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Mark;
3029
- kHIDUsage_Csmr_ClearMark: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ClearMark;
3030
- kHIDUsage_Csmr_RepeatFromMark: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_RepeatFromMark;
3031
- kHIDUsage_Csmr_ReturnToMark: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ReturnToMark;
3032
- kHIDUsage_Csmr_SearchMarkForward: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_SearchMarkForward;
3033
- kHIDUsage_Csmr_SearchMarkBackwards: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_SearchMarkBackwards;
3034
- kHIDUsage_Csmr_CounterReset: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_CounterReset;
3035
- kHIDUsage_Csmr_ShowCounter: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ShowCounter;
3036
- kHIDUsage_Csmr_TrackingIncrement: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_TrackingIncrement;
3037
- kHIDUsage_Csmr_TrackingDecrement: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_TrackingDecrement;
3038
- kHIDUsage_Csmr_StopOrEject: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_StopOrEject;
3039
- kHIDUsage_Csmr_PlayOrPause: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_PlayOrPause;
3040
- kHIDUsage_Csmr_PlayOrSkip: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_PlayOrSkip;
3041
- kHIDUsage_Csmr_Volume: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Volume;
3042
- kHIDUsage_Csmr_Balance: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Balance;
3043
- kHIDUsage_Csmr_Mute: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Mute;
3044
- kHIDUsage_Csmr_Bass: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Bass;
3045
- kHIDUsage_Csmr_Treble: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Treble;
3046
- kHIDUsage_Csmr_BassBoost: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_BassBoost;
3047
- kHIDUsage_Csmr_SurroundMode: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_SurroundMode;
3048
- kHIDUsage_Csmr_Loudness: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Loudness;
3049
- kHIDUsage_Csmr_MPX: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_MPX;
3050
- kHIDUsage_Csmr_VolumeIncrement: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_VolumeIncrement;
3051
- kHIDUsage_Csmr_VolumeDecrement: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_VolumeDecrement;
3052
- kHIDUsage_Csmr_Speed: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Speed;
3053
- kHIDUsage_Csmr_PlaybackSpeed: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_PlaybackSpeed;
3054
- kHIDUsage_Csmr_StandardPlay: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_StandardPlay;
3055
- kHIDUsage_Csmr_LongPlay: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_LongPlay;
3056
- kHIDUsage_Csmr_ExtendedPlay: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ExtendedPlay;
3057
- kHIDUsage_Csmr_Slow: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Slow;
3058
- kHIDUsage_Csmr_FanEnable: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_FanEnable;
3059
- kHIDUsage_Csmr_FanSpeed: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_FanSpeed;
3060
- kHIDUsage_Csmr_LightEnable: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_LightEnable;
3061
- kHIDUsage_Csmr_LightIlluminationLevel: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_LightIlluminationLevel;
3062
- kHIDUsage_Csmr_ClimateControlEnable: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ClimateControlEnable;
3063
- kHIDUsage_Csmr_RoomTemperature: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_RoomTemperature;
3064
- kHIDUsage_Csmr_SecurityEnable: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_SecurityEnable;
3065
- kHIDUsage_Csmr_FireAlarm: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_FireAlarm;
3066
- kHIDUsage_Csmr_PoliceAlarm: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_PoliceAlarm;
3067
- kHIDUsage_Csmr_BalanceRight: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_BalanceRight;
3068
- kHIDUsage_Csmr_BalanceLeft: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_BalanceLeft;
3069
- kHIDUsage_Csmr_BassIncrement: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_BassIncrement;
3070
- kHIDUsage_Csmr_BassDecrement: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_BassDecrement;
3071
- kHIDUsage_Csmr_TrebleIncrement: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_TrebleIncrement;
3072
- kHIDUsage_Csmr_TrebleDecrement: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_TrebleDecrement;
3073
- kHIDUsage_Csmr_SpeakerSystem: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_SpeakerSystem;
3074
- kHIDUsage_Csmr_ChannelLeft: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ChannelLeft;
3075
- kHIDUsage_Csmr_ChannelRight: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ChannelRight;
3076
- kHIDUsage_Csmr_ChannelCenter: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ChannelCenter;
3077
- kHIDUsage_Csmr_ChannelFront: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ChannelFront;
3078
- kHIDUsage_Csmr_ChannelCenterFront: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ChannelCenterFront;
3079
- kHIDUsage_Csmr_ChannelSide: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ChannelSide;
3080
- kHIDUsage_Csmr_ChannelSurround: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ChannelSurround;
3081
- kHIDUsage_Csmr_ChannelLowFrequencyEnhancement: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ChannelLowFrequencyEnhancement;
3082
- kHIDUsage_Csmr_ChannelTop: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ChannelTop;
3083
- kHIDUsage_Csmr_ChannelUnknown: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ChannelUnknown;
3084
- kHIDUsage_Csmr_SubChannel: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_SubChannel;
3085
- kHIDUsage_Csmr_SubChannelIncrement: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_SubChannelIncrement;
3086
- kHIDUsage_Csmr_SubChannelDecrement: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_SubChannelDecrement;
3087
- kHIDUsage_Csmr_AlternateAudioIncrement: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_AlternateAudioIncrement;
3088
- kHIDUsage_Csmr_AlternateAudioDecrement: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_AlternateAudioDecrement;
3089
- kHIDUsage_Csmr_ApplicationLaunchButtons: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ApplicationLaunchButtons;
3090
- kHIDUsage_Csmr_ALLaunchButtonConfigurationTool: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALLaunchButtonConfigurationTool;
3091
- kHIDUsage_Csmr_ALProgrammableButtonConfiguration: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALProgrammableButtonConfiguration;
3092
- kHIDUsage_Csmr_ALConsumerControlConfiguration: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALConsumerControlConfiguration;
3093
- kHIDUsage_Csmr_ALWordProcessor: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALWordProcessor;
3094
- kHIDUsage_Csmr_ALTextEditor: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALTextEditor;
3095
- kHIDUsage_Csmr_ALSpreadsheet: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALSpreadsheet;
3096
- kHIDUsage_Csmr_ALGraphicsEditor: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALGraphicsEditor;
3097
- kHIDUsage_Csmr_ALPresentationApp: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALPresentationApp;
3098
- kHIDUsage_Csmr_ALDatabaseApp: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALDatabaseApp;
3099
- kHIDUsage_Csmr_ALEmailReader: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALEmailReader;
3100
- kHIDUsage_Csmr_ALNewsreader: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALNewsreader;
3101
- kHIDUsage_Csmr_ALVoicemail: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALVoicemail;
3102
- kHIDUsage_Csmr_ALContactsOrAddressBook: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALContactsOrAddressBook;
3103
- kHIDUsage_Csmr_ALCalendarOrSchedule: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALCalendarOrSchedule;
3104
- kHIDUsage_Csmr_ALTaskOrProjectManager: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALTaskOrProjectManager;
3105
- kHIDUsage_Csmr_ALLogOrJournalOrTimecard: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALLogOrJournalOrTimecard;
3106
- kHIDUsage_Csmr_ALCheckbookOrFinance: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALCheckbookOrFinance;
3107
- kHIDUsage_Csmr_ALCalculator: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALCalculator;
3108
- kHIDUsage_Csmr_ALAOrVCaptureOrPlayback: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALAOrVCaptureOrPlayback;
3109
- kHIDUsage_Csmr_ALLocalMachineBrowser: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALLocalMachineBrowser;
3110
- kHIDUsage_Csmr_ALLANOrWANBrowser: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALLANOrWANBrowser;
3111
- kHIDUsage_Csmr_ALInternetBrowser: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALInternetBrowser;
3112
- kHIDUsage_Csmr_ALRemoteNetworkingOrISPConnect: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALRemoteNetworkingOrISPConnect;
3113
- kHIDUsage_Csmr_ALNetworkConference: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALNetworkConference;
3114
- kHIDUsage_Csmr_ALNetworkChat: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALNetworkChat;
3115
- kHIDUsage_Csmr_ALTelephonyOrDialer: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALTelephonyOrDialer;
3116
- kHIDUsage_Csmr_ALLogon: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALLogon;
3117
- kHIDUsage_Csmr_ALLogoff: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALLogoff;
3118
- kHIDUsage_Csmr_ALLogonOrLogoff: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALLogonOrLogoff;
3119
- kHIDUsage_Csmr_ALTerminalLockOrScreensaver: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALTerminalLockOrScreensaver;
3120
- kHIDUsage_Csmr_ALControlPanel: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALControlPanel;
3121
- kHIDUsage_Csmr_ALCommandLineProcessorOrRun: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALCommandLineProcessorOrRun;
3122
- kHIDUsage_Csmr_ALProcessOrTaskManager: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALProcessOrTaskManager;
3123
- kHIDUsage_Csmr_AL: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_AL;
3124
- kHIDUsage_Csmr_ALNextTaskOrApplication: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALNextTaskOrApplication;
3125
- kHIDUsage_Csmr_ALPreviousTaskOrApplication: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALPreviousTaskOrApplication;
3126
- kHIDUsage_Csmr_ALPreemptiveHaltTaskOrApplication: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALPreemptiveHaltTaskOrApplication;
3127
- kHIDUsage_Csmr_ALIntegratedHelpCenter: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALIntegratedHelpCenter;
3128
- kHIDUsage_Csmr_ALDocuments: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALDocuments;
3129
- kHIDUsage_Csmr_ALThesaurus: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALThesaurus;
3130
- kHIDUsage_Csmr_ALDictionary: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALDictionary;
3131
- kHIDUsage_Csmr_ALDesktop: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALDesktop;
3132
- kHIDUsage_Csmr_ALSpellCheck: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALSpellCheck;
3133
- kHIDUsage_Csmr_ALGrammerCheck: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALGrammerCheck;
3134
- kHIDUsage_Csmr_ALWirelessStatus: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALWirelessStatus;
3135
- kHIDUsage_Csmr_ALKeyboardLayout: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALKeyboardLayout;
3136
- kHIDUsage_Csmr_ALVirusProtection: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALVirusProtection;
3137
- kHIDUsage_Csmr_ALEncryption: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALEncryption;
3138
- kHIDUsage_Csmr_ALScreenSaver: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALScreenSaver;
3139
- kHIDUsage_Csmr_ALAlarms: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALAlarms;
3140
- kHIDUsage_Csmr_ALClock: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALClock;
3141
- kHIDUsage_Csmr_ALFileBrowser: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALFileBrowser;
3142
- kHIDUsage_Csmr_ALPowerStatus: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ALPowerStatus;
3143
- kHIDUsage_Csmr_GenericGUIApplicationControls: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_GenericGUIApplicationControls;
3144
- kHIDUsage_Csmr_ACNew: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACNew;
3145
- kHIDUsage_Csmr_ACOpen: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACOpen;
3146
- kHIDUsage_Csmr_ACClose: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACClose;
3147
- kHIDUsage_Csmr_ACExit: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACExit;
3148
- kHIDUsage_Csmr_ACMaximize: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACMaximize;
3149
- kHIDUsage_Csmr_ACMinimize: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACMinimize;
3150
- kHIDUsage_Csmr_ACSave: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACSave;
3151
- kHIDUsage_Csmr_ACPrint: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACPrint;
3152
- kHIDUsage_Csmr_ACProperties: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACProperties;
3153
- kHIDUsage_Csmr_ACUndo: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACUndo;
3154
- kHIDUsage_Csmr_ACCopy: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACCopy;
3155
- kHIDUsage_Csmr_ACCut: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACCut;
3156
- kHIDUsage_Csmr_ACPaste: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACPaste;
3157
- kHIDUsage_Csmr_AC: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_AC;
3158
- kHIDUsage_Csmr_ACFind: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACFind;
3159
- kHIDUsage_Csmr_ACFindandReplace: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACFindandReplace;
3160
- kHIDUsage_Csmr_ACSearch: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACSearch;
3161
- kHIDUsage_Csmr_ACGoTo: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACGoTo;
3162
- kHIDUsage_Csmr_ACHome: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACHome;
3163
- kHIDUsage_Csmr_ACBack: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACBack;
3164
- kHIDUsage_Csmr_ACForward: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACForward;
3165
- kHIDUsage_Csmr_ACStop: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACStop;
3166
- kHIDUsage_Csmr_ACRefresh: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACRefresh;
3167
- kHIDUsage_Csmr_ACPreviousLink: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACPreviousLink;
3168
- kHIDUsage_Csmr_ACNextLink: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACNextLink;
3169
- kHIDUsage_Csmr_ACBookmarks: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACBookmarks;
3170
- kHIDUsage_Csmr_ACHistory: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACHistory;
3171
- kHIDUsage_Csmr_ACSubscriptions: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACSubscriptions;
3172
- kHIDUsage_Csmr_ACZoomIn: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACZoomIn;
3173
- kHIDUsage_Csmr_ACZoomOut: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACZoomOut;
3174
- kHIDUsage_Csmr_ACZoom: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACZoom;
3175
- kHIDUsage_Csmr_ACFullScreenView: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACFullScreenView;
3176
- kHIDUsage_Csmr_ACNormalView: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACNormalView;
3177
- kHIDUsage_Csmr_ACViewToggle: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACViewToggle;
3178
- kHIDUsage_Csmr_ACScrollUp: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACScrollUp;
3179
- kHIDUsage_Csmr_ACScrollDown: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACScrollDown;
3180
- kHIDUsage_Csmr_ACScroll: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACScroll;
3181
- kHIDUsage_Csmr_ACPanLeft: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACPanLeft;
3182
- kHIDUsage_Csmr_ACPanRight: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACPanRight;
3183
- kHIDUsage_Csmr_ACPan: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACPan;
3184
- kHIDUsage_Csmr_ACNewWindow: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACNewWindow;
3185
- kHIDUsage_Csmr_ACTileHorizontally: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACTileHorizontally;
3186
- kHIDUsage_Csmr_ACTileVertically: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACTileVertically;
3187
- kHIDUsage_Csmr_ACFormat: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_ACFormat;
3188
- kHIDUsage_Csmr_Reserved: import("./commands/hid-event").HIDUsageConsumerEvent.kHIDUsage_Csmr_Reserved;
3189
- kHIDUsage_Tfon_Phone: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_Phone;
3190
- kHIDUsage_Tfon_AnsweringMachine: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_AnsweringMachine;
3191
- kHIDUsage_Tfon_MessageControls: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_MessageControls;
3192
- kHIDUsage_Tfon_Handset: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_Handset;
3193
- kHIDUsage_Tfon_Headset: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_Headset;
3194
- kHIDUsage_Tfon_TelephonyKeyPad: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_TelephonyKeyPad;
3195
- kHIDUsage_Tfon_ProgrammableButton: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_ProgrammableButton;
3196
- kHIDUsage_Tfon_HookSwitch: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_HookSwitch;
3197
- kHIDUsage_Tfon_Flash: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_Flash;
3198
- kHIDUsage_Tfon_Feature: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_Feature;
3199
- kHIDUsage_Tfon_Hold: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_Hold;
3200
- kHIDUsage_Tfon_Redial: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_Redial;
3201
- kHIDUsage_Tfon_Transfer: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_Transfer;
3202
- kHIDUsage_Tfon_Drop: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_Drop;
3203
- kHIDUsage_Tfon_Park: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_Park;
3204
- kHIDUsage_Tfon_ForwardCalls: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_ForwardCalls;
3205
- kHIDUsage_Tfon_AlternateFunction: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_AlternateFunction;
3206
- kHIDUsage_Tfon_Line: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_Line;
3207
- kHIDUsage_Tfon_SpeakerPhone: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_SpeakerPhone;
3208
- kHIDUsage_Tfon_Conference: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_Conference;
3209
- kHIDUsage_Tfon_RingEnable: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_RingEnable;
3210
- kHIDUsage_Tfon_Ring: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_Ring;
3211
- kHIDUsage_Tfon_PhoneMute: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneMute;
3212
- kHIDUsage_Tfon_CallerID: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_CallerID;
3213
- kHIDUsage_Tfon_SpeedDial: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_SpeedDial;
3214
- kHIDUsage_Tfon_StoreNumber: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_StoreNumber;
3215
- kHIDUsage_Tfon_RecallNumber: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_RecallNumber;
3216
- kHIDUsage_Tfon_PhoneDirectory: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneDirectory;
3217
- kHIDUsage_Tfon_VoiceMail: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_VoiceMail;
3218
- kHIDUsage_Tfon_ScreenCalls: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_ScreenCalls;
3219
- kHIDUsage_Tfon_DoNotDisturb: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_DoNotDisturb;
3220
- kHIDUsage_Tfon_Message: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_Message;
3221
- kHIDUsage_Tfon_AnswerOnOrOff: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_AnswerOnOrOff;
3222
- kHIDUsage_Tfon_InsideDialTone: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_InsideDialTone;
3223
- kHIDUsage_Tfon_OutsideDialTone: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_OutsideDialTone;
3224
- kHIDUsage_Tfon_InsideRingTone: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_InsideRingTone;
3225
- kHIDUsage_Tfon_OutsideRingTone: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_OutsideRingTone;
3226
- kHIDUsage_Tfon_PriorityRingTone: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PriorityRingTone;
3227
- kHIDUsage_Tfon_InsideRingback: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_InsideRingback;
3228
- kHIDUsage_Tfon_PriorityRingback: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PriorityRingback;
3229
- kHIDUsage_Tfon_LineBusyTone: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_LineBusyTone;
3230
- kHIDUsage_Tfon_ReorderTone: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_ReorderTone;
3231
- kHIDUsage_Tfon_CallWaitingTone: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_CallWaitingTone;
3232
- kHIDUsage_Tfon_ConfirmationTone1: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_ConfirmationTone1;
3233
- kHIDUsage_Tfon_ConfirmationTone2: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_ConfirmationTone2;
3234
- kHIDUsage_Tfon_TonesOff: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_TonesOff;
3235
- kHIDUsage_Tfon_OutsideRingback: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_OutsideRingback;
3236
- kHIDUsage_Tfon_PhoneKey0: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneKey0;
3237
- kHIDUsage_Tfon_PhoneKey1: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneKey1;
3238
- kHIDUsage_Tfon_PhoneKey2: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneKey2;
3239
- kHIDUsage_Tfon_PhoneKey3: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneKey3;
3240
- kHIDUsage_Tfon_PhoneKey4: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneKey4;
3241
- kHIDUsage_Tfon_PhoneKey5: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneKey5;
3242
- kHIDUsage_Tfon_PhoneKey6: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneKey6;
3243
- kHIDUsage_Tfon_PhoneKey7: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneKey7;
3244
- kHIDUsage_Tfon_PhoneKey8: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneKey8;
3245
- kHIDUsage_Tfon_PhoneKey9: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneKey9;
3246
- kHIDUsage_Tfon_PhoneKeyStar: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneKeyStar;
3247
- kHIDUsage_Tfon_PhoneKeyPound: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneKeyPound;
3248
- kHIDUsage_Tfon_PhoneKeyA: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneKeyA;
3249
- kHIDUsage_Tfon_PhoneKeyB: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneKeyB;
3250
- kHIDUsage_Tfon_PhoneKeyC: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneKeyC;
3251
- kHIDUsage_Tfon_PhoneKeyD: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_Tfon_PhoneKeyD;
3252
- kHIDUsage_TFon_Reserved: import("./commands/hid-event").HIDUsageTelephonyEvent.kHIDUsage_TFon_Reserved;
3253
- kHIDUsage_PID_PhysicalInterfaceDevice: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_PhysicalInterfaceDevice;
3254
- kHIDUsage_PID_Normal: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_Normal;
3255
- kHIDUsage_PID_SetEffectReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_SetEffectReport;
3256
- kHIDUsage_PID_EffectBlockIndex: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_EffectBlockIndex;
3257
- kHIDUsage_PID_ParamBlockOffset: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ParamBlockOffset;
3258
- kHIDUsage_PID_ROM_Flag: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ROM_Flag;
3259
- kHIDUsage_PID_EffectType: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_EffectType;
3260
- kHIDUsage_PID_ET_ConstantForce: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ET_ConstantForce;
3261
- kHIDUsage_PID_ET_Ramp: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ET_Ramp;
3262
- kHIDUsage_PID_ET_CustomForceData: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ET_CustomForceData;
3263
- kHIDUsage_PID_ET_Square: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ET_Square;
3264
- kHIDUsage_PID_ET_Sine: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ET_Sine;
3265
- kHIDUsage_PID_ET_Triangle: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ET_Triangle;
3266
- kHIDUsage_PID_ET_SawtoothUp: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ET_SawtoothUp;
3267
- kHIDUsage_PID_ET_SawtoothDown: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ET_SawtoothDown;
3268
- kHIDUsage_PID_ET_Spring: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ET_Spring;
3269
- kHIDUsage_PID_ET_Damper: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ET_Damper;
3270
- kHIDUsage_PID_ET_Inertia: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ET_Inertia;
3271
- kHIDUsage_PID_ET_Friction: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ET_Friction;
3272
- kHIDUsage_PID_Duration: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_Duration;
3273
- kHIDUsage_PID_SamplePeriod: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_SamplePeriod;
3274
- kHIDUsage_PID_Gain: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_Gain;
3275
- kHIDUsage_PID_TriggerButton: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_TriggerButton;
3276
- kHIDUsage_PID_TriggerRepeatInterval: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_TriggerRepeatInterval;
3277
- kHIDUsage_PID_AxesEnable: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_AxesEnable;
3278
- kHIDUsage_PID_DirectionEnable: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_DirectionEnable;
3279
- kHIDUsage_PID_Direction: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_Direction;
3280
- kHIDUsage_PID_TypeSpecificBlockOffset: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_TypeSpecificBlockOffset;
3281
- kHIDUsage_PID_BlockType: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_BlockType;
3282
- kHIDUsage_PID_SetEnvelopeReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_SetEnvelopeReport;
3283
- kHIDUsage_PID_AttackLevel: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_AttackLevel;
3284
- kHIDUsage_PID_AttackTime: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_AttackTime;
3285
- kHIDUsage_PID_FadeLevel: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_FadeLevel;
3286
- kHIDUsage_PID_FadeTime: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_FadeTime;
3287
- kHIDUsage_PID_SetConditionReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_SetConditionReport;
3288
- kHIDUsage_PID_CP_Offset: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_CP_Offset;
3289
- kHIDUsage_PID_PositiveCoefficient: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_PositiveCoefficient;
3290
- kHIDUsage_PID_NegativeCoefficient: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_NegativeCoefficient;
3291
- kHIDUsage_PID_PositiveSaturation: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_PositiveSaturation;
3292
- kHIDUsage_PID_NegativeSaturation: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_NegativeSaturation;
3293
- kHIDUsage_PID_DeadBand: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_DeadBand;
3294
- kHIDUsage_PID_DownloadForceSample: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_DownloadForceSample;
3295
- kHIDUsage_PID_IsochCustomForceEnable: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_IsochCustomForceEnable;
3296
- kHIDUsage_PID_CustomForceDataReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_CustomForceDataReport;
3297
- kHIDUsage_PID_CustomForceData: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_CustomForceData;
3298
- kHIDUsage_PID_CustomForceVendorDefinedData: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_CustomForceVendorDefinedData;
3299
- kHIDUsage_PID_SetCustomForceReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_SetCustomForceReport;
3300
- kHIDUsage_PID_CustomForceDataOffset: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_CustomForceDataOffset;
3301
- kHIDUsage_PID_SampleCount: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_SampleCount;
3302
- kHIDUsage_PID_SetPeriodicReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_SetPeriodicReport;
3303
- kHIDUsage_PID_Offset: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_Offset;
3304
- kHIDUsage_PID_Magnitude: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_Magnitude;
3305
- kHIDUsage_PID_Phase: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_Phase;
3306
- kHIDUsage_PID_Period: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_Period;
3307
- kHIDUsage_PID_SetConstantForceReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_SetConstantForceReport;
3308
- kHIDUsage_PID_SetRampForceReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_SetRampForceReport;
3309
- kHIDUsage_PID_RampStart: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_RampStart;
3310
- kHIDUsage_PID_RampEnd: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_RampEnd;
3311
- kHIDUsage_PID_EffectOperationReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_EffectOperationReport;
3312
- kHIDUsage_PID_EffectOperation: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_EffectOperation;
3313
- kHIDUsage_PID_OpEffectStart: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_OpEffectStart;
3314
- kHIDUsage_PID_OpEffectStartSolo: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_OpEffectStartSolo;
3315
- kHIDUsage_PID_OpEffectStop: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_OpEffectStop;
3316
- kHIDUsage_PID_LoopCount: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_LoopCount;
3317
- kHIDUsage_PID_DeviceGainReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_DeviceGainReport;
3318
- kHIDUsage_PID_DeviceGain: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_DeviceGain;
3319
- kHIDUsage_PID_PoolReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_PoolReport;
3320
- kHIDUsage_PID_RAM_PoolSize: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_RAM_PoolSize;
3321
- kHIDUsage_PID_ROM_PoolSize: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ROM_PoolSize;
3322
- kHIDUsage_PID_ROM_EffectBlockCount: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ROM_EffectBlockCount;
3323
- kHIDUsage_PID_SimultaneousEffectsMax: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_SimultaneousEffectsMax;
3324
- kHIDUsage_PID_PoolAlignment: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_PoolAlignment;
3325
- kHIDUsage_PID_PoolMoveReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_PoolMoveReport;
3326
- kHIDUsage_PID_MoveSource: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_MoveSource;
3327
- kHIDUsage_PID_MoveDestination: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_MoveDestination;
3328
- kHIDUsage_PID_MoveLength: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_MoveLength;
3329
- kHIDUsage_PID_BlockLoadReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_BlockLoadReport;
3330
- kHIDUsage_PID_BlockLoadStatus: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_BlockLoadStatus;
3331
- kHIDUsage_PID_BlockLoadSuccess: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_BlockLoadSuccess;
3332
- kHIDUsage_PID_BlockLoadFull: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_BlockLoadFull;
3333
- kHIDUsage_PID_BlockLoadError: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_BlockLoadError;
3334
- kHIDUsage_PID_BlockHandle: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_BlockHandle;
3335
- kHIDUsage_PID_BlockFreeReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_BlockFreeReport;
3336
- kHIDUsage_PID_TypeSpecificBlockHandle: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_TypeSpecificBlockHandle;
3337
- kHIDUsage_PID_StateReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_StateReport;
3338
- kHIDUsage_PID_EffectPlaying: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_EffectPlaying;
3339
- kHIDUsage_PID_DeviceControlReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_DeviceControlReport;
3340
- kHIDUsage_PID_DeviceControl: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_DeviceControl;
3341
- kHIDUsage_PID_DC_EnableActuators: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_DC_EnableActuators;
3342
- kHIDUsage_PID_DC_DisableActuators: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_DC_DisableActuators;
3343
- kHIDUsage_PID_DC_StopAllEffects: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_DC_StopAllEffects;
3344
- kHIDUsage_PID_DC_DeviceReset: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_DC_DeviceReset;
3345
- kHIDUsage_PID_DC_DevicePause: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_DC_DevicePause;
3346
- kHIDUsage_PID_DC_DeviceContinue: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_DC_DeviceContinue;
3347
- kHIDUsage_PID_DevicePaused: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_DevicePaused;
3348
- kHIDUsage_PID_ActuatorsEnabled: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ActuatorsEnabled;
3349
- kHIDUsage_PID_SafetySwitch: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_SafetySwitch;
3350
- kHIDUsage_PID_ActuatorOverrideSwitch: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ActuatorOverrideSwitch;
3351
- kHIDUsage_PID_ActuatorPower: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ActuatorPower;
3352
- kHIDUsage_PID_StartDelay: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_StartDelay;
3353
- kHIDUsage_PID_ParameterBlockSize: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_ParameterBlockSize;
3354
- kHIDUsage_PID_DeviceManagedPool: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_DeviceManagedPool;
3355
- kHIDUsage_PID_SharedParameterBlocks: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_SharedParameterBlocks;
3356
- kHIDUsage_PID_CreateNewEffectReport: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_CreateNewEffectReport;
3357
- kHIDUsage_PID_RAM_PoolAvailable: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_RAM_PoolAvailable;
3358
- kHIDUsage_PID_Reserved: import("./commands/hid-event").HIDUsagePIDEvent.kHIDUsage_PID_Reserved;
3359
- kHIDUsage_MSR_Undefined: import("./commands/hid-event").HIDUsageMSREvent.kHIDUsage_MSR_Undefined;
3360
- kHIDUsage_MSR_DeviceReadOnly: import("./commands/hid-event").HIDUsageMSREvent.kHIDUsage_MSR_DeviceReadOnly;
3361
- kHIDUsage_MSR_Track1Length: import("./commands/hid-event").HIDUsageMSREvent.kHIDUsage_MSR_Track1Length;
3362
- kHIDUsage_MSR_Track2Length: import("./commands/hid-event").HIDUsageMSREvent.kHIDUsage_MSR_Track2Length;
3363
- kHIDUsage_MSR_Track3Length: import("./commands/hid-event").HIDUsageMSREvent.kHIDUsage_MSR_Track3Length;
3364
- kHIDUsage_MSR_TrackJISLength: import("./commands/hid-event").HIDUsageMSREvent.kHIDUsage_MSR_TrackJISLength;
3365
- kHIDUsage_MSR_TrackData: import("./commands/hid-event").HIDUsageMSREvent.kHIDUsage_MSR_TrackData;
3366
- kHIDUsage_MSR_Track1Data: import("./commands/hid-event").HIDUsageMSREvent.kHIDUsage_MSR_Track1Data;
3367
- kHIDUsage_MSR_Track2Data: import("./commands/hid-event").HIDUsageMSREvent.kHIDUsage_MSR_Track2Data;
3368
- kHIDUsage_MSR_Track3Data: import("./commands/hid-event").HIDUsageMSREvent.kHIDUsage_MSR_Track3Data;
3369
- kHIDUsage_MSR_TrackJISData: import("./commands/hid-event").HIDUsageMSREvent.kHIDUsage_MSR_TrackJISData;
3370
- kHIDUsage_PD_Undefined: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Undefined;
3371
- kHIDUsage_PD_iName: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_iName;
3372
- kHIDUsage_PD_PresentStatus: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_PresentStatus;
3373
- kHIDUsage_PD_ChangedStatus: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_ChangedStatus;
3374
- kHIDUsage_PD_UPS: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_UPS;
3375
- kHIDUsage_PD_PowerSupply: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_PowerSupply;
3376
- kHIDUsage_PD_BatterySystem: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_BatterySystem;
3377
- kHIDUsage_PD_BatterySystemID: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_BatterySystemID;
3378
- kHIDUsage_PD_Battery: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Battery;
3379
- kHIDUsage_PD_BatteryID: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_BatteryID;
3380
- kHIDUsage_PD_Charger: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Charger;
3381
- kHIDUsage_PD_ChargerID: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_ChargerID;
3382
- kHIDUsage_PD_PowerConverter: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_PowerConverter;
3383
- kHIDUsage_PD_PowerConverterID: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_PowerConverterID;
3384
- kHIDUsage_PD_OutletSystem: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_OutletSystem;
3385
- kHIDUsage_PD_OutletSystemID: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_OutletSystemID;
3386
- kHIDUsage_PD_Input: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Input;
3387
- kHIDUsage_PD_InputID: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_InputID;
3388
- kHIDUsage_PD_Output: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Output;
3389
- kHIDUsage_PD_OutputID: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_OutputID;
3390
- kHIDUsage_PD_Flow: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Flow;
3391
- kHIDUsage_PD_FlowID: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_FlowID;
3392
- kHIDUsage_PD_Outlet: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Outlet;
3393
- kHIDUsage_PD_OutletID: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_OutletID;
3394
- kHIDUsage_PD_Gang: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Gang;
3395
- kHIDUsage_PD_GangID: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_GangID;
3396
- kHIDUsage_PD_PowerSummary: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_PowerSummary;
3397
- kHIDUsage_PD_PowerSummaryID: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_PowerSummaryID;
3398
- kHIDUsage_PD_Voltage: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Voltage;
3399
- kHIDUsage_PD_Current: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Current;
3400
- kHIDUsage_PD_Frequency: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Frequency;
3401
- kHIDUsage_PD_ApparentPower: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_ApparentPower;
3402
- kHIDUsage_PD_ActivePower: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_ActivePower;
3403
- kHIDUsage_PD_PercentLoad: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_PercentLoad;
3404
- kHIDUsage_PD_Temperature: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Temperature;
3405
- kHIDUsage_PD_Humidity: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Humidity;
3406
- kHIDUsage_PD_BadCount: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_BadCount;
3407
- kHIDUsage_PD_ConfigVoltage: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_ConfigVoltage;
3408
- kHIDUsage_PD_ConfigCurrent: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_ConfigCurrent;
3409
- kHIDUsage_PD_ConfigFrequency: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_ConfigFrequency;
3410
- kHIDUsage_PD_ConfigApparentPower: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_ConfigApparentPower;
3411
- kHIDUsage_PD_ConfigActivePower: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_ConfigActivePower;
3412
- kHIDUsage_PD_ConfigPercentLoad: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_ConfigPercentLoad;
3413
- kHIDUsage_PD_ConfigTemperature: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_ConfigTemperature;
3414
- kHIDUsage_PD_ConfigHumidity: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_ConfigHumidity;
3415
- kHIDUsage_PD_SwitchOnControl: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_SwitchOnControl;
3416
- kHIDUsage_PD_SwitchOffControl: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_SwitchOffControl;
3417
- kHIDUsage_PD_ToggleControl: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_ToggleControl;
3418
- kHIDUsage_PD_LowVoltageTransfer: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_LowVoltageTransfer;
3419
- kHIDUsage_PD_HighVoltageTransfer: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_HighVoltageTransfer;
3420
- kHIDUsage_PD_DelayBeforeReboot: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_DelayBeforeReboot;
3421
- kHIDUsage_PD_DelayBeforeStartup: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_DelayBeforeStartup;
3422
- kHIDUsage_PD_DelayBeforeShutdown: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_DelayBeforeShutdown;
3423
- kHIDUsage_PD_Test: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Test;
3424
- kHIDUsage_PD_ModuleReset: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_ModuleReset;
3425
- kHIDUsage_PD_AudibleAlarmControl: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_AudibleAlarmControl;
3426
- kHIDUsage_PD_Present: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Present;
3427
- kHIDUsage_PD_Good: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Good;
3428
- kHIDUsage_PD_InternalFailure: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_InternalFailure;
3429
- kHIDUsage_PD_VoltageOutOfRange: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_VoltageOutOfRange;
3430
- kHIDUsage_PD_FrequencyOutOfRange: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_FrequencyOutOfRange;
3431
- kHIDUsage_PD_Overload: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Overload;
3432
- kHIDUsage_PD_OverCharged: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_OverCharged;
3433
- kHIDUsage_PD_OverTemperature: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_OverTemperature;
3434
- kHIDUsage_PD_ShutdownRequested: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_ShutdownRequested;
3435
- kHIDUsage_PD_ShutdownImminent: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_ShutdownImminent;
3436
- kHIDUsage_PD_SwitchOnOff: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_SwitchOnOff;
3437
- kHIDUsage_PD_Switchable: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Switchable;
3438
- kHIDUsage_PD_Used: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Used;
3439
- kHIDUsage_PD_Boost: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Boost;
3440
- kHIDUsage_PD_Buck: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Buck;
3441
- kHIDUsage_PD_Initialized: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Initialized;
3442
- kHIDUsage_PD_Tested: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_Tested;
3443
- kHIDUsage_PD_AwaitingPower: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_AwaitingPower;
3444
- kHIDUsage_PD_CommunicationLost: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_CommunicationLost;
3445
- kHIDUsage_PD_iManufacturer: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_iManufacturer;
3446
- kHIDUsage_PD_iProduct: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_iProduct;
3447
- kHIDUsage_PD_iserialNumber: import("./commands/hid-event").HIDUsagePowerDeviceEvent.kHIDUsage_PD_iserialNumber;
3448
- kHIDUsage_Ord_Instance1: import("./commands/hid-event").HIDUsageOrdinalEvent.kHIDUsage_Ord_Instance1;
3449
- kHIDUsage_Ord_Instance2: import("./commands/hid-event").HIDUsageOrdinalEvent.kHIDUsage_Ord_Instance2;
3450
- kHIDUsage_Ord_Instance3: import("./commands/hid-event").HIDUsageOrdinalEvent.kHIDUsage_Ord_Instance3;
3451
- kHIDUsage_Ord_Instance4: import("./commands/hid-event").HIDUsageOrdinalEvent.kHIDUsage_Ord_Instance4;
3452
- kHIDUsage_Ord_Instance65535: import("./commands/hid-event").HIDUsageOrdinalEvent.kHIDUsage_Ord_Instance65535;
3453
- kHIDUsage_Game_3DGameController: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_3DGameController;
3454
- kHIDUsage_Game_PinballDevice: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_PinballDevice;
3455
- kHIDUsage_Game_GunDevice: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_GunDevice;
3456
- kHIDUsage_Game_PointofView: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_PointofView;
3457
- kHIDUsage_Game_TurnRightOrLeft: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_TurnRightOrLeft;
3458
- kHIDUsage_Game_PitchUpOrDown: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_PitchUpOrDown;
3459
- kHIDUsage_Game_RollRightOrLeft: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_RollRightOrLeft;
3460
- kHIDUsage_Game_MoveRightOrLeft: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_MoveRightOrLeft;
3461
- kHIDUsage_Game_MoveForwardOrBackward: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_MoveForwardOrBackward;
3462
- kHIDUsage_Game_MoveUpOrDown: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_MoveUpOrDown;
3463
- kHIDUsage_Game_LeanRightOrLeft: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_LeanRightOrLeft;
3464
- kHIDUsage_Game_LeanForwardOrBackward: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_LeanForwardOrBackward;
3465
- kHIDUsage_Game_HeightOfPOV: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_HeightOfPOV;
3466
- kHIDUsage_Game_Flipper: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_Flipper;
3467
- kHIDUsage_Game_SecondaryFlipper: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_SecondaryFlipper;
3468
- kHIDUsage_Game_Bump: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_Bump;
3469
- kHIDUsage_Game_NewGame: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_NewGame;
3470
- kHIDUsage_Game_ShootBall: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_ShootBall;
3471
- kHIDUsage_Game_Player: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_Player;
3472
- kHIDUsage_Game_GunBolt: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_GunBolt;
3473
- kHIDUsage_Game_GunClip: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_GunClip;
3474
- kHIDUsage_Game_Gun: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_Gun;
3475
- kHIDUsage_Game_GunSingleShot: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_GunSingleShot;
3476
- kHIDUsage_Game_GunBurst: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_GunBurst;
3477
- kHIDUsage_Game_GunAutomatic: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_GunAutomatic;
3478
- kHIDUsage_Game_GunSafety: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_GunSafety;
3479
- kHIDUsage_Game_GamepadFireOrJump: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_GamepadFireOrJump;
3480
- kHIDUsage_Game_GamepadTrigger: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_GamepadTrigger;
3481
- kHIDUsage_Game_Reserved: import("./commands/hid-event").HIDUsageGameEvent.kHIDUsage_Game_Reserved;
3482
- kHIDUsage_AD_AlphanumericDisplay: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_AlphanumericDisplay;
3483
- kHIDUsage_AD_DisplayAttributesReport: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_DisplayAttributesReport;
3484
- kHIDUsage_AD_ASCIICharacterSet: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_ASCIICharacterSet;
3485
- kHIDUsage_AD_DataReadBack: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_DataReadBack;
3486
- kHIDUsage_AD_FontReadBack: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_FontReadBack;
3487
- kHIDUsage_AD_DisplayControlReport: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_DisplayControlReport;
3488
- kHIDUsage_AD_ClearDisplay: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_ClearDisplay;
3489
- kHIDUsage_AD_DisplayEnable: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_DisplayEnable;
3490
- kHIDUsage_AD_ScreenSaverDelay: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_ScreenSaverDelay;
3491
- kHIDUsage_AD_ScreenSaverEnable: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_ScreenSaverEnable;
3492
- kHIDUsage_AD_VerticalScroll: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_VerticalScroll;
3493
- kHIDUsage_AD_HorizontalScroll: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_HorizontalScroll;
3494
- kHIDUsage_AD_CharacterReport: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_CharacterReport;
3495
- kHIDUsage_AD_DisplayData: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_DisplayData;
3496
- kHIDUsage_AD_DisplayStatus: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_DisplayStatus;
3497
- kHIDUsage_AD_StatNotReady: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_StatNotReady;
3498
- kHIDUsage_AD_StatReady: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_StatReady;
3499
- kHIDUsage_AD_ErrNotaloadablecharacter: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_ErrNotaloadablecharacter;
3500
- kHIDUsage_AD_ErrFontdatacannotberead: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_ErrFontdatacannotberead;
3501
- kHIDUsage_AD_CursorPositionReport: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_CursorPositionReport;
3502
- kHIDUsage_AD_Row: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_Row;
3503
- kHIDUsage_AD_Column: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_Column;
3504
- kHIDUsage_AD_Rows: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_Rows;
3505
- kHIDUsage_AD_Columns: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_Columns;
3506
- kHIDUsage_AD_CursorPixelPositioning: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_CursorPixelPositioning;
3507
- kHIDUsage_AD_CursorMode: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_CursorMode;
3508
- kHIDUsage_AD_CursorEnable: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_CursorEnable;
3509
- kHIDUsage_AD_CursorBlink: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_CursorBlink;
3510
- kHIDUsage_AD_FontReport: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_FontReport;
3511
- kHIDUsage_AD_FontData: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_FontData;
3512
- kHIDUsage_AD_CharacterWidth: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_CharacterWidth;
3513
- kHIDUsage_AD_CharacterHeight: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_CharacterHeight;
3514
- kHIDUsage_AD_CharacterSpacingHorizontal: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_CharacterSpacingHorizontal;
3515
- kHIDUsage_AD_CharacterSpacingVertical: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_CharacterSpacingVertical;
3516
- kHIDUsage_AD_UnicodeCharacterSet: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_UnicodeCharacterSet;
3517
- kHIDUsage_AD_Reserved: import("./commands/hid-event").HIDUsageAlphanumericDisplayEvent.kHIDUsage_AD_Reserved;
3518
- kHIDUsage_Undefined: import("./commands/hid-event").HIDUsageUndefinedEvent.kHIDUsage_Undefined;
3519
- kHIDUsage_BS_Undefined: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_Undefined;
3520
- kHIDUsage_BS_SMBBatteryMode: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_SMBBatteryMode;
3521
- kHIDUsage_BS_SMBBatteryStatus: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_SMBBatteryStatus;
3522
- kHIDUsage_BS_SMBAlarmWarning: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_SMBAlarmWarning;
3523
- kHIDUsage_BS_SMBChargerMode: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_SMBChargerMode;
3524
- kHIDUsage_BS_SMBChargerStatus: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_SMBChargerStatus;
3525
- kHIDUsage_BS_SMBChargerSpecInfo: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_SMBChargerSpecInfo;
3526
- kHIDUsage_BS_SMBSelectorState: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_SMBSelectorState;
3527
- kHIDUsage_BS_SMBSelectorPresets: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_SMBSelectorPresets;
3528
- kHIDUsage_BS_SMBSelectorInfo: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_SMBSelectorInfo;
3529
- kHIDUsage_BS_OptionalMfgFunction1: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_OptionalMfgFunction1;
3530
- kHIDUsage_BS_OptionalMfgFunction2: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_OptionalMfgFunction2;
3531
- kHIDUsage_BS_OptionalMfgFunction3: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_OptionalMfgFunction3;
3532
- kHIDUsage_BS_OptionalMfgFunction4: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_OptionalMfgFunction4;
3533
- kHIDUsage_BS_OptionalMfgFunction5: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_OptionalMfgFunction5;
3534
- kHIDUsage_BS_ConnectionToSMBus: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_ConnectionToSMBus;
3535
- kHIDUsage_BS_OutputConnection: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_OutputConnection;
3536
- kHIDUsage_BS_ChargerConnection: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_ChargerConnection;
3537
- kHIDUsage_BS_BatteryInsertion: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_BatteryInsertion;
3538
- kHIDUsage_BS_Usenext: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_Usenext;
3539
- kHIDUsage_BS_OKToUse: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_OKToUse;
3540
- kHIDUsage_BS_BatterySupported: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_BatterySupported;
3541
- kHIDUsage_BS_SelectorRevision: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_SelectorRevision;
3542
- kHIDUsage_BS_ChargingIndicator: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_ChargingIndicator;
3543
- kHIDUsage_BS_ManufacturerAccess: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_ManufacturerAccess;
3544
- kHIDUsage_BS_RemainingCapacityLimit: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_RemainingCapacityLimit;
3545
- kHIDUsage_BS_RemainingTimeLimit: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_RemainingTimeLimit;
3546
- kHIDUsage_BS_AtRate: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_AtRate;
3547
- kHIDUsage_BS_CapacityMode: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_CapacityMode;
3548
- kHIDUsage_BS_BroadcastToCharger: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_BroadcastToCharger;
3549
- kHIDUsage_BS_PrimaryBattery: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_PrimaryBattery;
3550
- kHIDUsage_BS_ChargeController: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_ChargeController;
3551
- kHIDUsage_BS_TerminateCharge: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_TerminateCharge;
3552
- kHIDUsage_BS_TerminateDischarge: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_TerminateDischarge;
3553
- kHIDUsage_BS_BelowRemainingCapacityLimit: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_BelowRemainingCapacityLimit;
3554
- kHIDUsage_BS_RemainingTimeLimitExpired: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_RemainingTimeLimitExpired;
3555
- kHIDUsage_BS_Charging: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_Charging;
3556
- kHIDUsage_BS_Discharging: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_Discharging;
3557
- kHIDUsage_BS_FullyCharged: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_FullyCharged;
3558
- kHIDUsage_BS_FullyDischarged: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_FullyDischarged;
3559
- kHIDUsage_BS_ConditioningFlag: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_ConditioningFlag;
3560
- kHIDUsage_BS_AtRateOK: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_AtRateOK;
3561
- kHIDUsage_BS_SMBErrorCode: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_SMBErrorCode;
3562
- kHIDUsage_BS_NeedReplacement: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_NeedReplacement;
3563
- kHIDUsage_BS_AtRateTimeToFull: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_AtRateTimeToFull;
3564
- kHIDUsage_BS_AtRateTimeToEmpty: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_AtRateTimeToEmpty;
3565
- kHIDUsage_BS_AverageCurrent: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_AverageCurrent;
3566
- kHIDUsage_BS_Maxerror: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_Maxerror;
3567
- kHIDUsage_BS_RelativeStateOfCharge: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_RelativeStateOfCharge;
3568
- kHIDUsage_BS_AbsoluteStateOfCharge: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_AbsoluteStateOfCharge;
3569
- kHIDUsage_BS_RemainingCapacity: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_RemainingCapacity;
3570
- kHIDUsage_BS_FullChargeCapacity: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_FullChargeCapacity;
3571
- kHIDUsage_BS_RunTimeToEmpty: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_RunTimeToEmpty;
3572
- kHIDUsage_BS_AverageTimeToEmpty: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_AverageTimeToEmpty;
3573
- kHIDUsage_BS_AverageTimeToFull: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_AverageTimeToFull;
3574
- kHIDUsage_BS_CycleCount: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_CycleCount;
3575
- kHIDUsage_BS_BattPackModelLevel: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_BattPackModelLevel;
3576
- kHIDUsage_BS_InternalChargeController: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_InternalChargeController;
3577
- kHIDUsage_BS_PrimaryBatterySupport: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_PrimaryBatterySupport;
3578
- kHIDUsage_BS_DesignCapacity: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_DesignCapacity;
3579
- kHIDUsage_BS_SpecificationInfo: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_SpecificationInfo;
3580
- kHIDUsage_BS_ManufacturerDate: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_ManufacturerDate;
3581
- kHIDUsage_BS_SerialNumber: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_SerialNumber;
3582
- kHIDUsage_BS_iManufacturerName: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_iManufacturerName;
3583
- kHIDUsage_BS_iDevicename: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_iDevicename;
3584
- kHIDUsage_BS_iDeviceChemistry: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_iDeviceChemistry;
3585
- kHIDUsage_BS_ManufacturerData: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_ManufacturerData;
3586
- kHIDUsage_BS_Rechargable: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_Rechargable;
3587
- kHIDUsage_BS_WarningCapacityLimit: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_WarningCapacityLimit;
3588
- kHIDUsage_BS_CapacityGranularity1: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_CapacityGranularity1;
3589
- kHIDUsage_BS_CapacityGranularity2: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_CapacityGranularity2;
3590
- kHIDUsage_BS_iOEMInformation: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_iOEMInformation;
3591
- kHIDUsage_BS_InhibitCharge: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_InhibitCharge;
3592
- kHIDUsage_BS_EnablePolling: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_EnablePolling;
3593
- kHIDUsage_BS_ResetToZero: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_ResetToZero;
3594
- kHIDUsage_BS_ACPresent: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_ACPresent;
3595
- kHIDUsage_BS_BatteryPresent: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_BatteryPresent;
3596
- kHIDUsage_BS_PowerFail: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_PowerFail;
3597
- kHIDUsage_BS_AlarmInhibited: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_AlarmInhibited;
3598
- kHIDUsage_BS_ThermistorUnderRange: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_ThermistorUnderRange;
3599
- kHIDUsage_BS_ThermistorHot: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_ThermistorHot;
3600
- kHIDUsage_BS_ThermistorCold: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_ThermistorCold;
3601
- kHIDUsage_BS_ThermistorOverRange: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_ThermistorOverRange;
3602
- kHIDUsage_BS_VoltageOutOfRange: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_VoltageOutOfRange;
3603
- kHIDUsage_BS_CurrentOutOfRange: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_CurrentOutOfRange;
3604
- kHIDUsage_BS_CurrentNotRegulated: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_CurrentNotRegulated;
3605
- kHIDUsage_BS_VoltageNotRegulated: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_VoltageNotRegulated;
3606
- kHIDUsage_BS_MasterMode: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_MasterMode;
3607
- kHIDUsage_BS_ChargerSelectorSupport: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_ChargerSelectorSupport;
3608
- kHIDUsage_BS_ChargerSpec: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_ChargerSpec;
3609
- kHIDUsage_BS_Level2: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_Level2;
3610
- kHIDUsage_BS_Level3: import("./commands/hid-event").HIDUsageBatterySystemEvent.kHIDUsage_BS_Level3;
3611
- }, durationSeconds: number | string) => Promise<unknown>;
3612
- mobileClearKeychains: (this: XCUITestDriver) => Promise<void>;
3613
- hideKeyboard: (this: XCUITestDriver, strategy: any, ...possibleKeys: any[]) => Promise<boolean>;
3614
- mobileHideKeyboard: (this: XCUITestDriver, keys?: string[]) => Promise<void>;
3615
- isKeyboardShown: (this: XCUITestDriver) => Promise<boolean>;
3616
- mobileKeys: (this: XCUITestDriver, keys: (Key | string)[], elementId?: string | null) => Promise<unknown>;
3617
- mobileConfigureLocalization: (this: XCUITestDriver, keyboard?: import("./commands/types").KeyboardOptions, language?: import("./commands/types").LanguageOptions, locale?: import("./commands/types").LocaleOptions) => Promise<boolean>;
3618
- getGeoLocation: (this: XCUITestDriver) => Promise<import("./commands/types").LocationWithAltitude>;
3619
- setGeoLocation: (this: XCUITestDriver, location: Partial<Location>) => Promise<import("@appium/types").Location>;
3620
- mobileResetLocationService: (this: XCUITestDriver) => Promise<void>;
3621
- lock: (this: XCUITestDriver, seconds?: number | string) => Promise<void>;
3622
- unlock: (this: XCUITestDriver) => Promise<void>;
3623
- isLocked: (this: XCUITestDriver) => Promise<boolean>;
3624
- extractLogs: (this: XCUITestDriver, logType: XCUITestDriverLogTypes, logsContainer?: Partial<Record<XCUITestDriverLogTypes, {
3625
- getLogs(): Promise<any>;
3626
- }>>) => Promise<any>;
2184
+ setValueImmediate: typeof elementCommands.setValueImmediate;
2185
+ setValue: typeof elementCommands.setValue;
2186
+ setValueWithWebAtom: typeof elementCommands.setValueWithWebAtom;
2187
+ keys: typeof elementCommands.keys;
2188
+ clear: typeof elementCommands.clear;
2189
+ getContentSize: typeof elementCommands.getContentSize;
2190
+ getNativeRect: typeof elementCommands.getNativeRect;
2191
+ receiveAsyncResponse: typeof executeCommands.receiveAsyncResponse;
2192
+ execute: typeof executeCommands.execute;
2193
+ executeAsync: typeof executeCommands.executeAsync;
2194
+ mobileSimctl: typeof simctlCommands.mobileSimctl;
2195
+ pushFile: typeof fileMovementCommands.pushFile;
2196
+ mobilePushFile: typeof fileMovementCommands.mobilePushFile;
2197
+ pullFile: typeof fileMovementCommands.pullFile;
2198
+ mobilePullFile: typeof fileMovementCommands.mobilePullFile;
2199
+ mobileDeleteFolder: typeof fileMovementCommands.mobileDeleteFolder;
2200
+ mobileDeleteFile: typeof fileMovementCommands.mobileDeleteFile;
2201
+ pullFolder: typeof fileMovementCommands.pullFolder;
2202
+ mobilePullFolder: typeof fileMovementCommands.mobilePullFolder;
2203
+ mobileSendMemoryWarning: typeof memoryCommands.mobileSendMemoryWarning;
2204
+ findElOrEls: typeof findCommands.findElOrEls;
2205
+ findNativeElementOrElements: typeof findCommands.findNativeElementOrElements;
2206
+ doNativeFind: typeof findCommands.doNativeFind;
2207
+ getFirstVisibleChild: typeof findCommands.getFirstVisibleChild;
2208
+ active: typeof generalCommands.active;
2209
+ background: typeof appManagementCommands.background;
2210
+ touchId: typeof generalCommands.touchId;
2211
+ toggleEnrollTouchId: typeof generalCommands.toggleEnrollTouchId;
2212
+ getWindowSize: typeof generalCommands.getWindowSize;
2213
+ getDeviceTime: typeof generalCommands.getDeviceTime;
2214
+ mobileGetDeviceTime: typeof generalCommands.mobileGetDeviceTime;
2215
+ getWindowRect: typeof generalCommands.getWindowRect;
2216
+ getStrings: typeof appStringsCommands.getStrings;
2217
+ removeApp: typeof generalCommands.removeApp;
2218
+ launchApp: typeof generalCommands.launchApp;
2219
+ closeApp: typeof generalCommands.closeApp;
2220
+ setUrl: typeof generalCommands.setUrl;
2221
+ getViewportRect: typeof generalCommands.getViewportRect;
2222
+ getScreenInfo: typeof generalCommands.getScreenInfo;
2223
+ getStatusBarHeight: typeof generalCommands.getStatusBarHeight;
2224
+ getDevicePixelRatio: typeof generalCommands.getDevicePixelRatio;
2225
+ mobilePressButton: typeof generalCommands.mobilePressButton;
2226
+ mobileSiriCommand: typeof generalCommands.mobileSiriCommand;
2227
+ mobileGetSimulatedLocation: typeof geolocationCommands.mobileGetSimulatedLocation;
2228
+ mobileSetSimulatedLocation: typeof geolocationCommands.mobileSetSimulatedLocation;
2229
+ mobileResetSimulatedLocation: typeof geolocationCommands.mobileResetSimulatedLocation;
2230
+ mobileShake: typeof gestureCommands.mobileShake;
2231
+ click: typeof gestureCommands.click;
2232
+ releaseActions: typeof gestureCommands.releaseActions;
2233
+ performActions: typeof gestureCommands.performActions;
2234
+ nativeClick: typeof gestureCommands.nativeClick;
2235
+ mobileScrollToElement: typeof gestureCommands.mobileScrollToElement;
2236
+ mobileScroll: typeof gestureCommands.mobileScroll;
2237
+ mobileSwipe: typeof gestureCommands.mobileSwipe;
2238
+ mobilePinch: typeof gestureCommands.mobilePinch;
2239
+ mobileDoubleTap: typeof gestureCommands.mobileDoubleTap;
2240
+ mobileTwoFingerTap: typeof gestureCommands.mobileTwoFingerTap;
2241
+ mobileTouchAndHold: typeof gestureCommands.mobileTouchAndHold;
2242
+ mobileTap: typeof gestureCommands.mobileTap;
2243
+ mobileDragFromToForDuration: typeof gestureCommands.mobileDragFromToForDuration;
2244
+ mobileDragFromToWithVelocity: typeof gestureCommands.mobileDragFromToWithVelocity;
2245
+ mobileTapWithNumberOfTaps: typeof gestureCommands.mobileTapWithNumberOfTaps;
2246
+ mobileForcePress: typeof gestureCommands.mobileForcePress;
2247
+ mobileSelectPickerWheelValue: typeof gestureCommands.mobileSelectPickerWheelValue;
2248
+ mobileRotateElement: typeof gestureCommands.mobileRotateElement;
2249
+ mobilePerformIoHidEvent: typeof iohidCommands.mobilePerformIoHidEvent;
2250
+ mobileClearKeychains: typeof keychainsCommands.mobileClearKeychains;
2251
+ hideKeyboard: typeof keyboardCommands.hideKeyboard;
2252
+ mobileHideKeyboard: typeof keyboardCommands.mobileHideKeyboard;
2253
+ isKeyboardShown: typeof keyboardCommands.isKeyboardShown;
2254
+ mobileKeys: typeof keyboardCommands.mobileKeys;
2255
+ mobileConfigureLocalization: typeof localizationCommands.mobileConfigureLocalization;
2256
+ getGeoLocation: typeof locationCommands.getGeoLocation;
2257
+ setGeoLocation: typeof locationCommands.setGeoLocation;
2258
+ mobileResetLocationService: typeof locationCommands.mobileResetLocationService;
2259
+ lock: typeof lockCommands.lock;
2260
+ unlock: typeof lockCommands.unlock;
2261
+ isLocked: typeof lockCommands.isLocked;
2262
+ extractLogs: typeof logCommands.extractLogs;
3627
2263
  supportedLogTypes: import("@appium/types").LogDefRecord;
3628
- startLogCapture: (this: XCUITestDriver) => Promise<boolean>;
3629
- mobileStartLogsBroadcast: (this: XCUITestDriver) => Promise<void>;
3630
- mobileStopLogsBroadcast: (this: XCUITestDriver) => Promise<void>;
3631
- back: (this: XCUITestDriver) => Promise<void>;
3632
- forward: (this: XCUITestDriver) => Promise<void>;
3633
- closeWindow: (this: XCUITestDriver) => Promise<any>;
3634
- nativeBack: (this: XCUITestDriver) => Promise<unknown>;
3635
- mobileDeepLink: (this: XCUITestDriver, url: string, bundleId?: string) => Promise<void>;
3636
- mobilePushNotification: (this: XCUITestDriver, bundleId: string, payload: import("./commands/types").PushPayload) => Promise<void>;
3637
- mobileExpectNotification: (this: XCUITestDriver, name: string, type?: import("./commands/types").NotificationType, timeoutSeconds?: number) => Promise<unknown>;
3638
- mobileSetPasteboard: (this: XCUITestDriver, content: string, encoding?: string) => Promise<void>;
3639
- mobileGetPasteboard: (this: XCUITestDriver, encoding?: string) => Promise<string>;
3640
- mobileStartPcap: (this: XCUITestDriver, timeLimitSec?: number, forceRestart?: boolean) => Promise<void>;
3641
- mobileStopPcap: (this: XCUITestDriver) => Promise<string>;
3642
- mobileStartPerfRecord: (this: XCUITestDriver, timeout?: number, profileName?: string, pid?: number | "current") => Promise<void>;
3643
- mobileStopPerfRecord: (this: XCUITestDriver, remotePath?: string, user?: string, pass?: string, method?: import("axios").Method, profileName?: string, headers?: Record<string, any>, fileFieldName?: string, formFields?: Record<string, any> | ([string, any])[]) => Promise<string>;
3644
- mobileResetPermission: (this: XCUITestDriver, service: import("./commands/enum").PermissionService | number) => Promise<void>;
3645
- mobileGetPermission: (this: XCUITestDriver, bundleId: string, service: import("./commands/enum").PermissionService) => Promise<import("./commands/types").PermissionState>;
3646
- mobileSetPermissions: (this: XCUITestDriver, access: Record<Partial<import("./commands/types").AccessRule>, import("./commands/types").PermissionState>, bundleId: string) => Promise<void>;
3647
- proxyCommand: <TReq = any, TRes = unknown>(this: XCUITestDriver, url: string, method: AllowedHttpMethod, body?: TReq, isSessionCommand?: boolean) => Promise<TRes>;
3648
- startAudioRecording: (this: XCUITestDriver, audioInput: string | number, timeLimit?: string | number, audioCodec?: string, audioBitrate?: string, audioChannels?: string | number, audioRate?: string | number, forceRestart?: boolean) => Promise<void>;
3649
- stopAudioRecording: (this: XCUITestDriver) => Promise<string>;
3650
- _recentScreenRecorder: import("./commands/recordscreen").ScreenRecorder | null;
3651
- startRecordingScreen: (this: XCUITestDriver, options?: import("./commands/types").StartRecordingScreenOptions) => Promise<string>;
3652
- stopRecordingScreen: (this: XCUITestDriver, options?: import("./commands/types").StopRecordingScreenOptions) => Promise<string | null>;
3653
- getScreenshot: (this: XCUITestDriver) => Promise<string>;
3654
- getElementScreenshot: (this: XCUITestDriver, el: any) => Promise<string>;
3655
- getViewportScreenshot: (this: XCUITestDriver) => Promise<string>;
3656
- getPageSource: (this: XCUITestDriver) => Promise<any>;
3657
- mobileGetSource: (this: XCUITestDriver, format?: import("./commands/types").SourceFormat, excludedAttributes?: string) => Promise<string>;
3658
- pageLoadTimeoutW3C: (this: XCUITestDriver, ms: any) => Promise<void>;
3659
- pageLoadTimeoutMJSONWP: (this: XCUITestDriver, ms: any) => Promise<void>;
3660
- scriptTimeoutW3C: (this: XCUITestDriver, ms: any) => Promise<void>;
3661
- scriptTimeoutMJSONWP: (this: XCUITestDriver, ms: number) => Promise<void>;
3662
- asyncScriptTimeout: (this: XCUITestDriver, ms: number) => Promise<void>;
3663
- setPageLoadTimeout: (this: XCUITestDriver, ms: any) => void;
3664
- setAsyncScriptTimeout: (this: XCUITestDriver, ms: any) => void;
3665
- setFrame: (this: XCUITestDriver, frame: any) => Promise<void>;
3666
- getCssProperty: (this: XCUITestDriver, propertyName: any, el: any) => Promise<any>;
3667
- submit: (this: XCUITestDriver, el: string | Element) => Promise<void>;
3668
- refresh: (this: XCUITestDriver) => Promise<void>;
3669
- getUrl: (this: XCUITestDriver) => Promise<any>;
3670
- title: (this: XCUITestDriver) => Promise<any>;
3671
- getCookies: (this: XCUITestDriver) => Promise<any>;
3672
- setCookie: (this: XCUITestDriver, cookie: any) => Promise<void>;
3673
- deleteCookie: (this: XCUITestDriver, cookieName: any) => Promise<void>;
3674
- deleteCookies: (this: XCUITestDriver) => Promise<void>;
3675
- _deleteCookie: (this: XCUITestDriver, cookie: any) => Promise<any>;
3676
- cacheWebElement: (this: XCUITestDriver, el: any) => any;
3677
- cacheWebElements: (this: XCUITestDriver, response: any) => any;
3678
- executeAtom: (this: XCUITestDriver, atom: string, args: unknown[], alwaysDefaultFrame?: boolean) => Promise<any>;
3679
- executeAtomAsync: (this: XCUITestDriver, atom: string, args: any[]) => Promise<any>;
3680
- getAtomsElement: <S extends string>(this: XCUITestDriver, elOrId: S | Element<S>) => import("./commands/types").AtomsElement<S>;
3681
- convertElementsForAtoms: (this: XCUITestDriver, args?: readonly any[]) => any;
3682
- getElementId: (element: any) => any;
3683
- hasElementId: (element: any) => element is Element;
3684
- findWebElementOrElements: (this: XCUITestDriver, strategy: any, selector: any, many: any, ctx: any) => Promise<any>;
3685
- clickWebCoords: (this: XCUITestDriver, x: number, y: number) => Promise<void>;
3686
- getSafariIsIphone: (this: XCUITestDriver) => Promise<boolean>;
3687
- getSafariDeviceSize: (this: XCUITestDriver) => Promise<import("@appium/types").Size>;
3688
- getSafariIsNotched: (this: XCUITestDriver) => Promise<boolean>;
3689
- getExtraTranslateWebCoordsOffset: (this: XCUITestDriver, wvPos: any, realDims: any) => Promise<void>;
3690
- getExtraNativeWebTapOffset: (this: XCUITestDriver, isIphone: boolean, bannerVisibility: string) => Promise<number>;
3691
- nativeWebTap: (this: XCUITestDriver, el: any) => Promise<void>;
3692
- translateWebCoords: (this: XCUITestDriver, x: number, y: number) => Promise<import("@appium/types").Position>;
3693
- checkForAlert: (this: XCUITestDriver) => Promise<boolean>;
3694
- waitForAtom: (this: XCUITestDriver, promise: Promise<any>) => Promise<any>;
3695
- mobileWebNav: (this: XCUITestDriver, navType: string) => Promise<void>;
3696
- getWdaLocalhostRoot: (this: XCUITestDriver) => string;
3697
- mobileCalibrateWebToRealCoordinatesTranslation: (this: XCUITestDriver) => Promise<import("./types").CalibrationData>;
3698
- mobileUpdateSafariPreferences: (this: XCUITestDriver, preferences: import("@appium/types").StringRecord) => Promise<void>;
3699
- mobileRunXCTest: (this: XCUITestDriver, testRunnerBundleId: string, appUnderTestBundleId: string, xcTestBundleId: string, args?: string[], testType?: "app" | "ui" | "logic", env?: import("@appium/types").StringRecord, timeout?: number) => Promise<import("./commands/types").RunXCTestResult>;
3700
- mobileInstallXCTestBundle: (this: XCUITestDriver, xctestApp: string) => Promise<void>;
3701
- mobileListXCTestBundles: (this: XCUITestDriver) => Promise<string[]>;
3702
- mobileListXCTestsInTestBundle: (this: XCUITestDriver, bundle: string) => Promise<string[]>;
3703
- mobileStartXctestScreenRecording: (this: XCUITestDriver, fps?: number, codec?: number) => Promise<XcTestScreenRecordingInfo>;
3704
- mobileGetXctestScreenRecordingInfo: () => Promise<XcTestScreenRecordingInfo | null>;
3705
- mobileStopXctestScreenRecording: (this: XCUITestDriver, remotePath?: string, user?: string, pass?: string, headers?: import("@appium/types").HTTPHeaders, fileFieldName?: string, formFields?: Record<string, any> | [string, any][], method?: "PUT" | "POST" | "PATCH") => Promise<XcTestScreenRecording>;
2264
+ startLogCapture: typeof logCommands.startLogCapture;
2265
+ mobileStartLogsBroadcast: typeof logCommands.mobileStartLogsBroadcast;
2266
+ mobileStopLogsBroadcast: typeof logCommands.mobileStopLogsBroadcast;
2267
+ back: typeof navigationCommands.back;
2268
+ forward: typeof navigationCommands.forward;
2269
+ closeWindow: typeof navigationCommands.closeWindow;
2270
+ nativeBack: typeof navigationCommands.nativeBack;
2271
+ mobileDeepLink: typeof navigationCommands.mobileDeepLink;
2272
+ mobilePushNotification: typeof notificationsCommands.mobilePushNotification;
2273
+ mobileExpectNotification: typeof notificationsCommands.mobileExpectNotification;
2274
+ mobileSetPasteboard: typeof pasteboardCommands.mobileSetPasteboard;
2275
+ mobileGetPasteboard: typeof pasteboardCommands.mobileGetPasteboard;
2276
+ mobileStartPcap: typeof pcapCommands.mobileStartPcap;
2277
+ mobileStopPcap: typeof pcapCommands.mobileStopPcap;
2278
+ mobileStartPerfRecord: typeof performanceCommands.mobileStartPerfRecord;
2279
+ mobileStopPerfRecord: typeof performanceCommands.mobileStopPerfRecord;
2280
+ mobileResetPermission: typeof permissionsCommands.mobileResetPermission;
2281
+ mobileGetPermission: typeof permissionsCommands.mobileGetPermission;
2282
+ mobileSetPermissions: typeof permissionsCommands.mobileSetPermissions;
2283
+ proxyCommand: typeof proxyHelperCommands.proxyCommand;
2284
+ startAudioRecording: typeof recordAudioCommands.startAudioRecording;
2285
+ stopAudioRecording: typeof recordAudioCommands.stopAudioRecording;
2286
+ startRecordingScreen: typeof recordScreenCommands.startRecordingScreen;
2287
+ stopRecordingScreen: typeof recordScreenCommands.stopRecordingScreen;
2288
+ getScreenshot: typeof screenshotCommands.getScreenshot;
2289
+ getElementScreenshot: typeof screenshotCommands.getElementScreenshot;
2290
+ getViewportScreenshot: typeof screenshotCommands.getViewportScreenshot;
2291
+ getPageSource: typeof sourceCommands.getPageSource;
2292
+ mobileGetSource: typeof sourceCommands.mobileGetSource;
2293
+ pageLoadTimeoutW3C: typeof timeoutCommands.pageLoadTimeoutW3C;
2294
+ pageLoadTimeoutMJSONWP: typeof timeoutCommands.pageLoadTimeoutMJSONWP;
2295
+ scriptTimeoutW3C: typeof timeoutCommands.scriptTimeoutW3C;
2296
+ scriptTimeoutMJSONWP: typeof timeoutCommands.scriptTimeoutMJSONWP;
2297
+ asyncScriptTimeout: typeof timeoutCommands.asyncScriptTimeout;
2298
+ setPageLoadTimeout: typeof timeoutCommands.setPageLoadTimeout;
2299
+ setAsyncScriptTimeout: typeof timeoutCommands.setAsyncScriptTimeout;
2300
+ setFrame: typeof webCommands.setFrame;
2301
+ getCssProperty: typeof webCommands.getCssProperty;
2302
+ submit: typeof webCommands.submit;
2303
+ refresh: typeof webCommands.refresh;
2304
+ getUrl: typeof webCommands.getUrl;
2305
+ title: typeof webCommands.title;
2306
+ getCookies: typeof webCommands.getCookies;
2307
+ setCookie: typeof webCommands.setCookie;
2308
+ deleteCookie: typeof webCommands.deleteCookie;
2309
+ deleteCookies: typeof webCommands.deleteCookies;
2310
+ _deleteCookie: typeof webCommands._deleteCookie;
2311
+ cacheWebElement: typeof webCommands.cacheWebElement;
2312
+ cacheWebElements: typeof webCommands.cacheWebElements;
2313
+ executeAtom: typeof webCommands.executeAtom;
2314
+ executeAtomAsync: typeof webCommands.executeAtomAsync;
2315
+ getAtomsElement: typeof webCommands.getAtomsElement;
2316
+ convertElementsForAtoms: typeof webCommands.convertElementsForAtoms;
2317
+ getElementId: typeof webCommands.getElementId;
2318
+ hasElementId: typeof webCommands.hasElementId;
2319
+ findWebElementOrElements: typeof webCommands.findWebElementOrElements;
2320
+ clickWebCoords: typeof webCommands.clickWebCoords;
2321
+ getSafariIsIphone: typeof webCommands.getSafariIsIphone;
2322
+ getSafariDeviceSize: typeof webCommands.getSafariDeviceSize;
2323
+ getSafariIsNotched: typeof webCommands.getSafariIsNotched;
2324
+ getExtraTranslateWebCoordsOffset: typeof webCommands.getExtraTranslateWebCoordsOffset;
2325
+ getExtraNativeWebTapOffset: typeof webCommands.getExtraNativeWebTapOffset;
2326
+ nativeWebTap: typeof webCommands.nativeWebTap;
2327
+ translateWebCoords: typeof webCommands.translateWebCoords;
2328
+ checkForAlert: typeof webCommands.checkForAlert;
2329
+ waitForAtom: typeof webCommands.waitForAtom;
2330
+ mobileWebNav: typeof webCommands.mobileWebNav;
2331
+ getWdaLocalhostRoot: typeof webCommands.getWdaLocalhostRoot;
2332
+ mobileCalibrateWebToRealCoordinatesTranslation: typeof webCommands.mobileCalibrateWebToRealCoordinatesTranslation;
2333
+ mobileUpdateSafariPreferences: typeof webCommands.mobileUpdateSafariPreferences;
2334
+ mobileRunXCTest: typeof xctestCommands.mobileRunXCTest;
2335
+ mobileInstallXCTestBundle: typeof xctestCommands.mobileInstallXCTestBundle;
2336
+ mobileListXCTestBundles: typeof xctestCommands.mobileListXCTestBundles;
2337
+ mobileListXCTestsInTestBundle: typeof xctestCommands.mobileListXCTestsInTestBundle;
2338
+ mobileStartXctestScreenRecording: typeof xctestRecordScreenCommands.mobileStartXctestScreenRecording;
2339
+ mobileGetXctestScreenRecordingInfo: typeof xctestRecordScreenCommands.mobileGetXctestScreenRecordingInfo;
2340
+ mobileStopXctestScreenRecording: typeof xctestRecordScreenCommands.mobileStopXctestScreenRecording;
3706
2341
  }
3707
2342
  export default XCUITestDriver;
3708
2343
  export type ExternalDriver<C extends import("@appium/types").Constraints, Ctx = string> = import("@appium/types").ExternalDriver<C, Ctx>;
@@ -3736,5 +2371,51 @@ import { WebDriverAgent } from 'appium-webdriveragent';
3736
2371
  import { DeviceSettings } from 'appium/driver';
3737
2372
  import { AppInfosCache } from './app-infos-cache';
3738
2373
  import { mjpeg } from 'appium/support';
2374
+ import * as activeAppInfoCommands from './commands/active-app-info';
2375
+ import * as alertCommands from './commands/alert';
2376
+ import * as appManagementCommands from './commands/app-management';
2377
+ import * as appearanceCommands from './commands/appearance';
2378
+ import * as increaseContrastCommands from './commands/increase-contrast';
2379
+ import * as contentSizeCommands from './commands/content-size';
2380
+ import * as auditCommands from './commands/audit';
2381
+ import * as batteryCommands from './commands/battery';
2382
+ import * as biometricCommands from './commands/biometric';
2383
+ import * as certificateCommands from './commands/certificate';
2384
+ import * as clipboardCommands from './commands/clipboard';
2385
+ import * as conditionCommands from './commands/condition';
2386
+ import * as contextCommands from './commands/context';
2387
+ import * as deviceInfoCommands from './commands/deviceInfo';
2388
+ import * as elementCommands from './commands/element';
2389
+ import * as executeCommands from './commands/execute';
2390
+ import * as simctlCommands from './commands/simctl';
2391
+ import * as fileMovementCommands from './commands/file-movement';
2392
+ import * as memoryCommands from './commands/memory';
2393
+ import * as findCommands from './commands/find';
2394
+ import * as generalCommands from './commands/general';
2395
+ import * as appStringsCommands from './commands/app-strings';
2396
+ import * as geolocationCommands from './commands/geolocation';
2397
+ import * as gestureCommands from './commands/gesture';
2398
+ import * as iohidCommands from './commands/iohid';
2399
+ import * as keychainsCommands from './commands/keychains';
2400
+ import * as keyboardCommands from './commands/keyboard';
2401
+ import * as localizationCommands from './commands/localization';
2402
+ import * as locationCommands from './commands/location';
2403
+ import * as lockCommands from './commands/lock';
2404
+ import * as logCommands from './commands/log';
2405
+ import * as navigationCommands from './commands/navigation';
2406
+ import * as notificationsCommands from './commands/notifications';
2407
+ import * as pasteboardCommands from './commands/pasteboard';
2408
+ import * as pcapCommands from './commands/pcap';
2409
+ import * as performanceCommands from './commands/performance';
2410
+ import * as permissionsCommands from './commands/permissions';
2411
+ import * as proxyHelperCommands from './commands/proxy-helper';
2412
+ import * as recordAudioCommands from './commands/record-audio';
2413
+ import * as recordScreenCommands from './commands/recordscreen';
2414
+ import * as screenshotCommands from './commands/screenshots';
2415
+ import * as sourceCommands from './commands/source';
2416
+ import * as timeoutCommands from './commands/timeouts';
2417
+ import * as webCommands from './commands/web';
2418
+ import * as xctestCommands from './commands/xctest';
2419
+ import * as xctestRecordScreenCommands from './commands/xctest-record-screen';
3739
2420
  import { desiredCapConstraints } from './desired-caps';
3740
2421
  //# sourceMappingURL=driver.d.ts.map