aes70 1.6.2 → 2.0.1

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 (656) hide show
  1. package/COPYING +7 -7
  2. package/Changelog +9 -0
  3. package/README.md +74 -42
  4. package/dist/AES70.es5.js +23901 -5159
  5. package/package.json +3 -3
  6. package/src/OCP1/Arguments.js +3 -0
  7. package/src/OCP1/Enum.js +8 -0
  8. package/src/OCP1/OcaActionObjectSearchResult.js +20 -0
  9. package/src/OCP1/OcaActionObjectSearchResultFlags.js +3 -0
  10. package/src/OCP1/OcaArray1D.js +108 -0
  11. package/src/OCP1/OcaBitstring.js +3 -0
  12. package/src/OCP1/OcaBlob.js +2 -43
  13. package/src/OCP1/OcaBlobFixedLen.js +8 -0
  14. package/src/OCP1/OcaBlockConfigurability.js +3 -0
  15. package/src/OCP1/OcaBoolean.js +3 -0
  16. package/src/OCP1/OcaCommand.js +17 -0
  17. package/src/OCP1/OcaCommandResult.js +17 -0
  18. package/src/OCP1/OcaCommandSetResult.js +17 -0
  19. package/src/OCP1/OcaConstructionParameter.js +16 -0
  20. package/src/OCP1/OcaCounter.js +22 -0
  21. package/src/OCP1/OcaCounterNotifierFilterParameters.js +19 -0
  22. package/src/OCP1/OcaCounterSet.js +17 -0
  23. package/src/OCP1/OcaCounterUpdate.js +18 -0
  24. package/src/OCP1/OcaCounterUpdateEventData.js +15 -0
  25. package/src/OCP1/OcaDatasetSearchResult.js +17 -0
  26. package/src/OCP1/OcaDeviceGenericState.js +4 -0
  27. package/src/OCP1/OcaDeviceOperationalState.js +16 -0
  28. package/src/OCP1/OcaExecutableType.js +4 -0
  29. package/src/OCP1/OcaFloat32.js +3 -0
  30. package/src/OCP1/OcaFloat64.js +3 -0
  31. package/src/OCP1/OcaGenericEndState.js +4 -0
  32. package/src/OCP1/OcaGlobalTypeIdentifier.js +1 -1
  33. package/src/OCP1/OcaGroupException.js +18 -0
  34. package/src/OCP1/OcaIODirection.js +4 -0
  35. package/src/OCP1/OcaIP4AutoconfigMode.js +4 -0
  36. package/src/OCP1/OcaIP4Gateway.js +17 -0
  37. package/src/OCP1/OcaIP4NetworkSettings.js +23 -0
  38. package/src/OCP1/OcaIP6AutoconfigMode.js +4 -0
  39. package/src/OCP1/OcaIP6Gateway.js +17 -0
  40. package/src/OCP1/OcaIP6NetworkSettings.js +24 -0
  41. package/src/OCP1/OcaInt16.js +3 -0
  42. package/src/OCP1/OcaInt32.js +3 -0
  43. package/src/OCP1/OcaInt64.js +3 -0
  44. package/src/OCP1/OcaInt8.js +3 -0
  45. package/src/OCP1/OcaInterval.js +18 -0
  46. package/src/OCP1/OcaIntervalBounds.js +3 -0
  47. package/src/OCP1/OcaJobDisposedEventData.js +18 -0
  48. package/src/OCP1/OcaJobDisposition.js +4 -0
  49. package/src/OCP1/OcaJobQueueItem.js +24 -0
  50. package/src/OCP1/OcaList.js +2 -127
  51. package/src/OCP1/OcaList2D.js +6 -0
  52. package/src/OCP1/OcaList32.js +3 -0
  53. package/src/OCP1/OcaLockState.js +4 -0
  54. package/src/OCP1/OcaLogFilter.js +20 -0
  55. package/src/OCP1/OcaLogRecord.js +21 -0
  56. package/src/OCP1/OcaLongBlob.js +3 -0
  57. package/src/OCP1/OcaManufacturer.js +19 -0
  58. package/src/OCP1/OcaMap.js +3 -0
  59. package/src/OCP1/OcaMatrixCommand.js +19 -0
  60. package/src/OCP1/OcaMatrixCoordinates.js +15 -0
  61. package/src/OCP1/OcaMediaAccessMode.js +4 -0
  62. package/src/OCP1/OcaMediaFrameFormat.js +4 -0
  63. package/src/OCP1/OcaMediaPlayOption.js +4 -0
  64. package/src/OCP1/OcaMediaRecorderPlayerState.js +4 -0
  65. package/src/OCP1/OcaMediaStreamEndpoint.js +40 -0
  66. package/src/OCP1/OcaMediaStreamEndpointCommand.js +4 -0
  67. package/src/OCP1/OcaMediaStreamEndpointState.js +4 -0
  68. package/src/OCP1/OcaMediaStreamEndpointStatus.js +16 -0
  69. package/src/OCP1/OcaMediaStreamMode.js +21 -0
  70. package/src/OCP1/OcaMediaStreamModeCapability.js +29 -0
  71. package/src/OCP1/OcaMediaStreamModeCapabilityDirection.js +3 -0
  72. package/src/OCP1/OcaMediaTrackFunction.js +3 -0
  73. package/src/OCP1/OcaMediaTransportSession.js +30 -0
  74. package/src/OCP1/OcaMediaTransportSessionConnection.js +17 -0
  75. package/src/OCP1/OcaMediaTransportSessionConnectionState.js +15 -0
  76. package/src/OCP1/OcaMediaTransportSessionState.js +4 -0
  77. package/src/OCP1/OcaMediaTransportSessionStatus.js +16 -0
  78. package/src/OCP1/OcaMediaTransportTimingParameters.js +16 -0
  79. package/src/OCP1/OcaMediaVolumePosition.js +16 -0
  80. package/src/OCP1/OcaMediaVolumePositionType.js +4 -0
  81. package/src/OCP1/OcaMultiMap.js +3 -0
  82. package/src/OCP1/OcaNetworkAdvertisingMechanism.js +16 -0
  83. package/src/OCP1/OcaNetworkAdvertisingService.js +4 -0
  84. package/src/OCP1/OcaNetworkInterfaceAssignment.js +23 -0
  85. package/src/OCP1/OcaNetworkInterfaceCommand.js +4 -0
  86. package/src/OCP1/OcaNetworkInterfaceState.js +4 -0
  87. package/src/OCP1/OcaNetworkInterfaceStatus.js +16 -0
  88. package/src/OCP1/OcaObjectSearchResult.js +2 -18
  89. package/src/OCP1/OcaObjectSearchResultFlags.js +5 -3
  90. package/src/OCP1/OcaPort.js +1 -1
  91. package/src/OCP1/OcaPortClockMapEntry.js +16 -0
  92. package/src/OCP1/OcaPortID.js +2 -2
  93. package/src/OCP1/OcaPortIdentification.js +16 -0
  94. package/src/OCP1/OcaPortMode.js +5 -4
  95. package/src/OCP1/OcaPositionDescriptor.js +2 -2
  96. package/src/OCP1/OcaProduct.js +19 -0
  97. package/src/OCP1/OcaProgramResult.js +17 -0
  98. package/src/OCP1/OcaProgramRunMode.js +3 -0
  99. package/src/OCP1/OcaProtoPort.js +2 -2
  100. package/src/OCP1/OcaProtoPortClockMapEntry.js +17 -0
  101. package/src/OCP1/OcaProtoSignalPath.js +2 -2
  102. package/src/OCP1/OcaSamplingRateConverterType.js +4 -0
  103. package/src/OCP1/OcaSecurityType.js +4 -0
  104. package/src/OCP1/OcaSignalPath.js +2 -2
  105. package/src/OCP1/OcaString.js +3 -0
  106. package/src/OCP1/OcaTask.js +4 -3
  107. package/src/OCP1/OcaTaskExecutionTerminatedEventData.js +20 -0
  108. package/src/OCP1/OcaTaskGenericState.js +4 -0
  109. package/src/OCP1/OcaTaskOperationalState.js +17 -0
  110. package/src/OCP1/OcaTaskSchedulerState.js +4 -0
  111. package/src/OCP1/OcaTaskStatusChangedEventData.js +18 -0
  112. package/src/OCP1/OcaTime.js +18 -0
  113. package/src/OCP1/OcaTimeDeliveryMechanism.js +4 -0
  114. package/src/OCP1/OcaTimeDeliveryParameters_StreamEndpoint.js +15 -0
  115. package/src/OCP1/OcaTimePTP.js +2 -15
  116. package/src/OCP1/OcaTypedBlob.js +16 -0
  117. package/src/OCP1/OcaUint16.js +3 -0
  118. package/src/OCP1/OcaUint32.js +3 -0
  119. package/src/OCP1/OcaUint64.js +3 -0
  120. package/src/OCP1/OcaUint8.js +3 -0
  121. package/src/OCP1/OcaVariant.js +92 -0
  122. package/src/OCP1/OcaWhenPhysicalAbsolute.js +16 -0
  123. package/src/OCP1/OcaWhenPhysicalRelative.js +16 -0
  124. package/src/OCP1/RestWithOffset.js +3 -0
  125. package/src/OCP1/String16.js +3 -0
  126. package/src/OCP1/Struct.js +12 -0
  127. package/src/OCP1/Tuple.js +3 -0
  128. package/src/OCP1/createBlobType.js +58 -0
  129. package/src/OCP1/createListType.js +137 -0
  130. package/src/OCP1/createType.js +8 -4
  131. package/src/OCP1/decode_message.js +10 -2
  132. package/src/OCP1/encode_message.js +5 -1
  133. package/src/OCP1/getLengthEncoder.js +23 -0
  134. package/src/OCP1/notification2.js +70 -0
  135. package/src/OCP1/protocol_version.js +4 -0
  136. package/src/close_error.d.ts +4 -0
  137. package/src/close_error.js +13 -0
  138. package/src/connection.js +16 -8
  139. package/src/controller/ControlClasses/OcaActuator.d.ts +3 -3
  140. package/src/controller/ControlClasses/OcaActuator.js +4 -4
  141. package/src/controller/ControlClasses/OcaAgent.d.ts +6 -14
  142. package/src/controller/ControlClasses/OcaAgent.js +8 -18
  143. package/src/controller/ControlClasses/OcaApplicationNetwork.d.ts +9 -17
  144. package/src/controller/ControlClasses/OcaApplicationNetwork.js +11 -32
  145. package/src/controller/ControlClasses/OcaAudioLevelSensor.d.ts +4 -7
  146. package/src/controller/ControlClasses/OcaAudioLevelSensor.js +5 -8
  147. package/src/controller/ControlClasses/OcaAudioProcessingManager.d.ts +1 -1
  148. package/src/controller/ControlClasses/OcaAudioProcessingManager.js +2 -2
  149. package/src/controller/ControlClasses/OcaBasicActuator.d.ts +1 -1
  150. package/src/controller/ControlClasses/OcaBasicActuator.js +2 -2
  151. package/src/controller/ControlClasses/OcaBasicSensor.d.ts +1 -1
  152. package/src/controller/ControlClasses/OcaBasicSensor.js +2 -2
  153. package/src/controller/ControlClasses/OcaBitstringActuator.d.ts +34 -13
  154. package/src/controller/ControlClasses/OcaBitstringActuator.js +35 -18
  155. package/src/controller/ControlClasses/OcaBitstringSensor.d.ts +19 -7
  156. package/src/controller/ControlClasses/OcaBitstringSensor.js +22 -12
  157. package/src/controller/ControlClasses/OcaBlock.d.ts +455 -89
  158. package/src/controller/ControlClasses/OcaBlock.js +477 -103
  159. package/src/controller/ControlClasses/OcaBlockFactoryAgent.d.ts +299 -0
  160. package/src/controller/ControlClasses/OcaBlockFactoryAgent.js +360 -0
  161. package/src/controller/ControlClasses/OcaBooleanActuator.d.ts +2 -4
  162. package/src/controller/ControlClasses/OcaBooleanActuator.js +3 -5
  163. package/src/controller/ControlClasses/OcaBooleanSensor.d.ts +2 -3
  164. package/src/controller/ControlClasses/OcaBooleanSensor.js +3 -4
  165. package/src/controller/ControlClasses/OcaCodingManager.js +1 -1
  166. package/src/controller/ControlClasses/OcaCommandSet.d.ts +89 -0
  167. package/src/controller/ControlClasses/OcaCommandSet.js +94 -0
  168. package/src/controller/ControlClasses/OcaCommandSetAgent.d.ts +31 -0
  169. package/src/controller/ControlClasses/OcaCommandSetAgent.js +38 -0
  170. package/src/controller/ControlClasses/OcaCounterNotifier.d.ts +89 -0
  171. package/src/controller/ControlClasses/OcaCounterNotifier.js +101 -0
  172. package/src/controller/ControlClasses/OcaCurrentSensor.d.ts +2 -3
  173. package/src/controller/ControlClasses/OcaCurrentSensor.js +3 -4
  174. package/src/controller/ControlClasses/OcaDataset.d.ts +223 -0
  175. package/src/controller/ControlClasses/OcaDataset.js +234 -0
  176. package/src/controller/ControlClasses/OcaDatasetWorker.d.ts +31 -0
  177. package/src/controller/ControlClasses/OcaDatasetWorker.js +40 -0
  178. package/src/controller/ControlClasses/OcaDelay.d.ts +2 -4
  179. package/src/controller/ControlClasses/OcaDelay.js +3 -5
  180. package/src/controller/ControlClasses/OcaDelayExtended.d.ts +5 -7
  181. package/src/controller/ControlClasses/OcaDelayExtended.js +6 -8
  182. package/src/controller/ControlClasses/OcaDeviceManager.d.ts +123 -62
  183. package/src/controller/ControlClasses/OcaDeviceManager.js +161 -83
  184. package/src/controller/ControlClasses/OcaDeviceTimeManager.d.ts +43 -25
  185. package/src/controller/ControlClasses/OcaDeviceTimeManager.js +43 -28
  186. package/src/controller/ControlClasses/OcaDiagnosticManager.d.ts +1 -13
  187. package/src/controller/ControlClasses/OcaDiagnosticManager.js +3 -16
  188. package/src/controller/ControlClasses/OcaDynamics.d.ts +38 -63
  189. package/src/controller/ControlClasses/OcaDynamics.js +48 -71
  190. package/src/controller/ControlClasses/OcaDynamicsCurve.d.ts +169 -82
  191. package/src/controller/ControlClasses/OcaDynamicsCurve.js +189 -93
  192. package/src/controller/ControlClasses/OcaDynamicsDetector.d.ts +8 -16
  193. package/src/controller/ControlClasses/OcaDynamicsDetector.js +9 -17
  194. package/src/controller/ControlClasses/OcaFilterArbitraryCurve.d.ts +5 -7
  195. package/src/controller/ControlClasses/OcaFilterArbitraryCurve.js +10 -12
  196. package/src/controller/ControlClasses/OcaFilterClassical.d.ts +15 -26
  197. package/src/controller/ControlClasses/OcaFilterClassical.js +15 -27
  198. package/src/controller/ControlClasses/OcaFilterFIR.d.ts +6 -11
  199. package/src/controller/ControlClasses/OcaFilterFIR.js +12 -18
  200. package/src/controller/ControlClasses/OcaFilterParametric.d.ts +55 -26
  201. package/src/controller/ControlClasses/OcaFilterParametric.js +63 -32
  202. package/src/controller/ControlClasses/OcaFilterPolynomial.d.ts +5 -4
  203. package/src/controller/ControlClasses/OcaFilterPolynomial.js +8 -7
  204. package/src/controller/ControlClasses/OcaFirmwareManager.d.ts +6 -11
  205. package/src/controller/ControlClasses/OcaFirmwareManager.js +5 -11
  206. package/src/controller/ControlClasses/OcaFloat32Actuator.d.ts +3 -5
  207. package/src/controller/ControlClasses/OcaFloat32Actuator.js +4 -6
  208. package/src/controller/ControlClasses/OcaFloat32Sensor.d.ts +2 -3
  209. package/src/controller/ControlClasses/OcaFloat32Sensor.js +3 -4
  210. package/src/controller/ControlClasses/OcaFloat64Actuator.d.ts +3 -5
  211. package/src/controller/ControlClasses/OcaFloat64Actuator.js +4 -6
  212. package/src/controller/ControlClasses/OcaFloat64Sensor.d.ts +2 -3
  213. package/src/controller/ControlClasses/OcaFloat64Sensor.js +3 -4
  214. package/src/controller/ControlClasses/OcaFrequencyActuator.d.ts +2 -4
  215. package/src/controller/ControlClasses/OcaFrequencyActuator.js +3 -5
  216. package/src/controller/ControlClasses/OcaFrequencySensor.d.ts +1 -2
  217. package/src/controller/ControlClasses/OcaFrequencySensor.js +2 -3
  218. package/src/controller/ControlClasses/OcaGain.d.ts +2 -4
  219. package/src/controller/ControlClasses/OcaGain.js +3 -5
  220. package/src/controller/ControlClasses/OcaGainSensor.d.ts +2 -3
  221. package/src/controller/ControlClasses/OcaGainSensor.js +3 -4
  222. package/src/controller/ControlClasses/OcaGroup.d.ts +140 -0
  223. package/src/controller/ControlClasses/OcaGroup.js +156 -0
  224. package/src/controller/ControlClasses/OcaGrouper.d.ts +20 -140
  225. package/src/controller/ControlClasses/OcaGrouper.js +34 -171
  226. package/src/controller/ControlClasses/OcaIdentificationActuator.d.ts +5 -7
  227. package/src/controller/ControlClasses/OcaIdentificationActuator.js +7 -9
  228. package/src/controller/ControlClasses/OcaIdentificationSensor.d.ts +5 -6
  229. package/src/controller/ControlClasses/OcaIdentificationSensor.js +6 -7
  230. package/src/controller/ControlClasses/OcaImpedanceSensor.d.ts +2 -3
  231. package/src/controller/ControlClasses/OcaImpedanceSensor.js +3 -4
  232. package/src/controller/ControlClasses/OcaInt16Actuator.d.ts +3 -5
  233. package/src/controller/ControlClasses/OcaInt16Actuator.js +4 -6
  234. package/src/controller/ControlClasses/OcaInt16Sensor.d.ts +2 -3
  235. package/src/controller/ControlClasses/OcaInt16Sensor.js +3 -4
  236. package/src/controller/ControlClasses/OcaInt32Actuator.d.ts +3 -5
  237. package/src/controller/ControlClasses/OcaInt32Actuator.js +4 -6
  238. package/src/controller/ControlClasses/OcaInt32Sensor.d.ts +2 -3
  239. package/src/controller/ControlClasses/OcaInt32Sensor.js +3 -4
  240. package/src/controller/ControlClasses/OcaInt64Actuator.d.ts +3 -5
  241. package/src/controller/ControlClasses/OcaInt64Actuator.js +4 -6
  242. package/src/controller/ControlClasses/OcaInt64Sensor.d.ts +2 -3
  243. package/src/controller/ControlClasses/OcaInt64Sensor.js +3 -4
  244. package/src/controller/ControlClasses/OcaInt8Actuator.d.ts +3 -5
  245. package/src/controller/ControlClasses/OcaInt8Actuator.js +4 -6
  246. package/src/controller/ControlClasses/OcaInt8Sensor.d.ts +2 -3
  247. package/src/controller/ControlClasses/OcaInt8Sensor.js +3 -4
  248. package/src/controller/ControlClasses/OcaJsonActuator.d.ts +46 -0
  249. package/src/controller/ControlClasses/OcaJsonActuator.js +58 -0
  250. package/src/controller/ControlClasses/OcaJsonSensor.d.ts +51 -0
  251. package/src/controller/ControlClasses/OcaJsonSensor.js +65 -0
  252. package/src/controller/ControlClasses/OcaLevelSensor.d.ts +1 -2
  253. package/src/controller/ControlClasses/OcaLevelSensor.js +2 -3
  254. package/src/controller/ControlClasses/OcaLibraryManager.d.ts +1 -1
  255. package/src/controller/ControlClasses/OcaLibraryManager.js +3 -3
  256. package/src/controller/ControlClasses/OcaLockManager.d.ts +44 -0
  257. package/src/controller/ControlClasses/OcaLockManager.js +53 -0
  258. package/src/controller/ControlClasses/OcaLog.d.ts +128 -0
  259. package/src/controller/ControlClasses/OcaLog.js +142 -0
  260. package/src/controller/ControlClasses/OcaManager.js +1 -1
  261. package/src/controller/ControlClasses/OcaMatrix.d.ts +104 -82
  262. package/src/controller/ControlClasses/OcaMatrix.js +121 -93
  263. package/src/controller/ControlClasses/OcaMediaClock.d.ts +27 -0
  264. package/src/controller/ControlClasses/OcaMediaClock.js +28 -4
  265. package/src/controller/ControlClasses/OcaMediaClock3.d.ts +16 -22
  266. package/src/controller/ControlClasses/OcaMediaClock3.js +22 -29
  267. package/src/controller/ControlClasses/OcaMediaClockManager.d.ts +7 -10
  268. package/src/controller/ControlClasses/OcaMediaClockManager.js +9 -13
  269. package/src/controller/ControlClasses/OcaMediaRecorderPlayer.d.ts +235 -0
  270. package/src/controller/ControlClasses/OcaMediaRecorderPlayer.js +261 -0
  271. package/src/controller/ControlClasses/OcaMediaTransportApplication.d.ts +612 -0
  272. package/src/controller/ControlClasses/OcaMediaTransportApplication.js +704 -0
  273. package/src/controller/ControlClasses/OcaMediaTransportNetwork.d.ts +12 -25
  274. package/src/controller/ControlClasses/OcaMediaTransportNetwork.js +12 -35
  275. package/src/controller/ControlClasses/OcaMediaTransportSessionAgent.d.ts +235 -0
  276. package/src/controller/ControlClasses/OcaMediaTransportSessionAgent.js +249 -0
  277. package/src/controller/ControlClasses/OcaMute.d.ts +2 -4
  278. package/src/controller/ControlClasses/OcaMute.js +3 -5
  279. package/src/controller/ControlClasses/OcaNetwork.js +1 -1
  280. package/src/controller/ControlClasses/OcaNetworkApplication.d.ts +179 -0
  281. package/src/controller/ControlClasses/OcaNetworkApplication.js +202 -0
  282. package/src/controller/ControlClasses/OcaNetworkInterface.d.ts +318 -0
  283. package/src/controller/ControlClasses/OcaNetworkInterface.js +353 -0
  284. package/src/controller/ControlClasses/OcaNetworkManager.d.ts +45 -17
  285. package/src/controller/ControlClasses/OcaNetworkManager.js +59 -22
  286. package/src/controller/ControlClasses/OcaNetworkSignalChannel.js +1 -1
  287. package/src/controller/ControlClasses/OcaNumericObserver.d.ts +24 -40
  288. package/src/controller/ControlClasses/OcaNumericObserver.js +25 -40
  289. package/src/controller/ControlClasses/OcaNumericObserverList.d.ts +20 -33
  290. package/src/controller/ControlClasses/OcaNumericObserverList.js +26 -39
  291. package/src/controller/ControlClasses/OcaPanBalance.d.ts +4 -8
  292. package/src/controller/ControlClasses/OcaPanBalance.js +5 -9
  293. package/src/controller/ControlClasses/OcaPhysicalPosition.d.ts +3 -6
  294. package/src/controller/ControlClasses/OcaPhysicalPosition.js +4 -7
  295. package/src/controller/ControlClasses/OcaPolarity.d.ts +2 -4
  296. package/src/controller/ControlClasses/OcaPolarity.js +3 -5
  297. package/src/controller/ControlClasses/OcaPowerManager.d.ts +30 -14
  298. package/src/controller/ControlClasses/OcaPowerManager.js +32 -17
  299. package/src/controller/ControlClasses/OcaPowerSensor.d.ts +38 -0
  300. package/src/controller/ControlClasses/OcaPowerSensor.js +51 -0
  301. package/src/controller/ControlClasses/OcaPowerSupply.d.ts +8 -16
  302. package/src/controller/ControlClasses/OcaPowerSupply.js +13 -21
  303. package/src/controller/ControlClasses/OcaProgram.d.ts +63 -0
  304. package/src/controller/ControlClasses/OcaProgram.js +82 -0
  305. package/src/controller/ControlClasses/OcaRamper.d.ts +46 -10
  306. package/src/controller/ControlClasses/OcaRamper.js +65 -12
  307. package/src/controller/ControlClasses/OcaRoot.d.ts +69 -24
  308. package/src/controller/ControlClasses/OcaRoot.js +67 -26
  309. package/src/controller/ControlClasses/OcaSamplingRateConverter.d.ts +22 -0
  310. package/src/controller/ControlClasses/OcaSamplingRateConverter.js +28 -0
  311. package/src/controller/ControlClasses/OcaSecurityManager.d.ts +12 -13
  312. package/src/controller/ControlClasses/OcaSecurityManager.js +10 -12
  313. package/src/controller/ControlClasses/OcaSensor.d.ts +1 -2
  314. package/src/controller/ControlClasses/OcaSensor.js +2 -3
  315. package/src/controller/ControlClasses/OcaSignalGenerator.d.ts +21 -39
  316. package/src/controller/ControlClasses/OcaSignalGenerator.js +22 -40
  317. package/src/controller/ControlClasses/OcaSignalInput.d.ts +4 -4
  318. package/src/controller/ControlClasses/OcaSignalInput.js +5 -5
  319. package/src/controller/ControlClasses/OcaSignalOutput.d.ts +4 -4
  320. package/src/controller/ControlClasses/OcaSignalOutput.js +5 -5
  321. package/src/controller/ControlClasses/OcaStateSensor.d.ts +58 -0
  322. package/src/controller/ControlClasses/OcaStateSensor.js +75 -0
  323. package/src/controller/ControlClasses/OcaStreamConnector.js +1 -1
  324. package/src/controller/ControlClasses/OcaStreamNetwork.js +1 -1
  325. package/src/controller/ControlClasses/OcaStringActuator.d.ts +7 -8
  326. package/src/controller/ControlClasses/OcaStringActuator.js +7 -8
  327. package/src/controller/ControlClasses/OcaStringSensor.d.ts +20 -9
  328. package/src/controller/ControlClasses/OcaStringSensor.js +23 -13
  329. package/src/controller/ControlClasses/OcaSubscriptionManager.d.ts +211 -41
  330. package/src/controller/ControlClasses/OcaSubscriptionManager.js +224 -39
  331. package/src/controller/ControlClasses/OcaSummingPoint.d.ts +3 -2
  332. package/src/controller/ControlClasses/OcaSummingPoint.js +4 -3
  333. package/src/controller/ControlClasses/OcaSwitch.d.ts +70 -25
  334. package/src/controller/ControlClasses/OcaSwitch.js +113 -35
  335. package/src/controller/ControlClasses/OcaTaskAgent.d.ts +192 -0
  336. package/src/controller/ControlClasses/OcaTaskAgent.js +212 -0
  337. package/src/controller/ControlClasses/OcaTaskManager.d.ts +4 -6
  338. package/src/controller/ControlClasses/OcaTaskManager.js +7 -9
  339. package/src/controller/ControlClasses/OcaTaskScheduler.d.ts +150 -0
  340. package/src/controller/ControlClasses/OcaTaskScheduler.js +159 -0
  341. package/src/controller/ControlClasses/OcaTemperatureActuator.d.ts +3 -5
  342. package/src/controller/ControlClasses/OcaTemperatureActuator.js +4 -6
  343. package/src/controller/ControlClasses/OcaTemperatureSensor.d.ts +2 -3
  344. package/src/controller/ControlClasses/OcaTemperatureSensor.js +3 -4
  345. package/src/controller/ControlClasses/OcaTimeIntervalSensor.d.ts +1 -2
  346. package/src/controller/ControlClasses/OcaTimeIntervalSensor.js +2 -3
  347. package/src/controller/ControlClasses/OcaTimeSource.d.ts +108 -37
  348. package/src/controller/ControlClasses/OcaTimeSource.js +148 -48
  349. package/src/controller/ControlClasses/OcaUint16Actuator.d.ts +3 -5
  350. package/src/controller/ControlClasses/OcaUint16Actuator.js +4 -6
  351. package/src/controller/ControlClasses/OcaUint16Sensor.d.ts +2 -3
  352. package/src/controller/ControlClasses/OcaUint16Sensor.js +3 -4
  353. package/src/controller/ControlClasses/OcaUint32Actuator.d.ts +3 -5
  354. package/src/controller/ControlClasses/OcaUint32Actuator.js +4 -6
  355. package/src/controller/ControlClasses/OcaUint32Sensor.d.ts +2 -3
  356. package/src/controller/ControlClasses/OcaUint32Sensor.js +3 -4
  357. package/src/controller/ControlClasses/OcaUint64Actuator.d.ts +3 -5
  358. package/src/controller/ControlClasses/OcaUint64Actuator.js +4 -6
  359. package/src/controller/ControlClasses/OcaUint64Sensor.d.ts +2 -3
  360. package/src/controller/ControlClasses/OcaUint64Sensor.js +3 -4
  361. package/src/controller/ControlClasses/OcaUint8Actuator.d.ts +3 -5
  362. package/src/controller/ControlClasses/OcaUint8Actuator.js +4 -6
  363. package/src/controller/ControlClasses/OcaUint8Sensor.d.ts +2 -3
  364. package/src/controller/ControlClasses/OcaUint8Sensor.js +3 -4
  365. package/src/controller/ControlClasses/OcaVoltageSensor.d.ts +2 -3
  366. package/src/controller/ControlClasses/OcaVoltageSensor.js +3 -4
  367. package/src/controller/ControlClasses/OcaWorker.d.ts +84 -37
  368. package/src/controller/ControlClasses/OcaWorker.js +93 -43
  369. package/src/controller/base_event.js +73 -23
  370. package/src/controller/client_connection.d.ts +26 -0
  371. package/src/controller/client_connection.js +43 -10
  372. package/src/controller/event.js +17 -20
  373. package/src/controller/make_control_class.js +3 -1
  374. package/src/controller/notification_error.d.ts +40 -0
  375. package/src/controller/notification_error.js +62 -0
  376. package/src/controller/observeProperty.js +9 -9
  377. package/src/controller/property_event.js +18 -10
  378. package/src/controller/property_sync.js +18 -26
  379. package/src/controller/remote_device.js +137 -49
  380. package/src/index.default.d.ts +3 -0
  381. package/src/index.default.js +3 -0
  382. package/src/timeout_error.d.ts +3 -0
  383. package/src/timeout_error.js +9 -0
  384. package/src/types/Enum.js +8 -0
  385. package/src/types/OcaActionObjectSearchResult.d.ts +73 -0
  386. package/src/types/OcaActionObjectSearchResult.js +34 -0
  387. package/src/types/OcaActionObjectSearchResultFlags.d.ts +37 -0
  388. package/src/types/OcaActionObjectSearchResultFlags.js +52 -0
  389. package/src/types/OcaApplicationNetworkCommand.d.ts +1 -19
  390. package/src/types/OcaApplicationNetworkCommand.js +0 -24
  391. package/src/types/OcaApplicationNetworkState.d.ts +1 -37
  392. package/src/types/OcaApplicationNetworkState.js +0 -48
  393. package/src/types/OcaBlockConfigurability.d.ts +26 -0
  394. package/src/types/OcaBlockConfigurability.js +35 -0
  395. package/src/types/OcaClassicalFilterShape.d.ts +1 -1
  396. package/src/types/OcaClassicalFilterShape.js +1 -1
  397. package/src/types/OcaCommand.d.ts +44 -0
  398. package/src/types/OcaCommand.js +25 -0
  399. package/src/types/OcaCommandResult.d.ts +42 -0
  400. package/src/types/OcaCommandResult.js +24 -0
  401. package/src/types/OcaCommandSetResult.d.ts +41 -0
  402. package/src/types/OcaCommandSetResult.js +23 -0
  403. package/src/types/OcaConstructionParameter.d.ts +40 -0
  404. package/src/types/OcaConstructionParameter.js +23 -0
  405. package/src/types/OcaCounter.d.ts +81 -0
  406. package/src/types/OcaCounter.js +38 -0
  407. package/src/types/OcaCounterNotifierFilterParameters.d.ts +81 -0
  408. package/src/types/OcaCounterNotifierFilterParameters.js +37 -0
  409. package/src/types/OcaCounterSet.d.ts +38 -0
  410. package/src/types/OcaCounterSet.js +22 -0
  411. package/src/types/OcaCounterUpdate.d.ts +54 -0
  412. package/src/types/OcaCounterUpdate.js +28 -0
  413. package/src/types/OcaCounterUpdateEventData.d.ts +27 -0
  414. package/src/types/OcaCounterUpdateEventData.js +17 -0
  415. package/src/types/OcaDatasetSearchResult.d.ts +51 -0
  416. package/src/types/OcaDatasetSearchResult.js +28 -0
  417. package/src/types/OcaDelayUnit.d.ts +2 -1
  418. package/src/types/OcaDelayUnit.js +2 -1
  419. package/src/types/OcaDelayValue.d.ts +2 -1
  420. package/src/types/OcaDelayValue.js +2 -1
  421. package/src/types/OcaDeviceGenericState.d.ts +62 -0
  422. package/src/types/OcaDeviceGenericState.js +52 -0
  423. package/src/types/OcaDeviceOperationalState.d.ts +42 -0
  424. package/src/types/OcaDeviceOperationalState.js +22 -0
  425. package/src/types/OcaDeviceState.d.ts +2 -2
  426. package/src/types/OcaDeviceState.js +2 -2
  427. package/src/types/OcaExecutableType.d.ts +50 -0
  428. package/src/types/OcaExecutableType.js +36 -0
  429. package/src/types/OcaGenericEndState.d.ts +56 -0
  430. package/src/types/OcaGenericEndState.js +44 -0
  431. package/src/types/OcaGlobalTypeIdentifier.d.ts +12 -12
  432. package/src/types/OcaGlobalTypeIdentifier.js +8 -7
  433. package/src/types/OcaGroupException.d.ts +53 -0
  434. package/src/types/OcaGroupException.js +28 -0
  435. package/src/types/OcaGrouperCitizen.d.ts +10 -10
  436. package/src/types/OcaGrouperCitizen.js +6 -6
  437. package/src/types/OcaGrouperEnrollment.d.ts +4 -9
  438. package/src/types/OcaGrouperEnrollment.js +3 -5
  439. package/src/types/OcaGrouperGroup.d.ts +9 -9
  440. package/src/types/OcaGrouperGroup.js +5 -5
  441. package/src/types/OcaGrouperMode.d.ts +4 -3
  442. package/src/types/OcaGrouperMode.js +4 -3
  443. package/src/types/OcaGrouperStatusChangeEventData.d.ts +2 -2
  444. package/src/types/OcaGrouperStatusChangeEventData.js +2 -2
  445. package/src/types/OcaGrouperStatusChangeType.d.ts +1 -1
  446. package/src/types/OcaGrouperStatusChangeType.js +1 -1
  447. package/src/types/OcaIODirection.d.ts +39 -0
  448. package/src/types/OcaIODirection.js +28 -0
  449. package/src/types/OcaIP4AutoconfigMode.d.ts +56 -0
  450. package/src/types/OcaIP4AutoconfigMode.js +44 -0
  451. package/src/types/OcaIP4Gateway.d.ts +53 -0
  452. package/src/types/OcaIP4Gateway.js +27 -0
  453. package/src/types/OcaIP4NetworkSettings.d.ts +111 -0
  454. package/src/types/OcaIP4NetworkSettings.js +56 -0
  455. package/src/types/OcaIP6AutoconfigMode.d.ts +56 -0
  456. package/src/types/OcaIP6AutoconfigMode.js +44 -0
  457. package/src/types/OcaIP6Gateway.d.ts +53 -0
  458. package/src/types/OcaIP6Gateway.js +27 -0
  459. package/src/types/OcaIP6NetworkSettings.d.ts +123 -0
  460. package/src/types/OcaIP6NetworkSettings.js +61 -0
  461. package/src/types/OcaInterval.d.ts +8 -0
  462. package/src/types/OcaInterval.js +84 -0
  463. package/src/types/OcaIntervalBounds.d.ts +41 -0
  464. package/src/types/OcaIntervalBounds.js +53 -0
  465. package/src/types/OcaJobDisposedEventData.d.ts +57 -0
  466. package/src/types/OcaJobDisposedEventData.js +28 -0
  467. package/src/types/OcaJobDisposition.d.ts +68 -0
  468. package/src/types/OcaJobDisposition.js +60 -0
  469. package/src/types/OcaJobQueueItem.d.ts +105 -0
  470. package/src/types/OcaJobQueueItem.js +44 -0
  471. package/src/types/OcaLibVolType.d.ts +2 -4
  472. package/src/types/OcaLibVolType.js +1 -2
  473. package/src/types/OcaLockState.d.ts +50 -0
  474. package/src/types/OcaLockState.js +36 -0
  475. package/src/types/OcaLogFilter.d.ts +70 -0
  476. package/src/types/OcaLogFilter.js +33 -0
  477. package/src/types/OcaLogRecord.d.ts +85 -0
  478. package/src/types/OcaLogRecord.js +40 -0
  479. package/src/types/OcaManagerDefaultObjectNumbers.d.ts +7 -0
  480. package/src/types/OcaManagerDefaultObjectNumbers.js +7 -0
  481. package/src/types/OcaManagerDescriptor.d.ts +11 -9
  482. package/src/types/OcaManagerDescriptor.js +6 -5
  483. package/src/types/OcaManufacturer.d.ts +87 -0
  484. package/src/types/OcaManufacturer.js +47 -0
  485. package/src/types/OcaMatrixCommand.d.ts +61 -0
  486. package/src/types/OcaMatrixCommand.js +29 -0
  487. package/src/types/OcaMatrixCoordinates.d.ts +38 -0
  488. package/src/types/OcaMatrixCoordinates.js +23 -0
  489. package/src/types/OcaMediaAccessMode.d.ts +50 -0
  490. package/src/types/OcaMediaAccessMode.js +36 -0
  491. package/src/types/OcaMediaClockAvailability.d.ts +1 -1
  492. package/src/types/OcaMediaClockAvailability.js +1 -1
  493. package/src/types/OcaMediaClockRate.d.ts +7 -7
  494. package/src/types/OcaMediaClockRate.js +4 -4
  495. package/src/types/OcaMediaConnection.d.ts +2 -2
  496. package/src/types/OcaMediaConnection.js +1 -1
  497. package/src/types/OcaMediaFrameFormat.d.ts +74 -0
  498. package/src/types/OcaMediaFrameFormat.js +68 -0
  499. package/src/types/OcaMediaPlayOption.d.ts +50 -0
  500. package/src/types/OcaMediaPlayOption.js +36 -0
  501. package/src/types/OcaMediaRecorderPlayerState.d.ts +62 -0
  502. package/src/types/OcaMediaRecorderPlayerState.js +52 -0
  503. package/src/types/OcaMediaStreamCastMode.d.ts +3 -3
  504. package/src/types/OcaMediaStreamCastMode.js +3 -3
  505. package/src/types/OcaMediaStreamEndpoint.d.ts +238 -0
  506. package/src/types/OcaMediaStreamEndpoint.js +114 -0
  507. package/src/types/OcaMediaStreamEndpointCommand.d.ts +80 -0
  508. package/src/types/OcaMediaStreamEndpointCommand.js +76 -0
  509. package/src/types/OcaMediaStreamEndpointState.d.ts +68 -0
  510. package/src/types/OcaMediaStreamEndpointState.js +60 -0
  511. package/src/types/OcaMediaStreamEndpointStatus.d.ts +44 -0
  512. package/src/types/OcaMediaStreamEndpointStatus.js +23 -0
  513. package/src/types/OcaMediaStreamMode.d.ts +83 -0
  514. package/src/types/OcaMediaStreamMode.js +43 -0
  515. package/src/types/OcaMediaStreamModeCapability.d.ts +167 -0
  516. package/src/types/OcaMediaStreamModeCapability.js +81 -0
  517. package/src/types/OcaMediaStreamModeCapabilityDirection.d.ts +21 -0
  518. package/src/types/OcaMediaStreamModeCapabilityDirection.js +27 -0
  519. package/src/types/OcaMediaTrackFunction.d.ts +27 -0
  520. package/src/types/OcaMediaTrackFunction.js +36 -0
  521. package/src/types/OcaMediaTransportSession.d.ts +119 -0
  522. package/src/types/OcaMediaTransportSession.js +58 -0
  523. package/src/types/OcaMediaTransportSessionConnection.d.ts +63 -0
  524. package/src/types/OcaMediaTransportSessionConnection.js +32 -0
  525. package/src/types/OcaMediaTransportSessionConnectionState.d.ts +47 -0
  526. package/src/types/OcaMediaTransportSessionConnectionState.js +24 -0
  527. package/src/types/OcaMediaTransportSessionState.d.ts +62 -0
  528. package/src/types/OcaMediaTransportSessionState.js +52 -0
  529. package/src/types/OcaMediaTransportSessionStatus.d.ts +43 -0
  530. package/src/types/OcaMediaTransportSessionStatus.js +23 -0
  531. package/src/types/OcaMediaTransportTimingParameters.d.ts +54 -0
  532. package/src/types/OcaMediaTransportTimingParameters.js +31 -0
  533. package/src/types/OcaMediaVolumePosition.d.ts +46 -0
  534. package/src/types/OcaMediaVolumePosition.js +23 -0
  535. package/src/types/OcaMediaVolumePositionType.d.ts +44 -0
  536. package/src/types/OcaMediaVolumePositionType.js +28 -0
  537. package/src/types/OcaModelGUID.d.ts +0 -1
  538. package/src/types/OcaModelGUID.js +0 -1
  539. package/src/types/OcaNetworkAdvertisingMechanism.d.ts +43 -0
  540. package/src/types/OcaNetworkAdvertisingMechanism.js +23 -0
  541. package/src/types/OcaNetworkAdvertisingService.d.ts +56 -0
  542. package/src/types/OcaNetworkAdvertisingService.js +44 -0
  543. package/src/types/OcaNetworkInterfaceAssignment.d.ts +99 -0
  544. package/src/types/OcaNetworkInterfaceAssignment.js +51 -0
  545. package/src/types/OcaNetworkInterfaceCommand.d.ts +50 -0
  546. package/src/types/OcaNetworkInterfaceCommand.js +36 -0
  547. package/src/types/OcaNetworkInterfaceState.d.ts +50 -0
  548. package/src/types/OcaNetworkInterfaceState.js +36 -0
  549. package/src/types/OcaNetworkInterfaceStatus.d.ts +42 -0
  550. package/src/types/OcaNetworkInterfaceStatus.js +22 -0
  551. package/src/types/OcaNotificationDeliveryMode.d.ts +13 -1
  552. package/src/types/OcaNotificationDeliveryMode.js +17 -1
  553. package/src/types/OcaOPath.d.ts +16 -2
  554. package/src/types/OcaOPath.js +8 -1
  555. package/src/types/OcaObjectListEventData.d.ts +2 -2
  556. package/src/types/OcaObjectListEventData.js +2 -2
  557. package/src/types/OcaObjectSearchResult.d.ts +4 -83
  558. package/src/types/OcaObjectSearchResult.js +2 -37
  559. package/src/types/OcaObjectSearchResultFlags.d.ts +4 -33
  560. package/src/types/OcaObjectSearchResultFlags.js +2 -48
  561. package/src/types/OcaObservationEventData.d.ts +2 -2
  562. package/src/types/OcaObservationEventData.js +2 -2
  563. package/src/types/OcaObservationListEventData.d.ts +2 -2
  564. package/src/types/OcaObservationListEventData.js +2 -2
  565. package/src/types/OcaObserverState.d.ts +1 -1
  566. package/src/types/OcaObserverState.js +1 -1
  567. package/src/types/OcaParameterMask.d.ts +81 -1
  568. package/src/types/OcaParameterMask.js +131 -1
  569. package/src/types/OcaPort.d.ts +7 -5
  570. package/src/types/OcaPort.js +4 -3
  571. package/src/types/OcaPortClockMapEntry.d.ts +42 -0
  572. package/src/types/OcaPortClockMapEntry.js +23 -0
  573. package/src/types/OcaPortID.d.ts +12 -10
  574. package/src/types/OcaPortID.js +7 -6
  575. package/src/types/OcaPortIdentification.d.ts +39 -0
  576. package/src/types/OcaPortIdentification.js +23 -0
  577. package/src/types/OcaPortMode.d.ts +4 -36
  578. package/src/types/OcaPortMode.js +2 -25
  579. package/src/types/OcaPositionDescriptor.d.ts +6 -6
  580. package/src/types/OcaPositionDescriptor.js +2 -2
  581. package/src/types/OcaPositionDescriptorFieldFlags.d.ts +33 -3
  582. package/src/types/OcaPositionDescriptorFieldFlags.js +53 -3
  583. package/src/types/OcaPowerSupplyState.d.ts +1 -1
  584. package/src/types/OcaPowerSupplyState.js +1 -1
  585. package/src/types/OcaProduct.d.ts +92 -0
  586. package/src/types/OcaProduct.js +42 -0
  587. package/src/types/OcaProgramResult.d.ts +39 -0
  588. package/src/types/OcaProgramResult.js +22 -0
  589. package/src/types/OcaProgramRunMode.d.ts +24 -0
  590. package/src/types/OcaProgramRunMode.js +30 -0
  591. package/src/types/OcaProperty.d.ts +2 -2
  592. package/src/types/OcaProperty.js +2 -2
  593. package/src/types/OcaProtoObjectIdentification.d.ts +1 -1
  594. package/src/types/OcaProtoObjectIdentification.js +1 -1
  595. package/src/types/OcaProtoPort.d.ts +16 -18
  596. package/src/types/OcaProtoPort.js +6 -8
  597. package/src/types/OcaProtoPortClockMapEntry.d.ts +46 -0
  598. package/src/types/OcaProtoPortClockMapEntry.js +25 -0
  599. package/src/types/OcaProtoSignalPath.d.ts +12 -10
  600. package/src/types/OcaProtoSignalPath.js +7 -6
  601. package/src/types/OcaRamperState.d.ts +19 -18
  602. package/src/types/OcaRamperState.js +19 -18
  603. package/src/types/OcaResetCause.d.ts +7 -1
  604. package/src/types/OcaResetCause.js +8 -0
  605. package/src/types/OcaSamplingRateConverterType.d.ts +50 -0
  606. package/src/types/OcaSamplingRateConverterType.js +36 -0
  607. package/src/types/OcaSecurityType.d.ts +39 -0
  608. package/src/types/OcaSecurityType.js +28 -0
  609. package/src/types/OcaSignalPath.d.ts +10 -10
  610. package/src/types/OcaSignalPath.js +6 -6
  611. package/src/types/OcaStatus.d.ts +19 -1
  612. package/src/types/OcaStatus.js +24 -0
  613. package/src/types/OcaStream.d.ts +2 -2
  614. package/src/types/OcaStream.js +1 -1
  615. package/src/types/OcaTask.d.ts +23 -24
  616. package/src/types/OcaTask.js +7 -7
  617. package/src/types/OcaTaskCommand.d.ts +2 -7
  618. package/src/types/OcaTaskCommand.js +2 -9
  619. package/src/types/OcaTaskExecutionTerminatedEventData.d.ts +64 -0
  620. package/src/types/OcaTaskExecutionTerminatedEventData.js +30 -0
  621. package/src/types/OcaTaskGenericState.d.ts +64 -0
  622. package/src/types/OcaTaskGenericState.js +54 -0
  623. package/src/types/OcaTaskManagerState.d.ts +1 -0
  624. package/src/types/OcaTaskManagerState.js +1 -0
  625. package/src/types/OcaTaskOperationalState.d.ts +43 -0
  626. package/src/types/OcaTaskOperationalState.js +22 -0
  627. package/src/types/OcaTaskSchedulerState.d.ts +63 -0
  628. package/src/types/OcaTaskSchedulerState.js +53 -0
  629. package/src/types/OcaTaskStatus.d.ts +2 -12
  630. package/src/types/OcaTaskStatus.js +2 -12
  631. package/src/types/OcaTaskStatusChangedEventData.d.ts +61 -0
  632. package/src/types/OcaTaskStatusChangedEventData.js +29 -0
  633. package/src/types/OcaTime.d.ts +56 -0
  634. package/src/types/OcaTime.js +32 -0
  635. package/src/types/OcaTimeDeliveryMechanism.d.ts +167 -0
  636. package/src/types/OcaTimeDeliveryMechanism.js +191 -0
  637. package/src/types/OcaTimeDeliveryParameters_StreamEndpoint.d.ts +40 -0
  638. package/src/types/OcaTimeDeliveryParameters_StreamEndpoint.js +24 -0
  639. package/src/types/OcaTimePTP.d.ts +4 -51
  640. package/src/types/OcaTimePTP.js +2 -28
  641. package/src/types/OcaTimeReferenceType.d.ts +7 -13
  642. package/src/types/OcaTimeReferenceType.js +6 -14
  643. package/src/types/OcaTimeSourceAvailability.d.ts +1 -1
  644. package/src/types/OcaTimeSourceAvailability.js +1 -1
  645. package/src/types/OcaTimeSourceSyncStatus.d.ts +1 -1
  646. package/src/types/OcaTimeSourceSyncStatus.js +1 -1
  647. package/src/types/OcaTransferFunction.d.ts +1 -1
  648. package/src/types/OcaTransferFunction.js +1 -1
  649. package/src/types/OcaTypedBlob.d.ts +40 -0
  650. package/src/types/OcaTypedBlob.js +24 -0
  651. package/src/types/OcaVariant.d.ts +19 -0
  652. package/src/types/OcaVariant.js +18 -0
  653. package/src/types/OcaWhenPhysicalAbsolute.d.ts +39 -0
  654. package/src/types/OcaWhenPhysicalAbsolute.js +22 -0
  655. package/src/types/OcaWhenPhysicalRelative.d.ts +39 -0
  656. package/src/types/OcaWhenPhysicalRelative.js +22 -0
