aes70 1.6.1 → 2.0.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 (652) hide show
  1. package/COPYING +7 -7
  2. package/Changelog +9 -0
  3. package/README.md +74 -42
  4. package/dist/AES70.es5.js +24520 -1
  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/connection.js +14 -6
  137. package/src/controller/ControlClasses/OcaActuator.d.ts +3 -3
  138. package/src/controller/ControlClasses/OcaActuator.js +4 -4
  139. package/src/controller/ControlClasses/OcaAgent.d.ts +6 -14
  140. package/src/controller/ControlClasses/OcaAgent.js +8 -18
  141. package/src/controller/ControlClasses/OcaApplicationNetwork.d.ts +9 -17
  142. package/src/controller/ControlClasses/OcaApplicationNetwork.js +11 -32
  143. package/src/controller/ControlClasses/OcaAudioLevelSensor.d.ts +4 -7
  144. package/src/controller/ControlClasses/OcaAudioLevelSensor.js +5 -8
  145. package/src/controller/ControlClasses/OcaAudioProcessingManager.d.ts +1 -1
  146. package/src/controller/ControlClasses/OcaAudioProcessingManager.js +2 -2
  147. package/src/controller/ControlClasses/OcaBasicActuator.d.ts +1 -1
  148. package/src/controller/ControlClasses/OcaBasicActuator.js +2 -2
  149. package/src/controller/ControlClasses/OcaBasicSensor.d.ts +1 -1
  150. package/src/controller/ControlClasses/OcaBasicSensor.js +2 -2
  151. package/src/controller/ControlClasses/OcaBitstringActuator.d.ts +34 -13
  152. package/src/controller/ControlClasses/OcaBitstringActuator.js +35 -18
  153. package/src/controller/ControlClasses/OcaBitstringSensor.d.ts +19 -7
  154. package/src/controller/ControlClasses/OcaBitstringSensor.js +22 -12
  155. package/src/controller/ControlClasses/OcaBlock.d.ts +455 -89
  156. package/src/controller/ControlClasses/OcaBlock.js +477 -103
  157. package/src/controller/ControlClasses/OcaBlockFactoryAgent.d.ts +299 -0
  158. package/src/controller/ControlClasses/OcaBlockFactoryAgent.js +360 -0
  159. package/src/controller/ControlClasses/OcaBooleanActuator.d.ts +2 -4
  160. package/src/controller/ControlClasses/OcaBooleanActuator.js +3 -5
  161. package/src/controller/ControlClasses/OcaBooleanSensor.d.ts +2 -3
  162. package/src/controller/ControlClasses/OcaBooleanSensor.js +3 -4
  163. package/src/controller/ControlClasses/OcaCodingManager.js +1 -1
  164. package/src/controller/ControlClasses/OcaCommandSet.d.ts +89 -0
  165. package/src/controller/ControlClasses/OcaCommandSet.js +94 -0
  166. package/src/controller/ControlClasses/OcaCommandSetAgent.d.ts +31 -0
  167. package/src/controller/ControlClasses/OcaCommandSetAgent.js +38 -0
  168. package/src/controller/ControlClasses/OcaCounterNotifier.d.ts +89 -0
  169. package/src/controller/ControlClasses/OcaCounterNotifier.js +101 -0
  170. package/src/controller/ControlClasses/OcaCurrentSensor.d.ts +2 -3
  171. package/src/controller/ControlClasses/OcaCurrentSensor.js +3 -4
  172. package/src/controller/ControlClasses/OcaDataset.d.ts +223 -0
  173. package/src/controller/ControlClasses/OcaDataset.js +234 -0
  174. package/src/controller/ControlClasses/OcaDatasetWorker.d.ts +31 -0
  175. package/src/controller/ControlClasses/OcaDatasetWorker.js +40 -0
  176. package/src/controller/ControlClasses/OcaDelay.d.ts +2 -4
  177. package/src/controller/ControlClasses/OcaDelay.js +3 -5
  178. package/src/controller/ControlClasses/OcaDelayExtended.d.ts +5 -7
  179. package/src/controller/ControlClasses/OcaDelayExtended.js +6 -8
  180. package/src/controller/ControlClasses/OcaDeviceManager.d.ts +123 -62
  181. package/src/controller/ControlClasses/OcaDeviceManager.js +161 -83
  182. package/src/controller/ControlClasses/OcaDeviceTimeManager.d.ts +43 -25
  183. package/src/controller/ControlClasses/OcaDeviceTimeManager.js +43 -28
  184. package/src/controller/ControlClasses/OcaDiagnosticManager.d.ts +1 -13
  185. package/src/controller/ControlClasses/OcaDiagnosticManager.js +3 -16
  186. package/src/controller/ControlClasses/OcaDynamics.d.ts +38 -63
  187. package/src/controller/ControlClasses/OcaDynamics.js +48 -71
  188. package/src/controller/ControlClasses/OcaDynamicsCurve.d.ts +169 -82
  189. package/src/controller/ControlClasses/OcaDynamicsCurve.js +189 -93
  190. package/src/controller/ControlClasses/OcaDynamicsDetector.d.ts +8 -16
  191. package/src/controller/ControlClasses/OcaDynamicsDetector.js +9 -17
  192. package/src/controller/ControlClasses/OcaFilterArbitraryCurve.d.ts +5 -7
  193. package/src/controller/ControlClasses/OcaFilterArbitraryCurve.js +10 -12
  194. package/src/controller/ControlClasses/OcaFilterClassical.d.ts +15 -26
  195. package/src/controller/ControlClasses/OcaFilterClassical.js +15 -27
  196. package/src/controller/ControlClasses/OcaFilterFIR.d.ts +6 -11
  197. package/src/controller/ControlClasses/OcaFilterFIR.js +12 -18
  198. package/src/controller/ControlClasses/OcaFilterParametric.d.ts +55 -26
  199. package/src/controller/ControlClasses/OcaFilterParametric.js +63 -32
  200. package/src/controller/ControlClasses/OcaFilterPolynomial.d.ts +5 -4
  201. package/src/controller/ControlClasses/OcaFilterPolynomial.js +8 -7
  202. package/src/controller/ControlClasses/OcaFirmwareManager.d.ts +6 -11
  203. package/src/controller/ControlClasses/OcaFirmwareManager.js +5 -11
  204. package/src/controller/ControlClasses/OcaFloat32Actuator.d.ts +3 -5
  205. package/src/controller/ControlClasses/OcaFloat32Actuator.js +4 -6
  206. package/src/controller/ControlClasses/OcaFloat32Sensor.d.ts +2 -3
  207. package/src/controller/ControlClasses/OcaFloat32Sensor.js +3 -4
  208. package/src/controller/ControlClasses/OcaFloat64Actuator.d.ts +3 -5
  209. package/src/controller/ControlClasses/OcaFloat64Actuator.js +4 -6
  210. package/src/controller/ControlClasses/OcaFloat64Sensor.d.ts +2 -3
  211. package/src/controller/ControlClasses/OcaFloat64Sensor.js +3 -4
  212. package/src/controller/ControlClasses/OcaFrequencyActuator.d.ts +2 -4
  213. package/src/controller/ControlClasses/OcaFrequencyActuator.js +3 -5
  214. package/src/controller/ControlClasses/OcaFrequencySensor.d.ts +1 -2
  215. package/src/controller/ControlClasses/OcaFrequencySensor.js +2 -3
  216. package/src/controller/ControlClasses/OcaGain.d.ts +2 -4
  217. package/src/controller/ControlClasses/OcaGain.js +3 -5
  218. package/src/controller/ControlClasses/OcaGainSensor.d.ts +2 -3
  219. package/src/controller/ControlClasses/OcaGainSensor.js +3 -4
  220. package/src/controller/ControlClasses/OcaGroup.d.ts +140 -0
  221. package/src/controller/ControlClasses/OcaGroup.js +156 -0
  222. package/src/controller/ControlClasses/OcaGrouper.d.ts +20 -140
  223. package/src/controller/ControlClasses/OcaGrouper.js +34 -171
  224. package/src/controller/ControlClasses/OcaIdentificationActuator.d.ts +5 -7
  225. package/src/controller/ControlClasses/OcaIdentificationActuator.js +7 -9
  226. package/src/controller/ControlClasses/OcaIdentificationSensor.d.ts +5 -6
  227. package/src/controller/ControlClasses/OcaIdentificationSensor.js +6 -7
  228. package/src/controller/ControlClasses/OcaImpedanceSensor.d.ts +2 -3
  229. package/src/controller/ControlClasses/OcaImpedanceSensor.js +3 -4
  230. package/src/controller/ControlClasses/OcaInt16Actuator.d.ts +3 -5
  231. package/src/controller/ControlClasses/OcaInt16Actuator.js +4 -6
  232. package/src/controller/ControlClasses/OcaInt16Sensor.d.ts +2 -3
  233. package/src/controller/ControlClasses/OcaInt16Sensor.js +3 -4
  234. package/src/controller/ControlClasses/OcaInt32Actuator.d.ts +3 -5
  235. package/src/controller/ControlClasses/OcaInt32Actuator.js +4 -6
  236. package/src/controller/ControlClasses/OcaInt32Sensor.d.ts +2 -3
  237. package/src/controller/ControlClasses/OcaInt32Sensor.js +3 -4
  238. package/src/controller/ControlClasses/OcaInt64Actuator.d.ts +3 -5
  239. package/src/controller/ControlClasses/OcaInt64Actuator.js +4 -6
  240. package/src/controller/ControlClasses/OcaInt64Sensor.d.ts +2 -3
  241. package/src/controller/ControlClasses/OcaInt64Sensor.js +3 -4
  242. package/src/controller/ControlClasses/OcaInt8Actuator.d.ts +3 -5
  243. package/src/controller/ControlClasses/OcaInt8Actuator.js +4 -6
  244. package/src/controller/ControlClasses/OcaInt8Sensor.d.ts +2 -3
  245. package/src/controller/ControlClasses/OcaInt8Sensor.js +3 -4
  246. package/src/controller/ControlClasses/OcaJsonActuator.d.ts +46 -0
  247. package/src/controller/ControlClasses/OcaJsonActuator.js +58 -0
  248. package/src/controller/ControlClasses/OcaJsonSensor.d.ts +51 -0
  249. package/src/controller/ControlClasses/OcaJsonSensor.js +65 -0
  250. package/src/controller/ControlClasses/OcaLevelSensor.d.ts +1 -2
  251. package/src/controller/ControlClasses/OcaLevelSensor.js +2 -3
  252. package/src/controller/ControlClasses/OcaLibraryManager.d.ts +1 -1
  253. package/src/controller/ControlClasses/OcaLibraryManager.js +3 -3
  254. package/src/controller/ControlClasses/OcaLockManager.d.ts +44 -0
  255. package/src/controller/ControlClasses/OcaLockManager.js +53 -0
  256. package/src/controller/ControlClasses/OcaLog.d.ts +128 -0
  257. package/src/controller/ControlClasses/OcaLog.js +142 -0
  258. package/src/controller/ControlClasses/OcaManager.js +1 -1
  259. package/src/controller/ControlClasses/OcaMatrix.d.ts +104 -82
  260. package/src/controller/ControlClasses/OcaMatrix.js +121 -93
  261. package/src/controller/ControlClasses/OcaMediaClock.d.ts +27 -0
  262. package/src/controller/ControlClasses/OcaMediaClock.js +28 -4
  263. package/src/controller/ControlClasses/OcaMediaClock3.d.ts +16 -22
  264. package/src/controller/ControlClasses/OcaMediaClock3.js +22 -29
  265. package/src/controller/ControlClasses/OcaMediaClockManager.d.ts +7 -10
  266. package/src/controller/ControlClasses/OcaMediaClockManager.js +9 -13
  267. package/src/controller/ControlClasses/OcaMediaRecorderPlayer.d.ts +235 -0
  268. package/src/controller/ControlClasses/OcaMediaRecorderPlayer.js +261 -0
  269. package/src/controller/ControlClasses/OcaMediaTransportApplication.d.ts +612 -0
  270. package/src/controller/ControlClasses/OcaMediaTransportApplication.js +704 -0
  271. package/src/controller/ControlClasses/OcaMediaTransportNetwork.d.ts +12 -25
  272. package/src/controller/ControlClasses/OcaMediaTransportNetwork.js +12 -35
  273. package/src/controller/ControlClasses/OcaMediaTransportSessionAgent.d.ts +235 -0
  274. package/src/controller/ControlClasses/OcaMediaTransportSessionAgent.js +249 -0
  275. package/src/controller/ControlClasses/OcaMute.d.ts +2 -4
  276. package/src/controller/ControlClasses/OcaMute.js +3 -5
  277. package/src/controller/ControlClasses/OcaNetwork.js +1 -1
  278. package/src/controller/ControlClasses/OcaNetworkApplication.d.ts +179 -0
  279. package/src/controller/ControlClasses/OcaNetworkApplication.js +202 -0
  280. package/src/controller/ControlClasses/OcaNetworkInterface.d.ts +318 -0
  281. package/src/controller/ControlClasses/OcaNetworkInterface.js +353 -0
  282. package/src/controller/ControlClasses/OcaNetworkManager.d.ts +45 -17
  283. package/src/controller/ControlClasses/OcaNetworkManager.js +59 -22
  284. package/src/controller/ControlClasses/OcaNetworkSignalChannel.js +1 -1
  285. package/src/controller/ControlClasses/OcaNumericObserver.d.ts +24 -40
  286. package/src/controller/ControlClasses/OcaNumericObserver.js +25 -40
  287. package/src/controller/ControlClasses/OcaNumericObserverList.d.ts +20 -33
  288. package/src/controller/ControlClasses/OcaNumericObserverList.js +26 -39
  289. package/src/controller/ControlClasses/OcaPanBalance.d.ts +4 -8
  290. package/src/controller/ControlClasses/OcaPanBalance.js +5 -9
  291. package/src/controller/ControlClasses/OcaPhysicalPosition.d.ts +3 -6
  292. package/src/controller/ControlClasses/OcaPhysicalPosition.js +4 -7
  293. package/src/controller/ControlClasses/OcaPolarity.d.ts +2 -4
  294. package/src/controller/ControlClasses/OcaPolarity.js +3 -5
  295. package/src/controller/ControlClasses/OcaPowerManager.d.ts +30 -14
  296. package/src/controller/ControlClasses/OcaPowerManager.js +32 -17
  297. package/src/controller/ControlClasses/OcaPowerSensor.d.ts +38 -0
  298. package/src/controller/ControlClasses/OcaPowerSensor.js +51 -0
  299. package/src/controller/ControlClasses/OcaPowerSupply.d.ts +8 -16
  300. package/src/controller/ControlClasses/OcaPowerSupply.js +13 -21
  301. package/src/controller/ControlClasses/OcaProgram.d.ts +63 -0
  302. package/src/controller/ControlClasses/OcaProgram.js +82 -0
  303. package/src/controller/ControlClasses/OcaRamper.d.ts +46 -10
  304. package/src/controller/ControlClasses/OcaRamper.js +65 -12
  305. package/src/controller/ControlClasses/OcaRoot.d.ts +69 -24
  306. package/src/controller/ControlClasses/OcaRoot.js +67 -26
  307. package/src/controller/ControlClasses/OcaSamplingRateConverter.d.ts +22 -0
  308. package/src/controller/ControlClasses/OcaSamplingRateConverter.js +28 -0
  309. package/src/controller/ControlClasses/OcaSecurityManager.d.ts +12 -13
  310. package/src/controller/ControlClasses/OcaSecurityManager.js +10 -12
  311. package/src/controller/ControlClasses/OcaSensor.d.ts +1 -2
  312. package/src/controller/ControlClasses/OcaSensor.js +2 -3
  313. package/src/controller/ControlClasses/OcaSignalGenerator.d.ts +21 -39
  314. package/src/controller/ControlClasses/OcaSignalGenerator.js +22 -40
  315. package/src/controller/ControlClasses/OcaSignalInput.d.ts +4 -4
  316. package/src/controller/ControlClasses/OcaSignalInput.js +5 -5
  317. package/src/controller/ControlClasses/OcaSignalOutput.d.ts +4 -4
  318. package/src/controller/ControlClasses/OcaSignalOutput.js +5 -5
  319. package/src/controller/ControlClasses/OcaStateSensor.d.ts +58 -0
  320. package/src/controller/ControlClasses/OcaStateSensor.js +75 -0
  321. package/src/controller/ControlClasses/OcaStreamConnector.js +1 -1
  322. package/src/controller/ControlClasses/OcaStreamNetwork.js +1 -1
  323. package/src/controller/ControlClasses/OcaStringActuator.d.ts +7 -8
  324. package/src/controller/ControlClasses/OcaStringActuator.js +7 -8
  325. package/src/controller/ControlClasses/OcaStringSensor.d.ts +20 -9
  326. package/src/controller/ControlClasses/OcaStringSensor.js +23 -13
  327. package/src/controller/ControlClasses/OcaSubscriptionManager.d.ts +211 -41
  328. package/src/controller/ControlClasses/OcaSubscriptionManager.js +224 -39
  329. package/src/controller/ControlClasses/OcaSummingPoint.d.ts +3 -2
  330. package/src/controller/ControlClasses/OcaSummingPoint.js +4 -3
  331. package/src/controller/ControlClasses/OcaSwitch.d.ts +70 -25
  332. package/src/controller/ControlClasses/OcaSwitch.js +113 -35
  333. package/src/controller/ControlClasses/OcaTaskAgent.d.ts +192 -0
  334. package/src/controller/ControlClasses/OcaTaskAgent.js +212 -0
  335. package/src/controller/ControlClasses/OcaTaskManager.d.ts +4 -6
  336. package/src/controller/ControlClasses/OcaTaskManager.js +7 -9
  337. package/src/controller/ControlClasses/OcaTaskScheduler.d.ts +150 -0
  338. package/src/controller/ControlClasses/OcaTaskScheduler.js +159 -0
  339. package/src/controller/ControlClasses/OcaTemperatureActuator.d.ts +3 -5
  340. package/src/controller/ControlClasses/OcaTemperatureActuator.js +4 -6
  341. package/src/controller/ControlClasses/OcaTemperatureSensor.d.ts +2 -3
  342. package/src/controller/ControlClasses/OcaTemperatureSensor.js +3 -4
  343. package/src/controller/ControlClasses/OcaTimeIntervalSensor.d.ts +1 -2
  344. package/src/controller/ControlClasses/OcaTimeIntervalSensor.js +2 -3
  345. package/src/controller/ControlClasses/OcaTimeSource.d.ts +108 -37
  346. package/src/controller/ControlClasses/OcaTimeSource.js +148 -48
  347. package/src/controller/ControlClasses/OcaUint16Actuator.d.ts +3 -5
  348. package/src/controller/ControlClasses/OcaUint16Actuator.js +4 -6
  349. package/src/controller/ControlClasses/OcaUint16Sensor.d.ts +2 -3
  350. package/src/controller/ControlClasses/OcaUint16Sensor.js +3 -4
  351. package/src/controller/ControlClasses/OcaUint32Actuator.d.ts +3 -5
  352. package/src/controller/ControlClasses/OcaUint32Actuator.js +4 -6
  353. package/src/controller/ControlClasses/OcaUint32Sensor.d.ts +2 -3
  354. package/src/controller/ControlClasses/OcaUint32Sensor.js +3 -4
  355. package/src/controller/ControlClasses/OcaUint64Actuator.d.ts +3 -5
  356. package/src/controller/ControlClasses/OcaUint64Actuator.js +4 -6
  357. package/src/controller/ControlClasses/OcaUint64Sensor.d.ts +2 -3
  358. package/src/controller/ControlClasses/OcaUint64Sensor.js +3 -4
  359. package/src/controller/ControlClasses/OcaUint8Actuator.d.ts +3 -5
  360. package/src/controller/ControlClasses/OcaUint8Actuator.js +4 -6
  361. package/src/controller/ControlClasses/OcaUint8Sensor.d.ts +2 -3
  362. package/src/controller/ControlClasses/OcaUint8Sensor.js +3 -4
  363. package/src/controller/ControlClasses/OcaVoltageSensor.d.ts +2 -3
  364. package/src/controller/ControlClasses/OcaVoltageSensor.js +3 -4
  365. package/src/controller/ControlClasses/OcaWorker.d.ts +84 -37
  366. package/src/controller/ControlClasses/OcaWorker.js +93 -43
  367. package/src/controller/base_event.js +71 -23
  368. package/src/controller/client_connection.d.ts +26 -0
  369. package/src/controller/client_connection.js +39 -7
  370. package/src/controller/event.js +17 -20
  371. package/src/controller/make_control_class.js +3 -1
  372. package/src/controller/notification_error.d.ts +40 -0
  373. package/src/controller/notification_error.js +62 -0
  374. package/src/controller/observeProperty.js +8 -8
  375. package/src/controller/property_event.js +18 -10
  376. package/src/controller/remote_device.js +137 -49
  377. package/src/controller/tcp_connection.d.ts +8 -6
  378. package/src/index.default.d.ts +1 -0
  379. package/src/index.default.js +1 -0
  380. package/src/types/Enum.js +8 -0
  381. package/src/types/OcaActionObjectSearchResult.d.ts +73 -0
  382. package/src/types/OcaActionObjectSearchResult.js +34 -0
  383. package/src/types/OcaActionObjectSearchResultFlags.d.ts +37 -0
  384. package/src/types/OcaActionObjectSearchResultFlags.js +52 -0
  385. package/src/types/OcaApplicationNetworkCommand.d.ts +1 -19
  386. package/src/types/OcaApplicationNetworkCommand.js +0 -24
  387. package/src/types/OcaApplicationNetworkState.d.ts +1 -37
  388. package/src/types/OcaApplicationNetworkState.js +0 -48
  389. package/src/types/OcaBlockConfigurability.d.ts +26 -0
  390. package/src/types/OcaBlockConfigurability.js +35 -0
  391. package/src/types/OcaClassicalFilterShape.d.ts +1 -1
  392. package/src/types/OcaClassicalFilterShape.js +1 -1
  393. package/src/types/OcaCommand.d.ts +44 -0
  394. package/src/types/OcaCommand.js +25 -0
  395. package/src/types/OcaCommandResult.d.ts +42 -0
  396. package/src/types/OcaCommandResult.js +24 -0
  397. package/src/types/OcaCommandSetResult.d.ts +41 -0
  398. package/src/types/OcaCommandSetResult.js +23 -0
  399. package/src/types/OcaConstructionParameter.d.ts +40 -0
  400. package/src/types/OcaConstructionParameter.js +23 -0
  401. package/src/types/OcaCounter.d.ts +81 -0
  402. package/src/types/OcaCounter.js +38 -0
  403. package/src/types/OcaCounterNotifierFilterParameters.d.ts +81 -0
  404. package/src/types/OcaCounterNotifierFilterParameters.js +37 -0
  405. package/src/types/OcaCounterSet.d.ts +38 -0
  406. package/src/types/OcaCounterSet.js +22 -0
  407. package/src/types/OcaCounterUpdate.d.ts +54 -0
  408. package/src/types/OcaCounterUpdate.js +28 -0
  409. package/src/types/OcaCounterUpdateEventData.d.ts +27 -0
  410. package/src/types/OcaCounterUpdateEventData.js +17 -0
  411. package/src/types/OcaDatasetSearchResult.d.ts +51 -0
  412. package/src/types/OcaDatasetSearchResult.js +28 -0
  413. package/src/types/OcaDelayUnit.d.ts +2 -1
  414. package/src/types/OcaDelayUnit.js +2 -1
  415. package/src/types/OcaDelayValue.d.ts +2 -1
  416. package/src/types/OcaDelayValue.js +2 -1
  417. package/src/types/OcaDeviceGenericState.d.ts +62 -0
  418. package/src/types/OcaDeviceGenericState.js +52 -0
  419. package/src/types/OcaDeviceOperationalState.d.ts +42 -0
  420. package/src/types/OcaDeviceOperationalState.js +22 -0
  421. package/src/types/OcaDeviceState.d.ts +2 -2
  422. package/src/types/OcaDeviceState.js +2 -2
  423. package/src/types/OcaExecutableType.d.ts +50 -0
  424. package/src/types/OcaExecutableType.js +36 -0
  425. package/src/types/OcaGenericEndState.d.ts +56 -0
  426. package/src/types/OcaGenericEndState.js +44 -0
  427. package/src/types/OcaGlobalTypeIdentifier.d.ts +12 -12
  428. package/src/types/OcaGlobalTypeIdentifier.js +8 -7
  429. package/src/types/OcaGroupException.d.ts +53 -0
  430. package/src/types/OcaGroupException.js +28 -0
  431. package/src/types/OcaGrouperCitizen.d.ts +10 -10
  432. package/src/types/OcaGrouperCitizen.js +6 -6
  433. package/src/types/OcaGrouperEnrollment.d.ts +4 -9
  434. package/src/types/OcaGrouperEnrollment.js +3 -5
  435. package/src/types/OcaGrouperGroup.d.ts +9 -9
  436. package/src/types/OcaGrouperGroup.js +5 -5
  437. package/src/types/OcaGrouperMode.d.ts +4 -3
  438. package/src/types/OcaGrouperMode.js +4 -3
  439. package/src/types/OcaGrouperStatusChangeEventData.d.ts +2 -2
  440. package/src/types/OcaGrouperStatusChangeEventData.js +2 -2
  441. package/src/types/OcaGrouperStatusChangeType.d.ts +1 -1
  442. package/src/types/OcaGrouperStatusChangeType.js +1 -1
  443. package/src/types/OcaIODirection.d.ts +39 -0
  444. package/src/types/OcaIODirection.js +28 -0
  445. package/src/types/OcaIP4AutoconfigMode.d.ts +56 -0
  446. package/src/types/OcaIP4AutoconfigMode.js +44 -0
  447. package/src/types/OcaIP4Gateway.d.ts +53 -0
  448. package/src/types/OcaIP4Gateway.js +27 -0
  449. package/src/types/OcaIP4NetworkSettings.d.ts +111 -0
  450. package/src/types/OcaIP4NetworkSettings.js +56 -0
  451. package/src/types/OcaIP6AutoconfigMode.d.ts +56 -0
  452. package/src/types/OcaIP6AutoconfigMode.js +44 -0
  453. package/src/types/OcaIP6Gateway.d.ts +53 -0
  454. package/src/types/OcaIP6Gateway.js +27 -0
  455. package/src/types/OcaIP6NetworkSettings.d.ts +123 -0
  456. package/src/types/OcaIP6NetworkSettings.js +61 -0
  457. package/src/types/OcaInterval.d.ts +8 -0
  458. package/src/types/OcaInterval.js +84 -0
  459. package/src/types/OcaIntervalBounds.d.ts +41 -0
  460. package/src/types/OcaIntervalBounds.js +53 -0
  461. package/src/types/OcaJobDisposedEventData.d.ts +57 -0
  462. package/src/types/OcaJobDisposedEventData.js +28 -0
  463. package/src/types/OcaJobDisposition.d.ts +68 -0
  464. package/src/types/OcaJobDisposition.js +60 -0
  465. package/src/types/OcaJobQueueItem.d.ts +105 -0
  466. package/src/types/OcaJobQueueItem.js +44 -0
  467. package/src/types/OcaLibVolType.d.ts +2 -4
  468. package/src/types/OcaLibVolType.js +1 -2
  469. package/src/types/OcaLockState.d.ts +50 -0
  470. package/src/types/OcaLockState.js +36 -0
  471. package/src/types/OcaLogFilter.d.ts +70 -0
  472. package/src/types/OcaLogFilter.js +33 -0
  473. package/src/types/OcaLogRecord.d.ts +85 -0
  474. package/src/types/OcaLogRecord.js +40 -0
  475. package/src/types/OcaManagerDefaultObjectNumbers.d.ts +7 -0
  476. package/src/types/OcaManagerDefaultObjectNumbers.js +7 -0
  477. package/src/types/OcaManagerDescriptor.d.ts +11 -9
  478. package/src/types/OcaManagerDescriptor.js +6 -5
  479. package/src/types/OcaManufacturer.d.ts +87 -0
  480. package/src/types/OcaManufacturer.js +47 -0
  481. package/src/types/OcaMatrixCommand.d.ts +61 -0
  482. package/src/types/OcaMatrixCommand.js +29 -0
  483. package/src/types/OcaMatrixCoordinates.d.ts +38 -0
  484. package/src/types/OcaMatrixCoordinates.js +23 -0
  485. package/src/types/OcaMediaAccessMode.d.ts +50 -0
  486. package/src/types/OcaMediaAccessMode.js +36 -0
  487. package/src/types/OcaMediaClockAvailability.d.ts +1 -1
  488. package/src/types/OcaMediaClockAvailability.js +1 -1
  489. package/src/types/OcaMediaClockRate.d.ts +7 -7
  490. package/src/types/OcaMediaClockRate.js +4 -4
  491. package/src/types/OcaMediaConnection.d.ts +2 -2
  492. package/src/types/OcaMediaConnection.js +1 -1
  493. package/src/types/OcaMediaFrameFormat.d.ts +74 -0
  494. package/src/types/OcaMediaFrameFormat.js +68 -0
  495. package/src/types/OcaMediaPlayOption.d.ts +50 -0
  496. package/src/types/OcaMediaPlayOption.js +36 -0
  497. package/src/types/OcaMediaRecorderPlayerState.d.ts +62 -0
  498. package/src/types/OcaMediaRecorderPlayerState.js +52 -0
  499. package/src/types/OcaMediaStreamCastMode.d.ts +3 -3
  500. package/src/types/OcaMediaStreamCastMode.js +3 -3
  501. package/src/types/OcaMediaStreamEndpoint.d.ts +238 -0
  502. package/src/types/OcaMediaStreamEndpoint.js +114 -0
  503. package/src/types/OcaMediaStreamEndpointCommand.d.ts +80 -0
  504. package/src/types/OcaMediaStreamEndpointCommand.js +76 -0
  505. package/src/types/OcaMediaStreamEndpointState.d.ts +68 -0
  506. package/src/types/OcaMediaStreamEndpointState.js +60 -0
  507. package/src/types/OcaMediaStreamEndpointStatus.d.ts +44 -0
  508. package/src/types/OcaMediaStreamEndpointStatus.js +23 -0
  509. package/src/types/OcaMediaStreamMode.d.ts +83 -0
  510. package/src/types/OcaMediaStreamMode.js +43 -0
  511. package/src/types/OcaMediaStreamModeCapability.d.ts +167 -0
  512. package/src/types/OcaMediaStreamModeCapability.js +81 -0
  513. package/src/types/OcaMediaStreamModeCapabilityDirection.d.ts +21 -0
  514. package/src/types/OcaMediaStreamModeCapabilityDirection.js +27 -0
  515. package/src/types/OcaMediaTrackFunction.d.ts +27 -0
  516. package/src/types/OcaMediaTrackFunction.js +36 -0
  517. package/src/types/OcaMediaTransportSession.d.ts +119 -0
  518. package/src/types/OcaMediaTransportSession.js +58 -0
  519. package/src/types/OcaMediaTransportSessionConnection.d.ts +63 -0
  520. package/src/types/OcaMediaTransportSessionConnection.js +32 -0
  521. package/src/types/OcaMediaTransportSessionConnectionState.d.ts +47 -0
  522. package/src/types/OcaMediaTransportSessionConnectionState.js +24 -0
  523. package/src/types/OcaMediaTransportSessionState.d.ts +62 -0
  524. package/src/types/OcaMediaTransportSessionState.js +52 -0
  525. package/src/types/OcaMediaTransportSessionStatus.d.ts +43 -0
  526. package/src/types/OcaMediaTransportSessionStatus.js +23 -0
  527. package/src/types/OcaMediaTransportTimingParameters.d.ts +54 -0
  528. package/src/types/OcaMediaTransportTimingParameters.js +31 -0
  529. package/src/types/OcaMediaVolumePosition.d.ts +46 -0
  530. package/src/types/OcaMediaVolumePosition.js +23 -0
  531. package/src/types/OcaMediaVolumePositionType.d.ts +44 -0
  532. package/src/types/OcaMediaVolumePositionType.js +28 -0
  533. package/src/types/OcaModelGUID.d.ts +0 -1
  534. package/src/types/OcaModelGUID.js +0 -1
  535. package/src/types/OcaNetworkAdvertisingMechanism.d.ts +43 -0
  536. package/src/types/OcaNetworkAdvertisingMechanism.js +23 -0
  537. package/src/types/OcaNetworkAdvertisingService.d.ts +56 -0
  538. package/src/types/OcaNetworkAdvertisingService.js +44 -0
  539. package/src/types/OcaNetworkInterfaceAssignment.d.ts +99 -0
  540. package/src/types/OcaNetworkInterfaceAssignment.js +51 -0
  541. package/src/types/OcaNetworkInterfaceCommand.d.ts +50 -0
  542. package/src/types/OcaNetworkInterfaceCommand.js +36 -0
  543. package/src/types/OcaNetworkInterfaceState.d.ts +50 -0
  544. package/src/types/OcaNetworkInterfaceState.js +36 -0
  545. package/src/types/OcaNetworkInterfaceStatus.d.ts +42 -0
  546. package/src/types/OcaNetworkInterfaceStatus.js +22 -0
  547. package/src/types/OcaNotificationDeliveryMode.d.ts +13 -1
  548. package/src/types/OcaNotificationDeliveryMode.js +17 -1
  549. package/src/types/OcaOPath.d.ts +16 -2
  550. package/src/types/OcaOPath.js +8 -1
  551. package/src/types/OcaObjectListEventData.d.ts +2 -2
  552. package/src/types/OcaObjectListEventData.js +2 -2
  553. package/src/types/OcaObjectSearchResult.d.ts +4 -83
  554. package/src/types/OcaObjectSearchResult.js +2 -37
  555. package/src/types/OcaObjectSearchResultFlags.d.ts +4 -33
  556. package/src/types/OcaObjectSearchResultFlags.js +2 -48
  557. package/src/types/OcaObservationEventData.d.ts +2 -2
  558. package/src/types/OcaObservationEventData.js +2 -2
  559. package/src/types/OcaObservationListEventData.d.ts +2 -2
  560. package/src/types/OcaObservationListEventData.js +2 -2
  561. package/src/types/OcaObserverState.d.ts +1 -1
  562. package/src/types/OcaObserverState.js +1 -1
  563. package/src/types/OcaParameterMask.d.ts +81 -1
  564. package/src/types/OcaParameterMask.js +131 -1
  565. package/src/types/OcaPort.d.ts +7 -5
  566. package/src/types/OcaPort.js +4 -3
  567. package/src/types/OcaPortClockMapEntry.d.ts +42 -0
  568. package/src/types/OcaPortClockMapEntry.js +23 -0
  569. package/src/types/OcaPortID.d.ts +12 -10
  570. package/src/types/OcaPortID.js +7 -6
  571. package/src/types/OcaPortIdentification.d.ts +39 -0
  572. package/src/types/OcaPortIdentification.js +23 -0
  573. package/src/types/OcaPortMode.d.ts +4 -36
  574. package/src/types/OcaPortMode.js +2 -25
  575. package/src/types/OcaPositionDescriptor.d.ts +6 -6
  576. package/src/types/OcaPositionDescriptor.js +2 -2
  577. package/src/types/OcaPositionDescriptorFieldFlags.d.ts +33 -3
  578. package/src/types/OcaPositionDescriptorFieldFlags.js +53 -3
  579. package/src/types/OcaPowerSupplyState.d.ts +1 -1
  580. package/src/types/OcaPowerSupplyState.js +1 -1
  581. package/src/types/OcaProduct.d.ts +92 -0
  582. package/src/types/OcaProduct.js +42 -0
  583. package/src/types/OcaProgramResult.d.ts +39 -0
  584. package/src/types/OcaProgramResult.js +22 -0
  585. package/src/types/OcaProgramRunMode.d.ts +24 -0
  586. package/src/types/OcaProgramRunMode.js +30 -0
  587. package/src/types/OcaProperty.d.ts +2 -2
  588. package/src/types/OcaProperty.js +2 -2
  589. package/src/types/OcaProtoObjectIdentification.d.ts +1 -1
  590. package/src/types/OcaProtoObjectIdentification.js +1 -1
  591. package/src/types/OcaProtoPort.d.ts +16 -18
  592. package/src/types/OcaProtoPort.js +6 -8
  593. package/src/types/OcaProtoPortClockMapEntry.d.ts +46 -0
  594. package/src/types/OcaProtoPortClockMapEntry.js +25 -0
  595. package/src/types/OcaProtoSignalPath.d.ts +12 -10
  596. package/src/types/OcaProtoSignalPath.js +7 -6
  597. package/src/types/OcaRamperState.d.ts +19 -18
  598. package/src/types/OcaRamperState.js +19 -18
  599. package/src/types/OcaResetCause.d.ts +7 -1
  600. package/src/types/OcaResetCause.js +8 -0
  601. package/src/types/OcaSamplingRateConverterType.d.ts +50 -0
  602. package/src/types/OcaSamplingRateConverterType.js +36 -0
  603. package/src/types/OcaSecurityType.d.ts +39 -0
  604. package/src/types/OcaSecurityType.js +28 -0
  605. package/src/types/OcaSignalPath.d.ts +10 -10
  606. package/src/types/OcaSignalPath.js +6 -6
  607. package/src/types/OcaStatus.d.ts +19 -1
  608. package/src/types/OcaStatus.js +24 -0
  609. package/src/types/OcaStream.d.ts +2 -2
  610. package/src/types/OcaStream.js +1 -1
  611. package/src/types/OcaTask.d.ts +23 -24
  612. package/src/types/OcaTask.js +7 -7
  613. package/src/types/OcaTaskCommand.d.ts +2 -7
  614. package/src/types/OcaTaskCommand.js +2 -9
  615. package/src/types/OcaTaskExecutionTerminatedEventData.d.ts +64 -0
  616. package/src/types/OcaTaskExecutionTerminatedEventData.js +30 -0
  617. package/src/types/OcaTaskGenericState.d.ts +64 -0
  618. package/src/types/OcaTaskGenericState.js +54 -0
  619. package/src/types/OcaTaskManagerState.d.ts +1 -0
  620. package/src/types/OcaTaskManagerState.js +1 -0
  621. package/src/types/OcaTaskOperationalState.d.ts +43 -0
  622. package/src/types/OcaTaskOperationalState.js +22 -0
  623. package/src/types/OcaTaskSchedulerState.d.ts +63 -0
  624. package/src/types/OcaTaskSchedulerState.js +53 -0
  625. package/src/types/OcaTaskStatus.d.ts +2 -12
  626. package/src/types/OcaTaskStatus.js +2 -12
  627. package/src/types/OcaTaskStatusChangedEventData.d.ts +61 -0
  628. package/src/types/OcaTaskStatusChangedEventData.js +29 -0
  629. package/src/types/OcaTime.d.ts +56 -0
  630. package/src/types/OcaTime.js +32 -0
  631. package/src/types/OcaTimeDeliveryMechanism.d.ts +167 -0
  632. package/src/types/OcaTimeDeliveryMechanism.js +191 -0
  633. package/src/types/OcaTimeDeliveryParameters_StreamEndpoint.d.ts +40 -0
  634. package/src/types/OcaTimeDeliveryParameters_StreamEndpoint.js +24 -0
  635. package/src/types/OcaTimePTP.d.ts +4 -51
  636. package/src/types/OcaTimePTP.js +2 -28
  637. package/src/types/OcaTimeReferenceType.d.ts +7 -13
  638. package/src/types/OcaTimeReferenceType.js +6 -14
  639. package/src/types/OcaTimeSourceAvailability.d.ts +1 -1
  640. package/src/types/OcaTimeSourceAvailability.js +1 -1
  641. package/src/types/OcaTimeSourceSyncStatus.d.ts +1 -1
  642. package/src/types/OcaTimeSourceSyncStatus.js +1 -1
  643. package/src/types/OcaTransferFunction.d.ts +1 -1
  644. package/src/types/OcaTransferFunction.js +1 -1
  645. package/src/types/OcaTypedBlob.d.ts +40 -0
  646. package/src/types/OcaTypedBlob.js +24 -0
  647. package/src/types/OcaVariant.d.ts +19 -0
  648. package/src/types/OcaVariant.js +18 -0
  649. package/src/types/OcaWhenPhysicalAbsolute.d.ts +39 -0
  650. package/src/types/OcaWhenPhysicalAbsolute.js +22 -0
  651. package/src/types/OcaWhenPhysicalRelative.d.ts +39 -0
  652. package/src/types/OcaWhenPhysicalRelative.js +22 -0