@@ -0,0 +1,119 @@
1
+ /*
2
+ * This file has been generated.
3
+ */
4
+ import {
5
+ IOcaMediaTransportSessionConnection,
6
+ OcaMediaTransportSessionConnection,
7
+ } from './OcaMediaTransportSessionConnection';
8
+ import {
9
+ IOcaMediaTransportSessionConnectionState,
10
+ OcaMediaTransportSessionConnectionState,
11
+ } from './OcaMediaTransportSessionConnectionState';
12
+
13
+ export declare interface IOcaMediaTransportSession {
14
+ /**
15
+ * Internal ID, unique within OcaTransportSessionControlAgent instance.
16
+ * @type number
17
+ */
18
+ IDInternal: number;
19
+
20
+ /**
21
+ * External ID, i.e. the ID that is published to the network. Format is
22
+ * Adaptation-specific.
23
+ * @type Uint8Array
24
+ */
25
+ IDExternal: Uint8Array;
26
+
27
+ /**
28
+ * Arbitrary text label - not programmatically significant.
29
+ * @type string
30
+ */
31
+ UserLabel: string;
32
+
33
+ /**
34
+ * TRUE if and only if media streaming is allowed. If set to FALSE, does not
35
+ * cause disconnection.
36
+ * @type boolean
37
+ */
38
+ StreamingEnabled: boolean;
39
+
40
+ /**
41
+ * Adaptation-specific data.
42
+ * @type Uint8Array
43
+ */
44
+ AdaptationData: Uint8Array;
45
+
46
+ /**
47
+ * This session's stream connections.
48
+ * @type OcaMediaTransportSessionConnection[]
49
+ */
50
+ Connections: IOcaMediaTransportSessionConnection[];
51
+
52
+ /**
53
+ * State(s) of session's connection(s). Map key is connection ID.
54
+ * @type Map<number, OcaMediaTransportSessionConnectionState>
55
+ */
56
+ ConnectionStates: Map<number, IOcaMediaTransportSessionConnectionState>;
57
+ }
58
+
59
+ export declare class OcaMediaTransportSession
60
+ implements IOcaMediaTransportSession {
61
+ /**
62
+ * Container of all the Media Transport Sessions belonging to a Media
63
+ * Transport Session control Agent.
64
+ * @class OcaMediaTransportSession
65
+ */
66
+ constructor(
67
+ IDInternal: number,
68
+ IDExternal: Uint8Array,
69
+ UserLabel: string,
70
+ StreamingEnabled: boolean,
71
+ AdaptationData: Uint8Array,
72
+ Connections: OcaMediaTransportSessionConnection[],
73
+ ConnectionStates: Map<number, OcaMediaTransportSessionConnectionState>
74
+ );
75
+
76
+ /**
77
+ * Internal ID, unique within OcaTransportSessionControlAgent instance.
78
+ * @type number
79
+ */
80
+ IDInternal: number;
81
+
82
+ /**
83
+ * External ID, i.e. the ID that is published to the network. Format is
84
+ * Adaptation-specific.
85
+ * @type Uint8Array
86
+ */
87
+ IDExternal: Uint8Array;
88
+
89
+ /**
90
+ * Arbitrary text label - not programmatically significant.
91
+ * @type string
92
+ */
93
+ UserLabel: string;
94
+
95
+ /**
96
+ * TRUE if and only if media streaming is allowed. If set to FALSE, does not
97
+ * cause disconnection.
98
+ * @type boolean
99
+ */
100
+ StreamingEnabled: boolean;
101
+
102
+ /**
103
+ * Adaptation-specific data.
104
+ * @type Uint8Array
105
+ */
106
+ AdaptationData: Uint8Array;
107
+
108
+ /**
109
+ * This session's stream connections.
110
+ * @type OcaMediaTransportSessionConnection[]
111
+ */
112
+ Connections: OcaMediaTransportSessionConnection[];
113
+
114
+ /**
115
+ * State(s) of session's connection(s). Map key is connection ID.
116
+ * @type Map<number, OcaMediaTransportSessionConnectionState>
117
+ */
118
+ ConnectionStates: Map<number, OcaMediaTransportSessionConnectionState>;
119
+ }
@@ -0,0 +1,58 @@
1
+ /*
2
+ * This file has been generated.
3
+ */
4
+
5
+ export class OcaMediaTransportSession {
6
+ /**
7
+ * Container of all the Media Transport Sessions belonging to a Media
8
+ * Transport Session control Agent.
9
+ * @class OcaMediaTransportSession
10
+ */
11
+ constructor(
12
+ IDInternal,
13
+ IDExternal,
14
+ UserLabel,
15
+ StreamingEnabled,
16
+ AdaptationData,
17
+ Connections,
18
+ ConnectionStates
19
+ ) {
20
+ /**
21
+ * Internal ID, unique within OcaTransportSessionControlAgent instance.
22
+ * @type number
23
+ */
24
+ this.IDInternal = IDInternal;
25
+ /**
26
+ * External ID, i.e. the ID that is published to the network. Format is
27
+ * Adaptation-specific.
28
+ * @type Uint8Array
29
+ */
30
+ this.IDExternal = IDExternal;
31
+ /**
32
+ * Arbitrary text label - not programmatically significant.
33
+ * @type string
34
+ */
35
+ this.UserLabel = UserLabel;
36
+ /**
37
+ * TRUE if and only if media streaming is allowed. If set to FALSE, does not
38
+ * cause disconnection.
39
+ * @type boolean
40
+ */
41
+ this.StreamingEnabled = StreamingEnabled;
42
+ /**
43
+ * Adaptation-specific data.
44
+ * @type Uint8Array
45
+ */
46
+ this.AdaptationData = AdaptationData;
47
+ /**
48
+ * This session's stream connections.
49
+ * @type OcaMediaTransportSessionConnection[]
50
+ */
51
+ this.Connections = Connections;
52
+ /**
53
+ * State(s) of session's connection(s). Map key is connection ID.
54
+ * @type Map<number, OcaMediaTransportSessionConnectionState>
55
+ */
56
+ this.ConnectionStates = ConnectionStates;
57
+ }
58
+ }
@@ -0,0 +1,63 @@
1
+ /*
2
+ * This file has been generated.
3
+ */
4
+
5
+ export declare interface IOcaMediaTransportSessionConnection {
6
+ /**
7
+ * Local ID of this connection, unique within OcaMediaTransportSession
8
+ * instance.
9
+ * @type number
10
+ */
11
+ ID: number;
12
+
13
+ /**
14
+ * Value of the **IDInternal** property of the **OcaMediaStreamEndpoint**
15
+ * descriptor that applies to the local endpoint of the connection.
16
+ * @type number
17
+ */
18
+ LocalEndpointID: number;
19
+
20
+ /**
21
+ * External ID of the remote endpoint of the connection. Typically, this will
22
+ * be the value of the **IDexternal** property of the applicable
23
+ * **OcaMediaStreamEndpoint** descriptor in the remote device.
24
+ * @type Uint8Array
25
+ */
26
+ RemoteEndpointID: Uint8Array;
27
+ }
28
+
29
+ export declare class OcaMediaTransportSessionConnection
30
+ implements IOcaMediaTransportSessionConnection {
31
+ /**
32
+ * A Media Stream connection belonging to an **OcaMediaTransportSession**
33
+ * instance.
34
+ * @class OcaMediaTransportSessionConnection
35
+ */
36
+ constructor(
37
+ ID: number,
38
+ LocalEndpointID: number,
39
+ RemoteEndpointID: Uint8Array
40
+ );
41
+
42
+ /**
43
+ * Local ID of this connection, unique within OcaMediaTransportSession
44
+ * instance.
45
+ * @type number
46
+ */
47
+ ID: number;
48
+
49
+ /**
50
+ * Value of the **IDInternal** property of the **OcaMediaStreamEndpoint**
51
+ * descriptor that applies to the local endpoint of the connection.
52
+ * @type number
53
+ */
54
+ LocalEndpointID: number;
55
+
56
+ /**
57
+ * External ID of the remote endpoint of the connection. Typically, this will
58
+ * be the value of the **IDexternal** property of the applicable
59
+ * **OcaMediaStreamEndpoint** descriptor in the remote device.
60
+ * @type Uint8Array
61
+ */
62
+ RemoteEndpointID: Uint8Array;
63
+ }
@@ -0,0 +1,32 @@
1
+ /*
2
+ * This file has been generated.
3
+ */
4
+
5
+ export class OcaMediaTransportSessionConnection {
6
+ /**
7
+ * A Media Stream connection belonging to an **OcaMediaTransportSession**
8
+ * instance.
9
+ * @class OcaMediaTransportSessionConnection
10
+ */
11
+ constructor(ID, LocalEndpointID, RemoteEndpointID) {
12
+ /**
13
+ * Local ID of this connection, unique within OcaMediaTransportSession
14
+ * instance.
15
+ * @type number
16
+ */
17
+ this.ID = ID;
18
+ /**
19
+ * Value of the **IDInternal** property of the **OcaMediaStreamEndpoint**
20
+ * descriptor that applies to the local endpoint of the connection.
21
+ * @type number
22
+ */
23
+ this.LocalEndpointID = LocalEndpointID;
24
+ /**
25
+ * External ID of the remote endpoint of the connection. Typically, this
26
+ * will be the value of the **IDexternal** property of the applicable
27
+ * **OcaMediaStreamEndpoint** descriptor in the remote device.
28
+ * @type Uint8Array
29
+ */
30
+ this.RemoteEndpointID = RemoteEndpointID;
31
+ }
32
+ }
@@ -0,0 +1,47 @@
1
+ /*
2
+ * This file has been generated.
3
+ */
4
+ import {
5
+ IOcaMediaStreamEndpointState,
6
+ OcaMediaStreamEndpointState,
7
+ } from './OcaMediaStreamEndpointState';
8
+
9
+ export declare interface IOcaMediaTransportSessionConnectionState {
10
+ /**
11
+ * State of local endpoint of a connection.
12
+ * @type OcaMediaStreamEndpointState
13
+ */
14
+ LocalEndpointState: IOcaMediaStreamEndpointState;
15
+
16
+ /**
17
+ * State of remote endpoint of a connection.
18
+ * @type OcaMediaStreamEndpointState
19
+ */
20
+ RemoteEndpointState: IOcaMediaStreamEndpointState;
21
+ }
22
+
23
+ export declare class OcaMediaTransportSessionConnectionState
24
+ implements IOcaMediaTransportSessionConnectionState {
25
+ /**
26
+ * State of a stream connection belonging to an **OcaMediaTransportSession**
27
+ * instance. The state of a stream connection is the union of the states of
28
+ * its two endpoints.
29
+ * @class OcaMediaTransportSessionConnectionState
30
+ */
31
+ constructor(
32
+ LocalEndpointState: OcaMediaStreamEndpointState,
33
+ RemoteEndpointState: OcaMediaStreamEndpointState
34
+ );
35
+
36
+ /**
37
+ * State of local endpoint of a connection.
38
+ * @type OcaMediaStreamEndpointState
39
+ */
40
+ LocalEndpointState: OcaMediaStreamEndpointState;
41
+
42
+ /**
43
+ * State of remote endpoint of a connection.
44
+ * @type OcaMediaStreamEndpointState
45
+ */
46
+ RemoteEndpointState: OcaMediaStreamEndpointState;
47
+ }
@@ -0,0 +1,24 @@
1
+ /*
2
+ * This file has been generated.
3
+ */
4
+
5
+ export class OcaMediaTransportSessionConnectionState {
6
+ /**
7
+ * State of a stream connection belonging to an **OcaMediaTransportSession**
8
+ * instance. The state of a stream connection is the union of the states of
9
+ * its two endpoints.
10
+ * @class OcaMediaTransportSessionConnectionState
11
+ */
12
+ constructor(LocalEndpointState, RemoteEndpointState) {
13
+ /**
14
+ * State of local endpoint of a connection.
15
+ * @type OcaMediaStreamEndpointState
16
+ */
17
+ this.LocalEndpointState = LocalEndpointState;
18
+ /**
19
+ * State of remote endpoint of a connection.
20
+ * @type OcaMediaStreamEndpointState
21
+ */
22
+ this.RemoteEndpointState = RemoteEndpointState;
23
+ }
24
+ }
@@ -0,0 +1,62 @@
1
+ /*
2
+ * This file has been generated.
3
+ */
4
+ /**
5
+ * State of a session
6
+ * @class OcaMediaTransportSessionState
7
+ */
8
+ export class OcaMediaTransportSessionState {
9
+ /**
10
+ * Singleton object corresponding to the entry with value ``1``.
11
+ */
12
+ static Unconfigured: OcaMediaTransportSessionState;
13
+ /**
14
+ * Singleton object corresponding to the entry with value ``2``.
15
+ */
16
+ static Configured: OcaMediaTransportSessionState;
17
+ /**
18
+ * Singleton object corresponding to the entry with value ``3``.
19
+ */
20
+ static ConnectedNotStreaming: OcaMediaTransportSessionState;
21
+ /**
22
+ * Singleton object corresponding to the entry with value ``4``.
23
+ */
24
+ static ConnectedStreaming: OcaMediaTransportSessionState;
25
+ /**
26
+ * Singleton object corresponding to the entry with value ``5``.
27
+ */
28
+ static Error: OcaMediaTransportSessionState;
29
+
30
+ /**
31
+ * Returns the numeric value of this enum entry.
32
+ */
33
+ valueOf(): number;
34
+
35
+ /**
36
+ * Returns the string representation of this enum entry.
37
+ */
38
+ toString(): string;
39
+
40
+ /**
41
+ * Returns the name of an enum entry.
42
+ */
43
+ static getName(value: number): string;
44
+
45
+ /**
46
+ * Returns the value of an enum entry name.
47
+ */
48
+ static getValue(name: string): number;
49
+ }
50
+
51
+ export type IOcaMediaTransportSessionState =
52
+ | OcaMediaTransportSessionState
53
+ | 'Unconfigured'
54
+ | 'Configured'
55
+ | 'ConnectedNotStreaming'
56
+ | 'ConnectedStreaming'
57
+ | 'Error'
58
+ | 1
59
+ | 2
60
+ | 3
61
+ | 4
62
+ | 5;
@@ -0,0 +1,52 @@
1
+ /*
2
+ * This file has been generated.
3
+ */
4
+ import { Enum } from './Enum.js';
5
+
6
+ /**
7
+ * State of a session
8
+ * @class OcaMediaTransportSessionState
9
+ */
10
+ export class OcaMediaTransportSessionState extends Enum({
11
+ Unconfigured: 1,
12
+ Configured: 2,
13
+ ConnectedNotStreaming: 3,
14
+ ConnectedStreaming: 4,
15
+ Error: 5,
16
+ }) {}
17
+
18
+ /**
19
+ * Singleton object corresponding to the entry with value ``1``.
20
+ * @type {OcaMediaTransportSessionState}
21
+ * @member Unconfigured
22
+ * @memberof OcaMediaTransportSessionState
23
+ * @static
24
+ */
25
+ /**
26
+ * Singleton object corresponding to the entry with value ``2``.
27
+ * @type {OcaMediaTransportSessionState}
28
+ * @member Configured
29
+ * @memberof OcaMediaTransportSessionState
30
+ * @static
31
+ */
32
+ /**
33
+ * Singleton object corresponding to the entry with value ``3``.
34
+ * @type {OcaMediaTransportSessionState}
35
+ * @member ConnectedNotStreaming
36
+ * @memberof OcaMediaTransportSessionState
37
+ * @static
38
+ */
39
+ /**
40
+ * Singleton object corresponding to the entry with value ``4``.
41
+ * @type {OcaMediaTransportSessionState}
42
+ * @member ConnectedStreaming
43
+ * @memberof OcaMediaTransportSessionState
44
+ * @static
45
+ */
46
+ /**
47
+ * Singleton object corresponding to the entry with value ``5``.
48
+ * @type {OcaMediaTransportSessionState}
49
+ * @member Error
50
+ * @memberof OcaMediaTransportSessionState
51
+ * @static
52
+ */
@@ -0,0 +1,43 @@
1
+ /*
2
+ * This file has been generated.
3
+ */
4
+ import {
5
+ IOcaMediaTransportSessionState,
6
+ OcaMediaTransportSessionState,
7
+ } from './OcaMediaTransportSessionState';
8
+
9
+ export declare interface IOcaMediaTransportSessionStatus {
10
+ /**
11
+ * Generic state of session
12
+ * @type OcaMediaTransportSessionState
13
+ */
14
+ State: IOcaMediaTransportSessionState;
15
+
16
+ /**
17
+ * Adaptation-dependent state data
18
+ * @type Uint8Array
19
+ */
20
+ AdaptationData: Uint8Array;
21
+ }
22
+
23
+ export declare class OcaMediaTransportSessionStatus
24
+ implements IOcaMediaTransportSessionStatus {
25
+ /**
26
+ * Status of a media transport session. Two parts: a generic part, and an
27
+ * application-specific part.
28
+ * @class OcaMediaTransportSessionStatus
29
+ */
30
+ constructor(State: OcaMediaTransportSessionState, AdaptationData: Uint8Array);
31
+
32
+ /**
33
+ * Generic state of session
34
+ * @type OcaMediaTransportSessionState
35
+ */
36
+ State: OcaMediaTransportSessionState;
37
+
38
+ /**
39
+ * Adaptation-dependent state data
40
+ * @type Uint8Array
41
+ */
42
+ AdaptationData: Uint8Array;
43
+ }
@@ -0,0 +1,23 @@
1
+ /*
2
+ * This file has been generated.
3
+ */
4
+
5
+ export class OcaMediaTransportSessionStatus {
6
+ /**
7
+ * Status of a media transport session. Two parts: a generic part, and an
8
+ * application-specific part.
9
+ * @class OcaMediaTransportSessionStatus
10
+ */
11
+ constructor(State, AdaptationData) {
12
+ /**
13
+ * Generic state of session
14
+ * @type OcaMediaTransportSessionState
15
+ */
16
+ this.State = State;
17
+ /**
18
+ * Adaptation-dependent state data
19
+ * @type Uint8Array
20
+ */
21
+ this.AdaptationData = AdaptationData;
22
+ }
23
+ }
@@ -0,0 +1,54 @@
1
+ /*
2
+ * This file has been generated.
3
+ */
4
+
5
+ export declare interface IOcaMediaTransportTimingParameters {
6
+ /**
7
+ * Minimum receive buffer capacity in floating-point seconds
8
+ * @type number
9
+ */
10
+ MinReceiveBufferCapacity: number;
11
+
12
+ /**
13
+ * Maximum receive buffer capacity in floating-point seconds
14
+ * @type number
15
+ */
16
+ MaxReceiveBufferCapacity: number;
17
+
18
+ /**
19
+ * Transmission time variation in floating-point seconds
20
+ * @type number
21
+ */
22
+ TransmissionTimeVariation: number;
23
+ }
24
+
25
+ export declare class OcaMediaTransportTimingParameters
26
+ implements IOcaMediaTransportTimingParameters {
27
+ /**
28
+ * Media transport application's transport timing parameters
29
+ * @class OcaMediaTransportTimingParameters
30
+ */
31
+ constructor(
32
+ MinReceiveBufferCapacity: number,
33
+ MaxReceiveBufferCapacity: number,
34
+ TransmissionTimeVariation: number
35
+ );
36
+
37
+ /**
38
+ * Minimum receive buffer capacity in floating-point seconds
39
+ * @type number
40
+ */
41
+ MinReceiveBufferCapacity: number;
42
+
43
+ /**
44
+ * Maximum receive buffer capacity in floating-point seconds
45
+ * @type number
46
+ */
47
+ MaxReceiveBufferCapacity: number;
48
+
49
+ /**
50
+ * Transmission time variation in floating-point seconds
51
+ * @type number
52
+ */
53
+ TransmissionTimeVariation: number;
54
+ }
@@ -0,0 +1,31 @@
1
+ /*
2
+ * This file has been generated.
3
+ */
4
+
5
+ export class OcaMediaTransportTimingParameters {
6
+ /**
7
+ * Media transport application's transport timing parameters
8
+ * @class OcaMediaTransportTimingParameters
9
+ */
10
+ constructor(
11
+ MinReceiveBufferCapacity,
12
+ MaxReceiveBufferCapacity,
13
+ TransmissionTimeVariation
14
+ ) {
15
+ /**
16
+ * Minimum receive buffer capacity in floating-point seconds
17
+ * @type number
18
+ */
19
+ this.MinReceiveBufferCapacity = MinReceiveBufferCapacity;
20
+ /**
21
+ * Maximum receive buffer capacity in floating-point seconds
22
+ * @type number
23
+ */
24
+ this.MaxReceiveBufferCapacity = MaxReceiveBufferCapacity;
25
+ /**
26
+ * Transmission time variation in floating-point seconds
27
+ * @type number
28
+ */
29
+ this.TransmissionTimeVariation = TransmissionTimeVariation;
30
+ }
31
+ }
@@ -0,0 +1,46 @@
1
+ /*
2
+ * This file has been generated.
3
+ */
4
+ import {
5
+ IOcaMediaVolumePositionType,
6
+ OcaMediaVolumePositionType,
7
+ } from './OcaMediaVolumePositionType';
8
+
9
+ export declare interface IOcaMediaVolumePosition {
10
+ /**
11
+ * What kind of position specification - samples or seconds.
12
+ * @type OcaMediaVolumePositionType
13
+ */
14
+ PositionType: IOcaMediaVolumePositionType;
15
+
16
+ /**
17
+ * Position - sample count or time in floating-point seconds after start of
18
+ * Media Volume.
19
+ * @type number|BigInt
20
+ */
21
+ Position: number | BigInt;
22
+ }
23
+
24
+ export declare class OcaMediaVolumePosition implements IOcaMediaVolumePosition {
25
+ /**
26
+ * Position within a media volume - samples or seconds.
27
+ * @class OcaMediaVolumePosition
28
+ */
29
+ constructor(
30
+ PositionType: OcaMediaVolumePositionType,
31
+ Position: number | BigInt
32
+ );
33
+
34
+ /**
35
+ * What kind of position specification - samples or seconds.
36
+ * @type OcaMediaVolumePositionType
37
+ */
38
+ PositionType: OcaMediaVolumePositionType;
39
+
40
+ /**
41
+ * Position - sample count or time in floating-point seconds after start of
42
+ * Media Volume.
43
+ * @type number|BigInt
44
+ */
45
+ Position: number | BigInt;
46
+ }
@@ -0,0 +1,23 @@
1
+ /*
2
+ * This file has been generated.
3
+ */
4
+
5
+ export class OcaMediaVolumePosition {
6
+ /**
7
+ * Position within a media volume - samples or seconds.
8
+ * @class OcaMediaVolumePosition
9
+ */
10
+ constructor(PositionType, Position) {
11
+ /**
12
+ * What kind of position specification - samples or seconds.
13
+ * @type OcaMediaVolumePositionType
14
+ */
15
+ this.PositionType = PositionType;
16
+ /**
17
+ * Position - sample count or time in floating-point seconds after start of
18
+ * Media Volume.
19
+ * @type number|BigInt
20
+ */
21
+ this.Position = Position;
22
+ }
23
+ }