@@ -0,0 +1,318 @@
1
+ import { OcaCounter } from '../../types/OcaCounter';
2
+ import { OcaCounterSet } from '../../types/OcaCounterSet';
3
+ import { IOcaNetworkInterfaceCommand } from '../../types/OcaNetworkInterfaceCommand';
4
+ import { OcaNetworkInterfaceStatus } from '../../types/OcaNetworkInterfaceStatus';
5
+ import { Arguments } from '../arguments';
6
+ import { PropertyEvent } from '../property_event';
7
+ import { RemoteDevice } from '../remote_device';
8
+ import { OcaRoot } from './OcaRoot';
9
+
10
+ /**
11
+ * Represents the device's connection to a data network.
12
+ * @extends OcaRoot
13
+ * @class OcaNetworkInterface
14
+ */
15
+ export declare class OcaNetworkInterface extends OcaRoot {
16
+ /**
17
+ * This event is emitted whenever Label changes.
18
+ */
19
+ OnLabelChanged: PropertyEvent<string>;
20
+
21
+ /**
22
+ * This event is emitted whenever Enabled changes.
23
+ */
24
+ OnEnabledChanged: PropertyEvent<boolean>;
25
+
26
+ /**
27
+ * This event is emitted whenever SystemIoInterfaceName changes.
28
+ */
29
+ OnSystemIoInterfaceNameChanged: PropertyEvent<string>;
30
+
31
+ /**
32
+ * This event is emitted whenever GroupID changes.
33
+ */
34
+ OnGroupIDChanged: PropertyEvent<number>;
35
+
36
+ /**
37
+ * This event is emitted whenever Precedence changes.
38
+ */
39
+ OnPrecedenceChanged: PropertyEvent<number>;
40
+
41
+ /**
42
+ * This event is emitted whenever AdaptationIdentifier changes.
43
+ */
44
+ OnAdaptationIdentifierChanged: PropertyEvent<string>;
45
+
46
+ /**
47
+ * This event is emitted whenever ActiveNetworkSettings changes.
48
+ */
49
+ OnActiveNetworkSettingsChanged: PropertyEvent<Uint8Array>;
50
+
51
+ /**
52
+ * This event is emitted whenever TargetNetworkSettings changes.
53
+ */
54
+ OnTargetNetworkSettingsChanged: PropertyEvent<Uint8Array>;
55
+
56
+ /**
57
+ * This event is emitted whenever NetworkSettingsPending changes.
58
+ */
59
+ OnNetworkSettingsPendingChanged: PropertyEvent<boolean>;
60
+
61
+ /**
62
+ * This event is emitted whenever Status changes.
63
+ */
64
+ OnStatusChanged: PropertyEvent<OcaNetworkInterfaceStatus>;
65
+
66
+ /**
67
+ * This event is emitted whenever ErrorCode changes.
68
+ */
69
+ OnErrorCodeChanged: PropertyEvent<number>;
70
+
71
+ constructor(objectNumber: number, device: RemoteDevice);
72
+
73
+ /**
74
+ * Gets the value of the **Label** property.
75
+ *
76
+ * @method OcaNetworkInterface#GetLabel
77
+ * @returns {Promise<string>}
78
+ * A promise which resolves to a single value of type ``string``.
79
+ */
80
+ GetLabel(): Promise<string>;
81
+
82
+ /**
83
+ * Sets the value of the **Label** property.
84
+ *
85
+ * @method OcaNetworkInterface#SetLabel
86
+ * @param {string} Label
87
+ *
88
+ * @returns {Promise<void>}
89
+ */
90
+ SetLabel(Label: string): Promise<void>;
91
+
92
+ /**
93
+ * Gets the value of the **Owner** property.
94
+ *
95
+ * @method OcaNetworkInterface#GetOwner
96
+ * @returns {Promise<number>}
97
+ * A promise which resolves to a single value of type ``number``.
98
+ */
99
+ GetOwner(): Promise<number>;
100
+
101
+ /**
102
+ * Returns Role Path and ONo Path from the Root Block to this object. The
103
+ * return value indicates whether the operation succeeded.
104
+ * The return values of this method are
105
+ *
106
+ * - RolePath of type ``string[]``
107
+ * - ONoPath of type ``number[]``
108
+ *
109
+ * @method OcaNetworkInterface#GetPath
110
+ * @returns {Promise<Arguments<string[],number[]>>}
111
+ */
112
+ GetPath(): Promise<Arguments<[string[], number[]]>>;
113
+
114
+ /**
115
+ * Gets the value of the **Enabled** property.
116
+ *
117
+ * @method OcaNetworkInterface#GetEnabled
118
+ * @returns {Promise<boolean>}
119
+ * A promise which resolves to a single value of type ``boolean``.
120
+ */
121
+ GetEnabled(): Promise<boolean>;
122
+
123
+ /**
124
+ * Sets the value of the **Enabled** property.
125
+ *
126
+ * @method OcaNetworkInterface#SetEnabled
127
+ * @param {boolean} Enabled
128
+ *
129
+ * @returns {Promise<void>}
130
+ */
131
+ SetEnabled(Enabled: boolean): Promise<void>;
132
+
133
+ /**
134
+ * Gets the system I/O interface name.
135
+ *
136
+ * @method OcaNetworkInterface#GetSystemIoInterfaceName
137
+ * @returns {Promise<string>}
138
+ * A promise which resolves to a single value of type ``string``.
139
+ */
140
+ GetSystemIoInterfaceName(): Promise<string>;
141
+
142
+ /**
143
+ * Sets the system I/O interface name.
144
+ *
145
+ * @method OcaNetworkInterface#SetSystemIoInterfaceName
146
+ * @param {string} Identifier
147
+ *
148
+ * @returns {Promise<void>}
149
+ */
150
+ SetSystemIoInterfaceName(Identifier: string): Promise<void>;
151
+
152
+ /**
153
+ * Gets the network group ID. Returns value of zero if this network does not
154
+ * belong to a group.
155
+ *
156
+ * @method OcaNetworkInterface#GetGroupID
157
+ * @returns {Promise<number>}
158
+ * A promise which resolves to a single value of type ``number``.
159
+ */
160
+ GetGroupID(): Promise<number>;
161
+
162
+ /**
163
+ * Sets the network group ID. An ID value of zero means this network interface
164
+ * does not belong to a group.
165
+ *
166
+ * @method OcaNetworkInterface#SetGroupID
167
+ * @param {number} Id
168
+ *
169
+ * @returns {Promise<void>}
170
+ */
171
+ SetGroupID(Id: number): Promise<void>;
172
+
173
+ /**
174
+ * Gets the value of the **Precedence** property.
175
+ *
176
+ * @method OcaNetworkInterface#GetPrecedence
177
+ * @returns {Promise<number>}
178
+ * A promise which resolves to a single value of type ``number``.
179
+ */
180
+ GetPrecedence(): Promise<number>;
181
+
182
+ /**
183
+ * Sets the value of the **Precedence** property.
184
+ *
185
+ * @method OcaNetworkInterface#SetPrecedence
186
+ * @param {number} Precedence
187
+ *
188
+ * @returns {Promise<void>}
189
+ */
190
+ SetPrecedence(Precedence: number): Promise<void>;
191
+
192
+ /**
193
+ * Gets the identifier of the Adaptation this network object implements.
194
+ *
195
+ * @method OcaNetworkInterface#GetAdaptationIdentifier
196
+ * @returns {Promise<string>}
197
+ * A promise which resolves to a single value of type ``string``.
198
+ */
199
+ GetAdaptationIdentifier(): Promise<string>;
200
+
201
+ /**
202
+ * Gets the value of property **ActiveNetworkSettings.**
203
+ *
204
+ * @method OcaNetworkInterface#GetActiveNetworkSettings
205
+ * @returns {Promise<Uint8Array>}
206
+ * A promise which resolves to a single value of type ``Uint8Array``.
207
+ */
208
+ GetActiveNetworkSettings(): Promise<Uint8Array>;
209
+
210
+ /**
211
+ * Gets the value of property **TargetNetworkSettings.**
212
+ *
213
+ * @method OcaNetworkInterface#GetTargetNetworkSettings
214
+ * @returns {Promise<Uint8Array>}
215
+ * A promise which resolves to a single value of type ``Uint8Array``.
216
+ */
217
+ GetTargetNetworkSettings(): Promise<Uint8Array>;
218
+
219
+ /**
220
+ * Sets the value of property **TargetNetworkSettings.**
221
+ *
222
+ * @method OcaNetworkInterface#SetTargetNetworkSettings
223
+ * @param {Uint8Array} Settings
224
+ *
225
+ * @returns {Promise<void>}
226
+ */
227
+ SetTargetNetworkSettings(Settings: Uint8Array): Promise<void>;
228
+
229
+ /**
230
+ * Gets the value of property **NetworkSettingsPending.**
231
+ *
232
+ * @method OcaNetworkInterface#GetNetworkSettingsPending
233
+ * @returns {Promise<boolean>}
234
+ * A promise which resolves to a single value of type ``boolean``.
235
+ */
236
+ GetNetworkSettingsPending(): Promise<boolean>;
237
+
238
+ /**
239
+ * Gets the network's operational status.
240
+ *
241
+ * @method OcaNetworkInterface#GetStatus
242
+ * @returns {Promise<OcaNetworkInterfaceStatus>}
243
+ * A promise which resolves to a single value of type :class:`OcaNetworkInterfaceStatus`.
244
+ */
245
+ GetStatus(): Promise<OcaNetworkInterfaceStatus>;
246
+
247
+ /**
248
+ * Gets the most recent error code.
249
+ *
250
+ * @method OcaNetworkInterface#GetErrorCode
251
+ * @returns {Promise<number>}
252
+ * A promise which resolves to a single value of type ``number``.
253
+ */
254
+ GetErrorCode(): Promise<number>;
255
+
256
+ /**
257
+ * Get this object's CounterSet.
258
+ *
259
+ * @method OcaNetworkInterface#GetCounterSet
260
+ * @returns {Promise<OcaCounterSet>}
261
+ * A promise which resolves to a single value of type :class:`OcaCounterSet`.
262
+ */
263
+ GetCounterSet(): Promise<OcaCounterSet>;
264
+
265
+ /**
266
+ * Gets the given counter from this object's CounterSet.
267
+ *
268
+ * @method OcaNetworkInterface#GetCounter
269
+ * @param {number} CounterID
270
+ *
271
+ * @returns {Promise<OcaCounter>}
272
+ * A promise which resolves to a single value of type :class:`OcaCounter`.
273
+ */
274
+ GetCounter(CounterID: number): Promise<OcaCounter>;
275
+
276
+ /**
277
+ * Adds a notifier **ONo** to the **Notifiers** property of the designated
278
+ * counter.
279
+ *
280
+ * @method OcaNetworkInterface#AttachCounterNotifier
281
+ * @param {number} CounterID
282
+ * @param {number} ONo
283
+ *
284
+ * @returns {Promise<void>}
285
+ */
286
+ AttachCounterNotifier(CounterID: number, ONo: number): Promise<void>;
287
+
288
+ /**
289
+ * Removes given notifier ONo from the **Notifiers** property of the
290
+ * designated counter.
291
+ *
292
+ * @method OcaNetworkInterface#DetachCounterNotifier
293
+ * @param {number} CounterID
294
+ * @param {number} ONo
295
+ *
296
+ * @returns {Promise<void>}
297
+ */
298
+ DetachCounterNotifier(CounterID: number, ONo: number): Promise<void>;
299
+
300
+ /**
301
+ * Resets this object's counterset. Sets all counters to their specified
302
+ * default values.
303
+ *
304
+ * @method OcaNetworkInterface#ResetCounters
305
+ * @returns {Promise<void>}
306
+ */
307
+ ResetCounters(): Promise<void>;
308
+
309
+ /**
310
+ * Controls the network interface.
311
+ *
312
+ * @method OcaNetworkInterface#ApplyCommand
313
+ * @param {IOcaNetworkInterfaceCommand} Command
314
+ *
315
+ * @returns {Promise<void>}
316
+ */
317
+ ApplyCommand(Command: IOcaNetworkInterfaceCommand): Promise<void>;
318
+ }
@@ -0,0 +1,353 @@
1
+ import { OcaBlob } from '../../OCP1/OcaBlob.js';
2
+ import { OcaBoolean } from '../../OCP1/OcaBoolean.js';
3
+ import { OcaCounter } from '../../OCP1/OcaCounter.js';
4
+ import { OcaCounterSet } from '../../OCP1/OcaCounterSet.js';
5
+ import { OcaList } from '../../OCP1/OcaList.js';
6
+ import { OcaNetworkInterfaceCommand } from '../../OCP1/OcaNetworkInterfaceCommand.js';
7
+ import { OcaNetworkInterfaceStatus } from '../../OCP1/OcaNetworkInterfaceStatus.js';
8
+ import { OcaString } from '../../OCP1/OcaString.js';
9
+ import { OcaUint16 } from '../../OCP1/OcaUint16.js';
10
+ import { OcaUint32 } from '../../OCP1/OcaUint32.js';
11
+ import { OcaUint8 } from '../../OCP1/OcaUint8.js';
12
+ import { make_control_class } from '../make_control_class.js';
13
+ import { OcaRoot } from './OcaRoot.js';
14
+
15
+ /**
16
+ * Represents the device's connection to a data network.
17
+ * @extends OcaRoot
18
+ * @class OcaNetworkInterface
19
+ */
20
+ export const OcaNetworkInterface = make_control_class(
21
+ 'OcaNetworkInterface',
22
+ 2,
23
+ '\u0001\u0006',
24
+ 1,
25
+ OcaRoot,
26
+ [
27
+ ['GetLabel', 2, 1, [], [OcaString]],
28
+ ['SetLabel', 2, 2, [OcaString], []],
29
+ ['GetOwner', 2, 3, [], [OcaUint32]],
30
+ ['GetPath', 2, 4, [], [OcaList(OcaString), OcaList(OcaUint32)]],
31
+ ['GetEnabled', 2, 5, [], [OcaBoolean]],
32
+ ['SetEnabled', 2, 6, [OcaBoolean], []],
33
+ ['GetSystemIoInterfaceName', 2, 7, [], [OcaString]],
34
+ ['SetSystemIoInterfaceName', 2, 8, [OcaString], []],
35
+ ['GetGroupID', 2, 9, [], [OcaUint16]],
36
+ ['SetGroupID', 2, 10, [OcaUint16], []],
37
+ ['GetPrecedence', 2, 11, [], [OcaUint8]],
38
+ ['SetPrecedence', 2, 12, [OcaUint8], []],
39
+ ['GetAdaptationIdentifier', 2, 13, [], [OcaString]],
40
+ ['GetActiveNetworkSettings', 2, 14, [], [OcaBlob]],
41
+ ['GetTargetNetworkSettings', 2, 15, [], [OcaBlob]],
42
+ ['SetTargetNetworkSettings', 2, 16, [OcaBlob], []],
43
+ ['GetNetworkSettingsPending', 2, 17, [], [OcaBoolean]],
44
+ ['GetStatus', 2, 18, [], [OcaNetworkInterfaceStatus]],
45
+ ['GetErrorCode', 2, 19, [], [OcaUint16]],
46
+ ['GetCounterSet', 2, 20, [], [OcaCounterSet]],
47
+ ['GetCounter', 2, 21, [OcaUint16], [OcaCounter]],
48
+ ['AttachCounterNotifier', 2, 22, [OcaUint16, OcaUint32], []],
49
+ ['DetachCounterNotifier', 2, 23, [OcaUint16, OcaUint32], []],
50
+ ['ResetCounters', 2, 24, [], []],
51
+ ['ApplyCommand', 2, 25, [OcaNetworkInterfaceCommand], []],
52
+ ],
53
+ [
54
+ ['Label', [OcaString], 2, 1, false, false, null],
55
+ ['Owner', [OcaUint32], 2, 2, true, false, null],
56
+ ['Enabled', [OcaBoolean], 2, 3, false, false, null],
57
+ ['SystemIoInterfaceName', [OcaString], 2, 4, false, false, null],
58
+ ['GroupID', [OcaUint16], 2, 5, false, false, null],
59
+ ['Precedence', [OcaUint16], 2, 6, false, false, null],
60
+ ['AdaptationIdentifier', [OcaString], 2, 7, false, false, null],
61
+ ['ActiveNetworkSettings', [OcaBlob], 2, 8, false, false, null],
62
+ ['TargetNetworkSettings', [OcaBlob], 2, 9, false, false, null],
63
+ ['NetworkSettingsPending', [OcaBoolean], 2, 10, false, false, null],
64
+ ['Status', [OcaNetworkInterfaceStatus], 2, 11, false, false, null],
65
+ ['ErrorCode', [OcaUint16], 2, 12, false, false, null],
66
+ ],
67
+ []
68
+ );
69
+
70
+ /**
71
+ * Gets the value of the **Label** property.
72
+ *
73
+ * @method OcaNetworkInterface#GetLabel
74
+ * @returns {Promise<string>}
75
+ * A promise which resolves to a single value of type ``string``.
76
+ */
77
+ /**
78
+ * Sets the value of the **Label** property.
79
+ *
80
+ * @method OcaNetworkInterface#SetLabel
81
+ * @param {string} Label
82
+ *
83
+ * @returns {Promise<void>}
84
+ */
85
+ /**
86
+ * Gets the value of the **Owner** property.
87
+ *
88
+ * @method OcaNetworkInterface#GetOwner
89
+ * @returns {Promise<number>}
90
+ * A promise which resolves to a single value of type ``number``.
91
+ */
92
+ /**
93
+ * Returns Role Path and ONo Path from the Root Block to this object. The return
94
+ * value indicates whether the operation succeeded.
95
+ * The return values of this method are
96
+ *
97
+ * - RolePath of type ``string[]``
98
+ * - ONoPath of type ``number[]``
99
+ *
100
+ * @method OcaNetworkInterface#GetPath
101
+ * @returns {Promise<Arguments<string[],number[]>>}
102
+ */
103
+ /**
104
+ * Gets the value of the **Enabled** property.
105
+ *
106
+ * @method OcaNetworkInterface#GetEnabled
107
+ * @returns {Promise<boolean>}
108
+ * A promise which resolves to a single value of type ``boolean``.
109
+ */
110
+ /**
111
+ * Sets the value of the **Enabled** property.
112
+ *
113
+ * @method OcaNetworkInterface#SetEnabled
114
+ * @param {boolean} Enabled
115
+ *
116
+ * @returns {Promise<void>}
117
+ */
118
+ /**
119
+ * Gets the system I/O interface name.
120
+ *
121
+ * @method OcaNetworkInterface#GetSystemIoInterfaceName
122
+ * @returns {Promise<string>}
123
+ * A promise which resolves to a single value of type ``string``.
124
+ */
125
+ /**
126
+ * Sets the system I/O interface name.
127
+ *
128
+ * @method OcaNetworkInterface#SetSystemIoInterfaceName
129
+ * @param {string} Identifier
130
+ *
131
+ * @returns {Promise<void>}
132
+ */
133
+ /**
134
+ * Gets the network group ID. Returns value of zero if this network does not
135
+ * belong to a group.
136
+ *
137
+ * @method OcaNetworkInterface#GetGroupID
138
+ * @returns {Promise<number>}
139
+ * A promise which resolves to a single value of type ``number``.
140
+ */
141
+ /**
142
+ * Sets the network group ID. An ID value of zero means this network interface
143
+ * does not belong to a group.
144
+ *
145
+ * @method OcaNetworkInterface#SetGroupID
146
+ * @param {number} Id
147
+ *
148
+ * @returns {Promise<void>}
149
+ */
150
+ /**
151
+ * Gets the value of the **Precedence** property.
152
+ *
153
+ * @method OcaNetworkInterface#GetPrecedence
154
+ * @returns {Promise<number>}
155
+ * A promise which resolves to a single value of type ``number``.
156
+ */
157
+ /**
158
+ * Sets the value of the **Precedence** property.
159
+ *
160
+ * @method OcaNetworkInterface#SetPrecedence
161
+ * @param {number} Precedence
162
+ *
163
+ * @returns {Promise<void>}
164
+ */
165
+ /**
166
+ * Gets the identifier of the Adaptation this network object implements.
167
+ *
168
+ * @method OcaNetworkInterface#GetAdaptationIdentifier
169
+ * @returns {Promise<string>}
170
+ * A promise which resolves to a single value of type ``string``.
171
+ */
172
+ /**
173
+ * Gets the value of property **ActiveNetworkSettings.**
174
+ *
175
+ * @method OcaNetworkInterface#GetActiveNetworkSettings
176
+ * @returns {Promise<Uint8Array>}
177
+ * A promise which resolves to a single value of type ``Uint8Array``.
178
+ */
179
+ /**
180
+ * Gets the value of property **TargetNetworkSettings.**
181
+ *
182
+ * @method OcaNetworkInterface#GetTargetNetworkSettings
183
+ * @returns {Promise<Uint8Array>}
184
+ * A promise which resolves to a single value of type ``Uint8Array``.
185
+ */
186
+ /**
187
+ * Sets the value of property **TargetNetworkSettings.**
188
+ *
189
+ * @method OcaNetworkInterface#SetTargetNetworkSettings
190
+ * @param {Uint8Array} Settings
191
+ *
192
+ * @returns {Promise<void>}
193
+ */
194
+ /**
195
+ * Gets the value of property **NetworkSettingsPending.**
196
+ *
197
+ * @method OcaNetworkInterface#GetNetworkSettingsPending
198
+ * @returns {Promise<boolean>}
199
+ * A promise which resolves to a single value of type ``boolean``.
200
+ */
201
+ /**
202
+ * Gets the network's operational status.
203
+ *
204
+ * @method OcaNetworkInterface#GetStatus
205
+ * @returns {Promise<OcaNetworkInterfaceStatus>}
206
+ * A promise which resolves to a single value of type :class:`OcaNetworkInterfaceStatus`.
207
+ */
208
+ /**
209
+ * Gets the most recent error code.
210
+ *
211
+ * @method OcaNetworkInterface#GetErrorCode
212
+ * @returns {Promise<number>}
213
+ * A promise which resolves to a single value of type ``number``.
214
+ */
215
+ /**
216
+ * Get this object's CounterSet.
217
+ *
218
+ * @method OcaNetworkInterface#GetCounterSet
219
+ * @returns {Promise<OcaCounterSet>}
220
+ * A promise which resolves to a single value of type :class:`OcaCounterSet`.
221
+ */
222
+ /**
223
+ * Gets the given counter from this object's CounterSet.
224
+ *
225
+ * @method OcaNetworkInterface#GetCounter
226
+ * @param {number} CounterID
227
+ *
228
+ * @returns {Promise<OcaCounter>}
229
+ * A promise which resolves to a single value of type :class:`OcaCounter`.
230
+ */
231
+ /**
232
+ * Adds a notifier **ONo** to the **Notifiers** property of the designated
233
+ * counter.
234
+ *
235
+ * @method OcaNetworkInterface#AttachCounterNotifier
236
+ * @param {number} CounterID
237
+ * @param {number} ONo
238
+ *
239
+ * @returns {Promise<void>}
240
+ */
241
+ /**
242
+ * Removes given notifier ONo from the **Notifiers** property of the designated
243
+ * counter.
244
+ *
245
+ * @method OcaNetworkInterface#DetachCounterNotifier
246
+ * @param {number} CounterID
247
+ * @param {number} ONo
248
+ *
249
+ * @returns {Promise<void>}
250
+ */
251
+ /**
252
+ * Resets this object's counterset. Sets all counters to their specified default
253
+ * values.
254
+ *
255
+ * @method OcaNetworkInterface#ResetCounters
256
+ * @returns {Promise<void>}
257
+ */
258
+ /**
259
+ * Controls the network interface.
260
+ *
261
+ * @method OcaNetworkInterface#ApplyCommand
262
+ * @param {IOcaNetworkInterfaceCommand} Command
263
+ *
264
+ * @returns {Promise<void>}
265
+ */
266
+ /**
267
+ * This event is emitted when the property ``Label`` changes in the remote object.
268
+ * The property ``Label`` is described in the AES70 standard as follows.
269
+ * User-defined label. No programmatic significance. Read/write.
270
+ *
271
+ * @member {PropertyEvent<string>} OcaNetworkInterface#OnLabelChanged
272
+ */
273
+ /**
274
+ * This event is emitted when the property ``Enabled`` changes in the remote object.
275
+ * The property ``Enabled`` is described in the AES70 standard as follows.
276
+ * True if and only if this network is available for input and/or output.
277
+ *
278
+ * @member {PropertyEvent<boolean>} OcaNetworkInterface#OnEnabledChanged
279
+ */
280
+ /**
281
+ * This event is emitted when the property ``SystemIoInterfaceName`` changes in the remote object.
282
+ * The property ``SystemIoInterfaceName`` is described in the AES70 standard as follows.
283
+ * Name of the network I/O interface provided to AES70 by the Device system
284
+ * environment.
285
+ *
286
+ * @member {PropertyEvent<string>} OcaNetworkInterface#OnSystemIoInterfaceNameChanged
287
+ */
288
+ /**
289
+ * This event is emitted when the property ``GroupID`` changes in the remote object.
290
+ * The property ``GroupID`` is described in the AES70 standard as follows.
291
+ * Arbitrary ID of network group to which this network interface belongs. Useful
292
+ * for identifying redundant network sets. An ID value of zero means this
293
+ * network interface does not belong to any group.
294
+ *
295
+ * @member {PropertyEvent<number>} OcaNetworkInterface#OnGroupIDChanged
296
+ */
297
+ /**
298
+ * This event is emitted when the property ``Precedence`` changes in the remote object.
299
+ * The property ``Precedence`` is described in the AES70 standard as follows.
300
+ * Used for redundant groups. 0 means undefined. 1 is highest priority, 2 is
301
+ * next, and so on.
302
+ *
303
+ * @member {PropertyEvent<number>} OcaNetworkInterface#OnPrecedenceChanged
304
+ */
305
+ /**
306
+ * This event is emitted when the property ``AdaptationIdentifier`` changes in the remote object.
307
+ * The property ``AdaptationIdentifier`` is described in the AES70 standard as follows.
308
+ * Null string in the base class. Value will be overridden in subclasses by the
309
+ * identifier of the Adaptation that defined the respective child class.
310
+ *
311
+ * @member {PropertyEvent<string>} OcaNetworkInterface#OnAdaptationIdentifierChanged
312
+ */
313
+ /**
314
+ * This event is emitted when the property ``ActiveNetworkSettings`` changes in the remote object.
315
+ * The property ``ActiveNetworkSettings`` is described in the AES70 standard as follows.
316
+ * Network-type-specific settings currently in effect.
317
+ *
318
+ * @member {PropertyEvent<Uint8Array>} OcaNetworkInterface#OnActiveNetworkSettingsChanged
319
+ */
320
+ /**
321
+ * This event is emitted when the property ``TargetNetworkSettings`` changes in the remote object.
322
+ * The property ``TargetNetworkSettings`` is described in the AES70 standard as follows.
323
+ * Network-type-specific settings waiting to be applied. Shall be applied by a
324
+ * **Start** or **Restart** command or by a Device-initiated reset. The value of
325
+ * this property may or may not survive a Device reset, depending on
326
+ * implementation.
327
+ *
328
+ * @member {PropertyEvent<Uint8Array>} OcaNetworkInterface#OnTargetNetworkSettingsChanged
329
+ */
330
+ /**
331
+ * This event is emitted when the property ``NetworkSettingsPending`` changes in the remote object.
332
+ * The property ``NetworkSettingsPending`` is described in the AES70 standard as follows.
333
+ * Readonly; TRUE when a new **TargetNetworkSettings** value has been provided
334
+ * but not applied; set to TRUE by method **SetTargetNetworkSettings(...)**, set
335
+ * to FALSE when the target network settings are applied, either by the
336
+ * execution of a **Start** command or by some other means.
337
+ *
338
+ * @member {PropertyEvent<boolean>} OcaNetworkInterface#OnNetworkSettingsPendingChanged
339
+ */
340
+ /**
341
+ * This event is emitted when the property ``Status`` changes in the remote object.
342
+ * The property ``Status`` is described in the AES70 standard as follows.
343
+ * Operational status of this network interface
344
+ *
345
+ * @member {PropertyEvent<OcaNetworkInterfaceStatus>} OcaNetworkInterface#OnStatusChanged
346
+ */
347
+ /**
348
+ * This event is emitted when the property ``ErrorCode`` changes in the remote object.
349
+ * The property ``ErrorCode`` is described in the AES70 standard as follows.
350
+ * Most recent error code. 0=no error.
351
+ *
352
+ * @member {PropertyEvent<number>} OcaNetworkInterface#OnErrorCodeChanged
353
+ */