@kvaser/canking-api 7.1.0 → 7.2.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 (553) hide show
  1. package/REDISTRIBUTABLES.txt +2 -0
  2. package/dist/ElectronAPIFake.js +1 -1
  3. package/dist/ElectronAPIFake.mjs +18 -15
  4. package/dist/controls/CanIdentifierControl.d.ts +45 -8
  5. package/dist/controls/ColumnItemControl.d.ts +1 -1
  6. package/dist/controls/DropdownButton.d.ts +1 -1
  7. package/dist/controls/LinChannelSelectControl.d.ts +34 -0
  8. package/dist/controls/LinIdentifierControl.d.ts +224 -0
  9. package/dist/controls/SelectMessageDialog.d.ts +28 -0
  10. package/dist/controls/SelectSignalControl.d.ts +11 -0
  11. package/dist/controls/SelectSignalDialog.d.ts +21 -0
  12. package/dist/controls/TableControl.d.ts +7 -1
  13. package/dist/controls/index.d.ts +10 -0
  14. package/dist/controls.js +1 -1
  15. package/dist/controls.mjs +1761 -949
  16. package/dist/grpc.js +1 -1
  17. package/dist/grpc.mjs +111 -97
  18. package/dist/hooks/index.d.ts +6 -1
  19. package/dist/hooks.js +1 -1
  20. package/dist/hooks.mjs +17 -16
  21. package/dist/icons/index.d.ts +6 -0
  22. package/dist/icons.js +1 -1
  23. package/dist/icons.mjs +87 -75
  24. package/dist/index.js +1 -1
  25. package/dist/index.mjs +48 -42
  26. package/dist/ipc/index.d.ts +24 -0
  27. package/dist/ipc.js +1 -1
  28. package/dist/ipc.mjs +68 -58
  29. package/dist/measurement_settings.js +1 -1
  30. package/dist/measurement_settings.mjs +3178 -1320
  31. package/dist/models.js +1 -1
  32. package/dist/models.mjs +202 -197
  33. package/dist/protos/device_params.d.ts +14 -25
  34. package/dist/protos/frame_params.d.ts +8 -0
  35. package/dist/protos/measurement_params.d.ts +2 -0
  36. package/dist/protos/measurement_service.d.ts +29 -1
  37. package/dist/protos/measurement_settings.d.ts +103 -32
  38. package/dist/protos/status_params.d.ts +9 -9
  39. package/dist/status_params.js +1 -1
  40. package/dist/status_params.mjs +655 -2169
  41. package/doc/assets/hierarchy.js +1 -1
  42. package/doc/assets/navigation.js +1 -1
  43. package/doc/assets/search.js +1 -1
  44. package/doc/classes/controls.LocalizedStrings.html +2 -2
  45. package/doc/classes/models.DataBuffer.html +2 -2
  46. package/doc/classes/models.DataBufferView.html +2 -2
  47. package/doc/classes/models.Point.html +2 -2
  48. package/doc/enums/models.AccessMode.html +2 -2
  49. package/doc/enums/models.AppEvent.html +2 -2
  50. package/doc/enums/models.CanChannelCap.html +2 -2
  51. package/doc/enums/models.CanFrameFlag.html +2 -2
  52. package/doc/enums/models.CanMessageFilterType.html +6 -0
  53. package/doc/enums/models.CanMode.html +2 -2
  54. package/doc/enums/models.DecimalChar.html +2 -2
  55. package/doc/enums/models.DeviceEvent.html +2 -2
  56. package/doc/enums/models.FileConflictAction.html +2 -2
  57. package/doc/enums/models.FileType.html +2 -2
  58. package/doc/enums/models.LinFrameFlag.html +2 -2
  59. package/doc/enums/models.LogFileFormat.html +5 -5
  60. package/doc/enums/models.LogLevel.html +2 -2
  61. package/doc/enums/models.LogReplayState.html +2 -2
  62. package/doc/enums/{models.MessageLoggerState.html → models.LoggerState.html} +7 -7
  63. package/doc/enums/models.MeasurementEvent.html +2 -2
  64. package/doc/enums/models.Protocols.html +2 -2
  65. package/doc/enums/models.Separator.html +2 -2
  66. package/doc/enums/models.SignalEncoding.html +2 -2
  67. package/doc/enums/models.SignalType.html +2 -2
  68. package/doc/enums/models.SignalValueTriggerOperator.html +2 -2
  69. package/doc/enums/models.StatusLevel.html +2 -2
  70. package/doc/enums/models.TimeReference.html +2 -2
  71. package/doc/enums/models.TriggerOperator.html +2 -2
  72. package/doc/functions/controls.CanChannelSelectControl.html +2 -2
  73. package/doc/functions/controls.CanIdentifierControl.html +2 -2
  74. package/doc/functions/controls.CanIdentifierFrameControl.html +2 -2
  75. package/doc/functions/controls.CanIdentifierGeneratorControl.html +2 -2
  76. package/doc/functions/controls.CanIdentifierGeneratorSettingsControl.html +2 -2
  77. package/doc/functions/controls.CanKingDataProvider.html +2 -2
  78. package/doc/functions/controls.CheckboxControl.html +2 -2
  79. package/doc/functions/controls.ColumnItemControl.html +2 -2
  80. package/doc/functions/controls.ContextMenu.html +2 -2
  81. package/doc/functions/controls.DropdownButton.html +2 -2
  82. package/doc/functions/controls.DropdownButtonTextItems.html +2 -2
  83. package/doc/functions/controls.DropdownPanel.html +2 -2
  84. package/doc/functions/controls.FillBox.html +2 -2
  85. package/doc/functions/controls.FormControlRow.html +2 -2
  86. package/doc/functions/controls.InlineEditor.html +2 -2
  87. package/doc/functions/controls.LinChannelSelectControl.html +4 -0
  88. package/doc/functions/controls.LinIdentifierControl.html +4 -0
  89. package/doc/functions/controls.LinIdentifierFrameControl.html +4 -0
  90. package/doc/functions/controls.LinIdentifierGeneratorControl.html +4 -0
  91. package/doc/functions/controls.LinIdentifierGeneratorSettingsControl.html +5 -0
  92. package/doc/functions/controls.NumberRangeControl.html +2 -2
  93. package/doc/functions/controls.OneLineButton.html +2 -2
  94. package/doc/functions/controls.RadioControl.html +2 -2
  95. package/doc/functions/controls.RadioGroupControl.html +2 -2
  96. package/doc/functions/controls.SectionControl.html +2 -2
  97. package/doc/functions/controls.SelectControl.html +2 -2
  98. package/doc/functions/controls.SelectMessageDialog.html +2 -0
  99. package/doc/functions/controls.SelectSignalControl.html +1 -0
  100. package/doc/functions/controls.SelectSignalDialog.html +2 -0
  101. package/doc/functions/controls.SizedBox.html +2 -2
  102. package/doc/functions/controls.TableControl.html +2 -2
  103. package/doc/functions/controls.TabsPanel.html +2 -2
  104. package/doc/functions/controls.TextControl.html +2 -2
  105. package/doc/functions/controls.ToolbarControl.html +2 -2
  106. package/doc/functions/controls.ValidateableTextControl.html +2 -2
  107. package/doc/functions/controls.useColumnItem.html +3 -3
  108. package/doc/functions/controls.useColumnItems.html +3 -3
  109. package/doc/functions/controls.useMessageDatabases.html +2 -0
  110. package/doc/functions/hooks.useDevices.html +2 -2
  111. package/doc/functions/hooks.useIsOnline.html +2 -2
  112. package/doc/functions/hooks.useLanguage.html +2 -2
  113. package/doc/functions/hooks.useLocalizedStrings.html +2 -2
  114. package/doc/functions/hooks.useLogMessages.html +2 -2
  115. package/doc/functions/hooks.useMaxDataBytes.html +2 -2
  116. package/doc/functions/hooks.useMeasurementSetup.html +2 -2
  117. package/doc/functions/hooks.useMeasurementStatus.html +2 -2
  118. package/doc/functions/hooks.useMessageLogFileFormats.html +3 -2
  119. package/doc/functions/hooks.useNewMeasurementData.html +2 -2
  120. package/doc/functions/hooks.useNodeStatus.html +2 -2
  121. package/doc/functions/hooks.useNumericRadix.html +2 -2
  122. package/doc/functions/hooks.useOnlineStatus.html +2 -2
  123. package/doc/functions/hooks.useOverallStatusLevel.html +2 -2
  124. package/doc/functions/hooks.useProjectData.html +2 -2
  125. package/doc/functions/hooks.useRecentProjectFiles.html +2 -2
  126. package/doc/functions/hooks.useRunningPeriodicTransmissions.html +2 -2
  127. package/doc/functions/hooks.useSessionData.html +2 -2
  128. package/doc/functions/hooks.useSignalLogFileFormats.html +2 -0
  129. package/doc/functions/hooks.useUserSettings.html +2 -2
  130. package/doc/functions/hooks.useWorkspacePaneWithId.html +2 -2
  131. package/doc/functions/icons.AddIcon.html +2 -2
  132. package/doc/functions/icons.ArrowDownIcon.html +2 -2
  133. package/doc/functions/icons.ArrowLeftIcon.html +2 -2
  134. package/doc/functions/icons.ArrowRightIcon.html +2 -2
  135. package/doc/functions/icons.ArrowUpIcon.html +2 -2
  136. package/doc/functions/icons.BusIsOffIcon.html +2 -2
  137. package/doc/functions/icons.BusIsOnIcon.html +2 -2
  138. package/doc/functions/icons.CloseIcon.html +2 -2
  139. package/doc/functions/icons.ColumnSettingsIcon.html +4 -0
  140. package/doc/functions/icons.CopyIcon.html +2 -2
  141. package/doc/functions/icons.DarkModeIcon.html +2 -2
  142. package/doc/functions/icons.DeleteIcon.html +2 -2
  143. package/doc/functions/icons.DisableIcon.html +2 -2
  144. package/doc/functions/icons.EditIcon.html +2 -2
  145. package/doc/functions/icons.EnableIcon.html +4 -0
  146. package/doc/functions/icons.FilterIcon.html +2 -2
  147. package/doc/functions/icons.FixedPositionIcon.html +2 -2
  148. package/doc/functions/icons.LeaveFullScreenIcon.html +2 -2
  149. package/doc/functions/icons.LightModeIcon.html +2 -2
  150. package/doc/functions/icons.LineArrowDownIcon.html +2 -2
  151. package/doc/functions/icons.LineArrowUpIcon.html +2 -2
  152. package/doc/functions/icons.MaximizeWindowIcon.html +2 -2
  153. package/doc/functions/icons.MeasurementSetupIcon.html +2 -2
  154. package/doc/functions/icons.MoreHorizIcon.html +2 -2
  155. package/doc/functions/icons.MoreVertIcon.html +2 -2
  156. package/doc/functions/icons.NewIcon.html +2 -2
  157. package/doc/functions/icons.OpenExternallyIcon.html +2 -2
  158. package/doc/functions/icons.OpenIcon.html +2 -2
  159. package/doc/functions/icons.PauseIcon.html +2 -2
  160. package/doc/functions/icons.PlayIcon.html +2 -2
  161. package/doc/functions/icons.PlaySolidIcon.html +2 -2
  162. package/doc/functions/icons.SaveIcon.html +2 -2
  163. package/doc/functions/icons.SelectAllIcon.html +2 -2
  164. package/doc/functions/icons.ServiceIconActive.html +2 -2
  165. package/doc/functions/icons.ServiceIconInactive.html +2 -2
  166. package/doc/functions/icons.SettingsIcon.html +2 -2
  167. package/doc/functions/icons.StopIcon.html +2 -2
  168. package/doc/functions/icons.StopSolidIcon.html +2 -2
  169. package/doc/functions/icons.ToolsPanelHiddenIcon.html +2 -2
  170. package/doc/functions/icons.ToolsPanelVisibleIcon.html +2 -2
  171. package/doc/functions/icons.UnmaximizeWindowIcon.html +2 -2
  172. package/doc/functions/icons.WorkspacesIcon.html +2 -2
  173. package/doc/functions/ipc.addDataProcessor.html +2 -2
  174. package/doc/functions/ipc.addSource.html +2 -2
  175. package/doc/functions/ipc.addTarget.html +2 -2
  176. package/doc/functions/ipc.clearLinMessage.html +4 -0
  177. package/doc/functions/ipc.connectNodes.html +2 -2
  178. package/doc/functions/ipc.deleteDataProcessor.html +2 -2
  179. package/doc/functions/ipc.deleteSource.html +2 -2
  180. package/doc/functions/ipc.deleteTarget.html +2 -2
  181. package/doc/functions/ipc.disableNode.html +2 -2
  182. package/doc/functions/ipc.disconnectNodes.html +2 -2
  183. package/doc/functions/ipc.enableNode.html +2 -2
  184. package/doc/functions/ipc.getFrameDefinitions.html +2 -2
  185. package/doc/functions/ipc.getLogger.html +2 -2
  186. package/doc/functions/ipc.getMessageLogFileFormats.html +2 -2
  187. package/doc/functions/ipc.getSignalLogFileFormats.html +3 -0
  188. package/doc/functions/ipc.requestLinMessage.html +5 -0
  189. package/doc/functions/ipc.sendCanMessage.html +2 -2
  190. package/doc/functions/ipc.sendMessage.html +2 -2
  191. package/doc/functions/ipc.showMessageBox.html +2 -2
  192. package/doc/functions/ipc.showQuestionBox.html +2 -2
  193. package/doc/functions/ipc.startLogReplay.html +2 -2
  194. package/doc/functions/ipc.startMeasurement.html +2 -2
  195. package/doc/functions/ipc.startPeriodicTransmission.html +2 -2
  196. package/doc/functions/ipc.stopLogReplay.html +2 -2
  197. package/doc/functions/ipc.stopMeasurement.html +2 -2
  198. package/doc/functions/ipc.stopPeriodicTransmission.html +2 -2
  199. package/doc/functions/ipc.updateDataProcessor.html +2 -2
  200. package/doc/functions/ipc.updateLinMessage.html +4 -0
  201. package/doc/functions/ipc.updatePeriodicTransmission.html +2 -2
  202. package/doc/functions/ipc.updateSource.html +2 -2
  203. package/doc/functions/ipc.updateTarget.html +2 -2
  204. package/doc/functions/models.accessModeFromJSON.html +1 -1
  205. package/doc/functions/models.accessModeToJSON.html +1 -1
  206. package/doc/functions/models.appEventFromJSON.html +1 -1
  207. package/doc/functions/models.appEventToJSON.html +1 -1
  208. package/doc/functions/models.canChannelCapFromJSON.html +1 -1
  209. package/doc/functions/models.canChannelCapToJSON.html +1 -1
  210. package/doc/functions/models.canFrameFlagFromJSON.html +1 -1
  211. package/doc/functions/models.canFrameFlagToJSON.html +1 -1
  212. package/doc/functions/models.canMessageFilterTypeFromJSON.html +1 -0
  213. package/doc/functions/models.canMessageFilterTypeToJSON.html +1 -0
  214. package/doc/functions/models.canModeFromJSON.html +1 -1
  215. package/doc/functions/models.canModeToJSON.html +1 -1
  216. package/doc/functions/models.createElectronApiFake.html +2 -2
  217. package/doc/functions/models.decimalCharFromJSON.html +1 -1
  218. package/doc/functions/models.decimalCharToJSON.html +1 -1
  219. package/doc/functions/models.decimalToFixed.html +1 -1
  220. package/doc/functions/models.decimalToHex.html +1 -1
  221. package/doc/functions/models.deviceEventFromJSON.html +1 -1
  222. package/doc/functions/models.deviceEventToJSON.html +1 -1
  223. package/doc/functions/models.fileConflictActionFromJSON.html +1 -1
  224. package/doc/functions/models.fileConflictActionToJSON.html +1 -1
  225. package/doc/functions/models.fileTypeFromJSON.html +1 -1
  226. package/doc/functions/models.fileTypeToJSON.html +1 -1
  227. package/doc/functions/models.linFrameFlagFromJSON.html +1 -1
  228. package/doc/functions/models.linFrameFlagToJSON.html +1 -1
  229. package/doc/functions/models.logFileFormatFromJSON.html +1 -1
  230. package/doc/functions/models.logFileFormatToJSON.html +1 -1
  231. package/doc/functions/models.logLevelFromJSON.html +1 -1
  232. package/doc/functions/models.logLevelToJSON.html +1 -1
  233. package/doc/functions/models.logReplayStateFromJSON.html +1 -1
  234. package/doc/functions/models.logReplayStateToJSON.html +1 -1
  235. package/doc/functions/models.loggerStateFromJSON.html +1 -0
  236. package/doc/functions/models.loggerStateToJSON.html +1 -0
  237. package/doc/functions/models.longToNumber.html +1 -1
  238. package/doc/functions/models.measurementEventFromJSON.html +1 -1
  239. package/doc/functions/models.measurementEventToJSON.html +1 -1
  240. package/doc/functions/models.protocolsFromJSON.html +1 -1
  241. package/doc/functions/models.protocolsToJSON.html +1 -1
  242. package/doc/functions/models.separatorFromJSON.html +1 -1
  243. package/doc/functions/models.separatorToJSON.html +1 -1
  244. package/doc/functions/models.signalEncodingFromJSON.html +1 -1
  245. package/doc/functions/models.signalEncodingToJSON.html +1 -1
  246. package/doc/functions/models.signalTypeFromJSON.html +1 -1
  247. package/doc/functions/models.signalTypeToJSON.html +1 -1
  248. package/doc/functions/models.signalValueTriggerOperatorFromJSON.html +1 -1
  249. package/doc/functions/models.signalValueTriggerOperatorToJSON.html +1 -1
  250. package/doc/functions/models.statusLevelFromJSON.html +1 -1
  251. package/doc/functions/models.statusLevelToJSON.html +1 -1
  252. package/doc/functions/models.timeReferenceFromJSON.html +1 -1
  253. package/doc/functions/models.timeReferenceToJSON.html +1 -1
  254. package/doc/functions/models.triggerOperatorFromJSON.html +1 -1
  255. package/doc/functions/models.triggerOperatorToJSON.html +1 -1
  256. package/doc/hierarchy.html +1 -1
  257. package/doc/index.html +2 -2
  258. package/doc/interfaces/controls.ButtonGroupProps.html +2 -2
  259. package/doc/interfaces/controls.ButtonProps.html +2 -2
  260. package/doc/interfaces/controls.CanChannelSelectControlProps.html +2 -2
  261. package/doc/interfaces/controls.CanIdentifierControlProps.html +20 -4
  262. package/doc/interfaces/controls.CanIdentifierFrameControlProps.html +17 -3
  263. package/doc/interfaces/controls.CanIdentifierGeneratorControlProps.html +7 -7
  264. package/doc/interfaces/controls.CanIdentifierGeneratorSettingsControlProps.html +2 -2
  265. package/doc/interfaces/controls.CheckboxControlProps.html +2 -2
  266. package/doc/interfaces/controls.ColumnItem.html +3 -0
  267. package/doc/interfaces/controls.ColumnItemControlProps.html +2 -2
  268. package/doc/interfaces/controls.ContextMenuProps.html +2 -2
  269. package/doc/interfaces/controls.DropdownButtonChildrenProps.html +3 -3
  270. package/doc/interfaces/controls.DropdownButtonProps.html +2 -2
  271. package/doc/interfaces/controls.DropdownButtonTextItemsProps.html +5 -5
  272. package/doc/interfaces/controls.DropdownPanelProps.html +2 -2
  273. package/doc/interfaces/controls.FormControlRowProps.html +2 -2
  274. package/doc/interfaces/controls.ILocalizedStrings.html +2 -2
  275. package/doc/interfaces/controls.IMessageDatabase.html +4 -0
  276. package/doc/interfaces/controls.InlineEditorProps.html +2 -2
  277. package/doc/interfaces/controls.LabelProps.html +2 -2
  278. package/doc/interfaces/controls.LinChannelSelectControlProps.html +20 -0
  279. package/doc/interfaces/controls.LinIdentifierControlProps.html +35 -0
  280. package/doc/interfaces/controls.LinIdentifierFrameControlProps.html +33 -0
  281. package/doc/interfaces/controls.LinIdentifierGeneratorControlProps.html +37 -0
  282. package/doc/interfaces/controls.LinIdentifierGeneratorSettingsControlProps.html +25 -0
  283. package/doc/interfaces/controls.NumberRangeControlProps.html +2 -2
  284. package/doc/interfaces/controls.RadioControlProps.html +2 -2
  285. package/doc/interfaces/controls.RadioGroupControlProps.html +2 -2
  286. package/doc/interfaces/controls.SectionControlProps.html +2 -2
  287. package/doc/interfaces/controls.SelectControlProps.html +2 -2
  288. package/doc/interfaces/controls.SelectMessageDialogProps.html +8 -0
  289. package/doc/interfaces/controls.SelectSignalDialogProps.html +12 -0
  290. package/doc/interfaces/controls.TableColumn.html +2 -2
  291. package/doc/interfaces/controls.TableControlProps.html +9 -3
  292. package/doc/interfaces/controls.TextControlProps.html +2 -2
  293. package/doc/interfaces/controls.ToggleButtonGroupProps.html +2 -2
  294. package/doc/interfaces/controls.ToggleButtonProps.html +2 -2
  295. package/doc/interfaces/controls.ToolbarControlProps.html +2 -2
  296. package/doc/interfaces/controls.ValidateableTextControlProps.html +2 -2
  297. package/doc/interfaces/controls.toolbarItem.html +2 -2
  298. package/doc/interfaces/ipc.ILogger.html +2 -2
  299. package/doc/interfaces/models.AboutInformation.html +2 -2
  300. package/doc/interfaces/models.ActivateLicenseRequest.html +2 -2
  301. package/doc/interfaces/models.AddAllConnectedCanChannelsRequest.html +2 -2
  302. package/doc/interfaces/models.AddAllConnectedLinChannelsRequest.html +2 -2
  303. package/doc/interfaces/models.AddOrUpdateDataProcessorRequest.html +2 -2
  304. package/doc/interfaces/models.AddOrUpdateSourceRequest.html +2 -2
  305. package/doc/interfaces/models.AddOrUpdateTargetRequest.html +2 -2
  306. package/doc/interfaces/models.ApiPreferences.html +2 -2
  307. package/doc/interfaces/models.AppEventArgs.html +2 -2
  308. package/doc/interfaces/models.BaseNodeProperties.html +2 -2
  309. package/doc/interfaces/models.BusStatus.html +2 -2
  310. package/doc/interfaces/models.CanBusParamLimits.html +2 -2
  311. package/doc/interfaces/models.CanBusParams.html +2 -2
  312. package/doc/interfaces/models.CanBusSpeedInfo.html +7 -13
  313. package/doc/interfaces/models.CanChannelCapacity.html +2 -2
  314. package/doc/interfaces/models.CanChannelConfiguration.html +11 -7
  315. package/doc/interfaces/models.CanFDBusSpeedCombination.html +4 -4
  316. package/doc/interfaces/models.CanFDBusSpeedInfo.html +8 -16
  317. package/doc/interfaces/models.CanFrameFlags.html +2 -2
  318. package/doc/interfaces/models.CanMessageFilterSettings.html +3 -3
  319. package/doc/interfaces/models.Channel.html +2 -2
  320. package/doc/interfaces/models.ChannelSettings.html +2 -2
  321. package/doc/interfaces/models.ClearLinMessageRequest.html +2 -2
  322. package/doc/interfaces/models.ConnectNodesRequest.html +2 -2
  323. package/doc/interfaces/models.DataProcessingStatus.html +2 -2
  324. package/doc/interfaces/models.DataProcessorNodeProperties.html +2 -2
  325. package/doc/interfaces/models.DatabaseFiles.html +6 -0
  326. package/doc/interfaces/models.DatabasesSettings.html +2 -2
  327. package/doc/interfaces/models.Device.html +2 -2
  328. package/doc/interfaces/models.DeviceEventArgs.html +2 -2
  329. package/doc/interfaces/models.Devices.html +2 -2
  330. package/doc/interfaces/models.DisconnectNodesRequest.html +2 -2
  331. package/doc/interfaces/models.Empty.html +2 -2
  332. package/doc/interfaces/models.ErrorStatus.html +2 -2
  333. package/doc/interfaces/models.Frame.html +2 -2
  334. package/doc/interfaces/models.FrameDefinition.html +2 -2
  335. package/doc/interfaces/models.FrameDefinitions.html +2 -2
  336. package/doc/interfaces/models.FramePropertyValue.html +2 -2
  337. package/doc/interfaces/models.FrameReceivedTrigger.html +2 -2
  338. package/doc/interfaces/models.Frame_PropertiesEntry.html +2 -2
  339. package/doc/interfaces/models.Frames.html +2 -2
  340. package/doc/interfaces/models.GetCanChannelBusSpeedsRequest.html +6 -3
  341. package/doc/interfaces/models.GetCanChannelBusSpeedsResponse.html +2 -2
  342. package/doc/interfaces/models.GetCanFdBusSpeedsRequest.html +2 -2
  343. package/doc/interfaces/models.GetCanFdBusSpeedsResponse.html +2 -2
  344. package/doc/interfaces/models.GetChannelsFromLogFileRequest.html +2 -2
  345. package/doc/interfaces/models.GetChannelsFromLogFileResponse.html +2 -2
  346. package/doc/interfaces/models.GetClassicCanBusSpeedsRequest.html +2 -2
  347. package/doc/interfaces/models.GetClassicCanBusSpeedsResponse.html +2 -2
  348. package/doc/interfaces/models.GetDataProcessorResponse.html +2 -2
  349. package/doc/interfaces/models.GetDevicesRequest.html +2 -2
  350. package/doc/interfaces/models.GetDevicesResponse.html +2 -2
  351. package/doc/interfaces/models.GetFrameDefinitionsFromDatabaseFilesRequest.html +2 -2
  352. package/doc/interfaces/models.GetLicensesResponse.html +2 -2
  353. package/doc/interfaces/models.GetLogFileFormatsRequest.html +6 -4
  354. package/doc/interfaces/models.GetLogFileFormatsResponse.html +2 -2
  355. package/doc/interfaces/models.GetLogLevelResponse.html +2 -2
  356. package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesRequest.html +2 -2
  357. package/doc/interfaces/models.GetScheduleTablesFromDatabaseFilesResponse.html +2 -2
  358. package/doc/interfaces/models.GetServiceExtensionInfoRequest.html +2 -2
  359. package/doc/interfaces/models.GetServiceExtensionInfoResponse.html +2 -2
  360. package/doc/interfaces/models.GetSignalDataFromMessageDataRequest.html +2 -2
  361. package/doc/interfaces/models.GetSignalDataFromMessageDataResponse.html +2 -2
  362. package/doc/interfaces/models.GetSourceResponse.html +2 -2
  363. package/doc/interfaces/models.GetTargetResponse.html +2 -2
  364. package/doc/interfaces/models.ILogFileFormat.html +2 -2
  365. package/doc/interfaces/models.IProject.html +2 -2
  366. package/doc/interfaces/models.IUserSettings.html +2 -2
  367. package/doc/interfaces/models.IWorkspaceComponentPaneData.html +2 -2
  368. package/doc/interfaces/models.IWorkspaceContainerPaneData.html +2 -2
  369. package/doc/interfaces/models.IWorkspaceData.html +2 -2
  370. package/doc/interfaces/models.IWorkspacePaneData.html +2 -2
  371. package/doc/interfaces/models.IdentifierRequest.html +2 -2
  372. package/doc/interfaces/models.IdentifiersRequest.html +2 -2
  373. package/doc/interfaces/models.InstallServiceExtensionRequest.html +2 -2
  374. package/doc/interfaces/models.InterpreterSettings.html +2 -2
  375. package/doc/interfaces/models.J1939InterpreterSettings.html +2 -2
  376. package/doc/interfaces/models.LicenseInformation.html +2 -2
  377. package/doc/interfaces/models.Licenses.html +2 -2
  378. package/doc/interfaces/models.LinChannelConfiguration.html +5 -3
  379. package/doc/interfaces/models.LinFrameFlags.html +2 -2
  380. package/doc/interfaces/models.LogMessage.html +2 -2
  381. package/doc/interfaces/models.LogMessages.html +2 -2
  382. package/doc/interfaces/models.LogReplaySettings.html +2 -2
  383. package/doc/interfaces/models.LogReplaySettings_ChannelIdentifiersEntry.html +2 -2
  384. package/doc/interfaces/models.LogReplayStatus.html +2 -2
  385. package/doc/interfaces/models.LoggerStatus.html +3 -0
  386. package/doc/interfaces/models.MeasurementEventArgs.html +2 -2
  387. package/doc/interfaces/models.MeasurementSetup.html +2 -2
  388. package/doc/interfaces/models.MessageLoggerSettings.html +18 -14
  389. package/doc/interfaces/models.NodeStatus.html +5 -5
  390. package/doc/interfaces/models.NodeStatuses.html +2 -2
  391. package/doc/interfaces/models.OnlineStatus.html +2 -2
  392. package/doc/interfaces/models.PeriodicTransmissionSettings.html +2 -2
  393. package/doc/interfaces/models.RequestLinMessageRequest.html +2 -2
  394. package/doc/interfaces/models.ScheduleTable.html +2 -2
  395. package/doc/interfaces/models.ScheduleTableEntry.html +2 -2
  396. package/doc/interfaces/models.SendLinWakeupFrameRequest.html +2 -2
  397. package/doc/interfaces/models.SendMessageRequest.html +2 -2
  398. package/doc/interfaces/models.ServiceExtensionSettings.html +2 -2
  399. package/doc/interfaces/models.SetLogLevelRequest.html +2 -2
  400. package/doc/interfaces/models.SetMeasurementSetupRequest.html +2 -2
  401. package/doc/interfaces/models.SetSignalDataToMessageDataRequest.html +2 -2
  402. package/doc/interfaces/models.SetSignalDataToMessageDataResponse.html +2 -2
  403. package/doc/interfaces/models.SignalDefinition.html +2 -2
  404. package/doc/interfaces/models.SignalDefinition_EnumValuesEntry.html +2 -2
  405. package/doc/interfaces/models.SignalDefinitions.html +2 -2
  406. package/doc/interfaces/models.SignalFilterSettings.html +4 -0
  407. package/doc/interfaces/models.SignalLoggerSettings.html +56 -0
  408. package/doc/interfaces/models.SignalValue.html +2 -2
  409. package/doc/interfaces/models.SignalValueTrigger.html +2 -2
  410. package/doc/interfaces/models.SourceNodeProperties.html +2 -2
  411. package/doc/interfaces/models.StartPeriodicTransmissionRequest.html +2 -2
  412. package/doc/interfaces/models.StartPeriodicTransmissionResponse.html +2 -2
  413. package/doc/interfaces/models.TargetNodeProperties.html +4 -3
  414. package/doc/interfaces/models.TriggerSettings.html +2 -2
  415. package/doc/interfaces/models.UninstallServiceExtensionRequest.html +2 -2
  416. package/doc/interfaces/models.UpdateLinMessageRequest.html +2 -2
  417. package/doc/interfaces/models.UpdatePeriodicTransmissionRequest.html +2 -2
  418. package/doc/interfaces/models.WriteFrame.html +2 -2
  419. package/doc/modules/controls.html +2 -2
  420. package/doc/modules/hooks.html +2 -2
  421. package/doc/modules/icons.html +2 -2
  422. package/doc/modules/ipc.html +2 -2
  423. package/doc/modules/models.html +2 -2
  424. package/doc/modules.html +1 -1
  425. package/doc/types/controls.ContextMenuOption.html +2 -2
  426. package/doc/types/controls.SelectOption.html +2 -2
  427. package/doc/types/controls.StringsMap.html +2 -2
  428. package/doc/types/controls.canIdentifierGeneratorType.html +2 -0
  429. package/doc/types/controls.canIdentifierType.html +2 -2
  430. package/doc/types/controls.linIdentifierGeneratorType.html +2 -0
  431. package/doc/types/models.IReadOnlyDataBuffer.html +1 -1
  432. package/doc/types/models.themes.html +1 -1
  433. package/doc/variables/models.AboutInformation-1.html +1 -1
  434. package/doc/variables/models.ActivateLicenseRequest-1.html +1 -1
  435. package/doc/variables/models.AddAllConnectedCanChannelsRequest-1.html +1 -1
  436. package/doc/variables/models.AddAllConnectedLinChannelsRequest-1.html +1 -1
  437. package/doc/variables/models.AddOrUpdateDataProcessorRequest-1.html +1 -1
  438. package/doc/variables/models.AddOrUpdateSourceRequest-1.html +1 -1
  439. package/doc/variables/models.AddOrUpdateTargetRequest-1.html +1 -1
  440. package/doc/variables/models.ApiPreferences-1.html +1 -1
  441. package/doc/variables/models.AppEventArgs-1.html +1 -1
  442. package/doc/variables/models.BaseNodeProperties-1.html +1 -1
  443. package/doc/variables/models.BusStatus-1.html +1 -1
  444. package/doc/variables/models.CanBusParamLimits-1.html +1 -1
  445. package/doc/variables/models.CanBusParams-1.html +1 -1
  446. package/doc/variables/models.CanBusSpeedInfo-1.html +1 -1
  447. package/doc/variables/models.CanChannelCapacity-1.html +1 -1
  448. package/doc/variables/models.CanChannelConfiguration-1.html +1 -1
  449. package/doc/variables/models.CanFDBusSpeedCombination-1.html +1 -1
  450. package/doc/variables/models.CanFDBusSpeedInfo-1.html +1 -1
  451. package/doc/variables/models.CanFrameFlags-1.html +1 -1
  452. package/doc/variables/models.CanMessageFilterSettings-1.html +1 -1
  453. package/doc/variables/models.Channel-1.html +1 -1
  454. package/doc/variables/models.ChannelSettings-1.html +1 -1
  455. package/doc/variables/models.ClearLinMessageRequest-1.html +1 -1
  456. package/doc/variables/models.ConnectNodesRequest-1.html +1 -1
  457. package/doc/variables/models.DataProcessingStatus-1.html +1 -1
  458. package/doc/variables/models.DataProcessorNodeProperties-1.html +1 -1
  459. package/doc/variables/models.DatabaseFiles-1.html +1 -0
  460. package/doc/variables/models.DatabasesSettings-1.html +1 -1
  461. package/doc/variables/models.Device-1.html +1 -1
  462. package/doc/variables/models.DeviceEventArgs-1.html +1 -1
  463. package/doc/variables/models.Devices-1.html +1 -1
  464. package/doc/variables/models.DisconnectNodesRequest-1.html +1 -1
  465. package/doc/variables/models.Empty-1.html +1 -1
  466. package/doc/variables/models.ErrorStatus-1.html +1 -1
  467. package/doc/variables/models.Frame-1.html +1 -1
  468. package/doc/variables/models.FrameDefinition-1.html +1 -1
  469. package/doc/variables/models.FrameDefinitions-1.html +1 -1
  470. package/doc/variables/models.FramePropertyValue-1.html +1 -1
  471. package/doc/variables/models.FrameReceivedTrigger-1.html +1 -1
  472. package/doc/variables/models.Frame_PropertiesEntry-1.html +1 -1
  473. package/doc/variables/models.Frames-1.html +1 -1
  474. package/doc/variables/models.GetCanChannelBusSpeedsRequest-1.html +1 -1
  475. package/doc/variables/models.GetCanChannelBusSpeedsResponse-1.html +1 -1
  476. package/doc/variables/models.GetCanFdBusSpeedsRequest-1.html +1 -1
  477. package/doc/variables/models.GetCanFdBusSpeedsResponse-1.html +1 -1
  478. package/doc/variables/models.GetChannelsFromLogFileRequest-1.html +1 -1
  479. package/doc/variables/models.GetChannelsFromLogFileResponse-1.html +1 -1
  480. package/doc/variables/models.GetClassicCanBusSpeedsRequest-1.html +1 -1
  481. package/doc/variables/models.GetClassicCanBusSpeedsResponse-1.html +1 -1
  482. package/doc/variables/models.GetDataProcessorResponse-1.html +1 -1
  483. package/doc/variables/models.GetDevicesRequest-1.html +1 -1
  484. package/doc/variables/models.GetDevicesResponse-1.html +1 -1
  485. package/doc/variables/models.GetFrameDefinitionsFromDatabaseFilesRequest-1.html +1 -1
  486. package/doc/variables/models.GetLicensesResponse-1.html +1 -1
  487. package/doc/variables/models.GetLogFileFormatsRequest-1.html +1 -1
  488. package/doc/variables/models.GetLogFileFormatsResponse-1.html +1 -1
  489. package/doc/variables/models.GetLogLevelResponse-1.html +1 -1
  490. package/doc/variables/models.GetScheduleTablesFromDatabaseFilesRequest-1.html +1 -1
  491. package/doc/variables/models.GetScheduleTablesFromDatabaseFilesResponse-1.html +1 -1
  492. package/doc/variables/models.GetServiceExtensionInfoRequest-1.html +1 -1
  493. package/doc/variables/models.GetServiceExtensionInfoResponse-1.html +1 -1
  494. package/doc/variables/models.GetSignalDataFromMessageDataRequest-1.html +1 -1
  495. package/doc/variables/models.GetSignalDataFromMessageDataResponse-1.html +1 -1
  496. package/doc/variables/models.GetSourceResponse-1.html +1 -1
  497. package/doc/variables/models.GetTargetResponse-1.html +1 -1
  498. package/doc/variables/models.IdentifierRequest-1.html +1 -1
  499. package/doc/variables/models.IdentifiersRequest-1.html +1 -1
  500. package/doc/variables/models.InstallServiceExtensionRequest-1.html +1 -1
  501. package/doc/variables/models.InterpreterSettings-1.html +1 -1
  502. package/doc/variables/models.J1939InterpreterSettings-1.html +1 -1
  503. package/doc/variables/models.LicenseInformation-1.html +1 -1
  504. package/doc/variables/models.Licenses-1.html +1 -1
  505. package/doc/variables/models.LinChannelConfiguration-1.html +1 -1
  506. package/doc/variables/models.LinFrameFlags-1.html +1 -1
  507. package/doc/variables/models.LogMessage-1.html +1 -1
  508. package/doc/variables/models.LogMessages-1.html +1 -1
  509. package/doc/variables/models.LogReplaySettings-1.html +1 -1
  510. package/doc/variables/models.LogReplaySettings_ChannelIdentifiersEntry-1.html +1 -1
  511. package/doc/variables/models.LogReplayStatus-1.html +1 -1
  512. package/doc/variables/models.LoggerStatus-1.html +1 -0
  513. package/doc/variables/models.MeasurementEventArgs-1.html +1 -1
  514. package/doc/variables/models.MeasurementSetup-1.html +1 -1
  515. package/doc/variables/models.MessageLoggerSettings-1.html +1 -1
  516. package/doc/variables/models.NodeStatus-1.html +1 -1
  517. package/doc/variables/models.NodeStatuses-1.html +1 -1
  518. package/doc/variables/models.OnlineStatus-1.html +1 -1
  519. package/doc/variables/models.PeriodicTransmissionSettings-1.html +1 -1
  520. package/doc/variables/models.RequestLinMessageRequest-1.html +1 -1
  521. package/doc/variables/models.ScheduleTable-1.html +1 -1
  522. package/doc/variables/models.ScheduleTableEntry-1.html +1 -1
  523. package/doc/variables/models.SendLinWakeupFrameRequest-1.html +1 -1
  524. package/doc/variables/models.SendMessageRequest-1.html +1 -1
  525. package/doc/variables/models.ServiceExtensionSettings-1.html +1 -1
  526. package/doc/variables/models.SetLogLevelRequest-1.html +1 -1
  527. package/doc/variables/models.SetMeasurementSetupRequest-1.html +1 -1
  528. package/doc/variables/models.SetSignalDataToMessageDataRequest-1.html +1 -1
  529. package/doc/variables/models.SetSignalDataToMessageDataResponse-1.html +1 -1
  530. package/doc/variables/models.SignalDefinition-1.html +1 -1
  531. package/doc/variables/models.SignalDefinition_EnumValuesEntry-1.html +1 -1
  532. package/doc/variables/models.SignalDefinitions-1.html +1 -1
  533. package/doc/variables/models.SignalFilterSettings-1.html +1 -0
  534. package/doc/variables/models.SignalLoggerSettings-1.html +1 -0
  535. package/doc/variables/models.SignalValue-1.html +1 -1
  536. package/doc/variables/models.SignalValueTrigger-1.html +1 -1
  537. package/doc/variables/models.SourceNodeProperties-1.html +1 -1
  538. package/doc/variables/models.StartPeriodicTransmissionRequest-1.html +1 -1
  539. package/doc/variables/models.StartPeriodicTransmissionResponse-1.html +1 -1
  540. package/doc/variables/models.TargetNodeProperties-1.html +1 -1
  541. package/doc/variables/models.TriggerSettings-1.html +1 -1
  542. package/doc/variables/models.UninstallServiceExtensionRequest-1.html +1 -1
  543. package/doc/variables/models.UpdateLinMessageRequest-1.html +1 -1
  544. package/doc/variables/models.UpdatePeriodicTransmissionRequest-1.html +1 -1
  545. package/doc/variables/models.WriteFrame-1.html +1 -1
  546. package/doc/variables/models.defaultUserSettings.html +2 -2
  547. package/package.json +14 -1
  548. package/doc/functions/models.messageLoggerStateFromJSON.html +0 -1
  549. package/doc/functions/models.messageLoggerStateToJSON.html +0 -1
  550. package/doc/interfaces/models.CanBusSpeed.html +0 -14
  551. package/doc/interfaces/models.MessageLoggerStatus.html +0 -3
  552. package/doc/variables/models.CanBusSpeed-1.html +0 -1
  553. package/doc/variables/models.MessageLoggerStatus-1.html +0 -1
@@ -1,6 +1,6 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MeasurementEventArgs | Kvaser CanKing GUI Extensions SDK - v7.1.0</title><link rel="icon" href="../assets/favicon.png" type="image/png"/><meta name="description" content="Documentation for Kvaser CanKing GUI Extensions SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Kvaser CanKing GUI Extensions SDK - v7.1.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Kvaser CanKing GUI Extensions SDK</a></li><li><a href="../modules/models.html">models</a></li><li><a href="models.MeasurementEventArgs.html">MeasurementEventArgs</a></li></ul><h1>Interface MeasurementEventArgs</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Event arguments</p>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MeasurementEventArgs | Kvaser CanKing GUI Extensions SDK - v7.2.0</title><link rel="icon" href="../assets/favicon.png" type="image/png"/><meta name="description" content="Documentation for Kvaser CanKing GUI Extensions SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Kvaser CanKing GUI Extensions SDK - v7.2.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Kvaser CanKing GUI Extensions SDK</a></li><li><a href="../modules/models.html">models</a></li><li><a href="models.MeasurementEventArgs.html">MeasurementEventArgs</a></li></ul><h1>Interface MeasurementEventArgs</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Event arguments</p>
2
2
  </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">MeasurementEventArgs</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="models.MeasurementEventArgs.html#eventtype">eventType</a><span class="tsd-signature-symbol">:</span> <a href="../enums/models.MeasurementEvent.html" class="tsd-signature-type tsd-kind-enum">MeasurementEvent</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MeasurementEventArgs.html#identifier">identifier</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MeasurementEventArgs.html#measurementsetup">measurementSetup</a><span class="tsd-signature-symbol">?:</span> <a href="models.MeasurementSetup.html" class="tsd-signature-type tsd-kind-interface">MeasurementSetup</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MeasurementEventArgs.html#onlinestatus">onlineStatus</a><span class="tsd-signature-symbol">?:</span> <a href="models.OnlineStatus.html" class="tsd-signature-type tsd-kind-interface">OnlineStatus</a><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="models.MeasurementEventArgs.html#eventtype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>event<wbr/>Type</span></a>
3
3
  <a href="models.MeasurementEventArgs.html#identifier" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>identifier?</span></a>
4
4
  <a href="models.MeasurementEventArgs.html#measurementsetup" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>measurement<wbr/>Setup?</span></a>
5
5
  <a href="models.MeasurementEventArgs.html#onlinestatus" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>online<wbr/>Status?</span></a>
6
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="eventtype" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>event<wbr/>Type</span><a href="#eventtype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">eventType</span><span class="tsd-signature-symbol">:</span> <a href="../enums/models.MeasurementEvent.html" class="tsd-signature-type tsd-kind-enum">MeasurementEvent</a></div></section><section class="tsd-panel tsd-member"><a id="identifier" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>identifier</span><a href="#identifier" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">identifier</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div></section><section class="tsd-panel tsd-member"><a id="measurementsetup" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>measurement<wbr/>Setup</span><a href="#measurementsetup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">measurementSetup</span><span class="tsd-signature-symbol">?:</span> <a href="models.MeasurementSetup.html" class="tsd-signature-type tsd-kind-interface">MeasurementSetup</a></div></section><section class="tsd-panel tsd-member"><a id="onlinestatus" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>online<wbr/>Status</span><a href="#onlinestatus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onlineStatus</span><span class="tsd-signature-symbol">?:</span> <a href="models.OnlineStatus.html" class="tsd-signature-type tsd-kind-interface">OnlineStatus</a></div></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#eventtype" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>event<wbr/>Type</span></a><a href="#identifier" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>identifier</span></a><a href="#measurementsetup" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>measurement<wbr/>Setup</span></a><a href="#onlinestatus" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>online<wbr/>Status</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Kvaser CanKing GUI Extensions SDK - v7.1.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p>Copyright KVASER AB 2025</p></footer><div class="overlay"></div></body></html>
6
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="eventtype" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>event<wbr/>Type</span><a href="#eventtype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">eventType</span><span class="tsd-signature-symbol">:</span> <a href="../enums/models.MeasurementEvent.html" class="tsd-signature-type tsd-kind-enum">MeasurementEvent</a></div></section><section class="tsd-panel tsd-member"><a id="identifier" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>identifier</span><a href="#identifier" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">identifier</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div></section><section class="tsd-panel tsd-member"><a id="measurementsetup" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>measurement<wbr/>Setup</span><a href="#measurementsetup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">measurementSetup</span><span class="tsd-signature-symbol">?:</span> <a href="models.MeasurementSetup.html" class="tsd-signature-type tsd-kind-interface">MeasurementSetup</a></div></section><section class="tsd-panel tsd-member"><a id="onlinestatus" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>online<wbr/>Status</span><a href="#onlinestatus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">onlineStatus</span><span class="tsd-signature-symbol">?:</span> <a href="models.OnlineStatus.html" class="tsd-signature-type tsd-kind-interface">OnlineStatus</a></div></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#eventtype" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>event<wbr/>Type</span></a><a href="#identifier" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>identifier</span></a><a href="#measurementsetup" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>measurement<wbr/>Setup</span></a><a href="#onlinestatus" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>online<wbr/>Status</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Kvaser CanKing GUI Extensions SDK - v7.2.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p>Copyright KVASER AB 2025</p></footer><div class="overlay"></div></body></html>
@@ -1,6 +1,6 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MeasurementSetup | Kvaser CanKing GUI Extensions SDK - v7.1.0</title><link rel="icon" href="../assets/favicon.png" type="image/png"/><meta name="description" content="Documentation for Kvaser CanKing GUI Extensions SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Kvaser CanKing GUI Extensions SDK - v7.1.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Kvaser CanKing GUI Extensions SDK</a></li><li><a href="../modules/models.html">models</a></li><li><a href="models.MeasurementSetup.html">MeasurementSetup</a></li></ul><h1>Interface MeasurementSetup</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>A message for defining a measurement setup.</p>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MeasurementSetup | Kvaser CanKing GUI Extensions SDK - v7.2.0</title><link rel="icon" href="../assets/favicon.png" type="image/png"/><meta name="description" content="Documentation for Kvaser CanKing GUI Extensions SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Kvaser CanKing GUI Extensions SDK - v7.2.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Kvaser CanKing GUI Extensions SDK</a></li><li><a href="../modules/models.html">models</a></li><li><a href="models.MeasurementSetup.html">MeasurementSetup</a></li></ul><h1>Interface MeasurementSetup</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>A message for defining a measurement setup.</p>
2
2
  </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">MeasurementSetup</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="models.MeasurementSetup.html#dataprocessors">dataProcessors</a><span class="tsd-signature-symbol">:</span> <a href="models.DataProcessorNodeProperties.html" class="tsd-signature-type tsd-kind-interface">DataProcessorNodeProperties</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MeasurementSetup.html#language">language</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MeasurementSetup.html#sources">sources</a><span class="tsd-signature-symbol">:</span> <a href="models.SourceNodeProperties.html" class="tsd-signature-type tsd-kind-interface">SourceNodeProperties</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MeasurementSetup.html#targets">targets</a><span class="tsd-signature-symbol">:</span> <a href="models.TargetNodeProperties.html" class="tsd-signature-type tsd-kind-interface">TargetNodeProperties</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="models.MeasurementSetup.html#dataprocessors" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data<wbr/>Processors</span></a>
3
3
  <a href="models.MeasurementSetup.html#language" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>language</span></a>
4
4
  <a href="models.MeasurementSetup.html#sources" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sources</span></a>
5
5
  <a href="models.MeasurementSetup.html#targets" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>targets</span></a>
6
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="dataprocessors" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>data<wbr/>Processors</span><a href="#dataprocessors" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dataProcessors</span><span class="tsd-signature-symbol">:</span> <a href="models.DataProcessorNodeProperties.html" class="tsd-signature-type tsd-kind-interface">DataProcessorNodeProperties</a><span class="tsd-signature-symbol">[]</span></div></section><section class="tsd-panel tsd-member"><a id="language" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>language</span><a href="#language" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">language</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div></section><section class="tsd-panel tsd-member"><a id="sources" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>sources</span><a href="#sources" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sources</span><span class="tsd-signature-symbol">:</span> <a href="models.SourceNodeProperties.html" class="tsd-signature-type tsd-kind-interface">SourceNodeProperties</a><span class="tsd-signature-symbol">[]</span></div></section><section class="tsd-panel tsd-member"><a id="targets" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>targets</span><a href="#targets" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">targets</span><span class="tsd-signature-symbol">:</span> <a href="models.TargetNodeProperties.html" class="tsd-signature-type tsd-kind-interface">TargetNodeProperties</a><span class="tsd-signature-symbol">[]</span></div></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#dataprocessors" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data<wbr/>Processors</span></a><a href="#language" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>language</span></a><a href="#sources" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sources</span></a><a href="#targets" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>targets</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Kvaser CanKing GUI Extensions SDK - v7.1.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p>Copyright KVASER AB 2025</p></footer><div class="overlay"></div></body></html>
6
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="dataprocessors" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>data<wbr/>Processors</span><a href="#dataprocessors" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dataProcessors</span><span class="tsd-signature-symbol">:</span> <a href="models.DataProcessorNodeProperties.html" class="tsd-signature-type tsd-kind-interface">DataProcessorNodeProperties</a><span class="tsd-signature-symbol">[]</span></div></section><section class="tsd-panel tsd-member"><a id="language" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>language</span><a href="#language" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">language</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div></section><section class="tsd-panel tsd-member"><a id="sources" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>sources</span><a href="#sources" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sources</span><span class="tsd-signature-symbol">:</span> <a href="models.SourceNodeProperties.html" class="tsd-signature-type tsd-kind-interface">SourceNodeProperties</a><span class="tsd-signature-symbol">[]</span></div></section><section class="tsd-panel tsd-member"><a id="targets" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>targets</span><a href="#targets" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">targets</span><span class="tsd-signature-symbol">:</span> <a href="models.TargetNodeProperties.html" class="tsd-signature-type tsd-kind-interface">TargetNodeProperties</a><span class="tsd-signature-symbol">[]</span></div></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#dataprocessors" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data<wbr/>Processors</span></a><a href="#language" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>language</span></a><a href="#sources" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sources</span></a><a href="#targets" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>targets</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Kvaser CanKing GUI Extensions SDK - v7.2.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p>Copyright KVASER AB 2025</p></footer><div class="overlay"></div></body></html>
@@ -1,40 +1,44 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MessageLoggerSettings | Kvaser CanKing GUI Extensions SDK - v7.1.0</title><link rel="icon" href="../assets/favicon.png" type="image/png"/><meta name="description" content="Documentation for Kvaser CanKing GUI Extensions SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Kvaser CanKing GUI Extensions SDK - v7.1.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Kvaser CanKing GUI Extensions SDK</a></li><li><a href="../modules/models.html">models</a></li><li><a href="models.MessageLoggerSettings.html">MessageLoggerSettings</a></li></ul><h1>Interface MessageLoggerSettings</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>A message for defining a message logger's settings.</p>
2
- </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">MessageLoggerSettings</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#autorestartafterstop">autoRestartAfterStop</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#calendartime">calendarTime</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#canmessagefilter">canMessageFilter</a><span class="tsd-signature-symbol">:</span> <a href="models.CanMessageFilterSettings.html" class="tsd-signature-type tsd-kind-interface">CanMessageFilterSettings</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#colseparator">colSeparator</a><span class="tsd-signature-symbol">?:</span> <a href="../enums/models.Separator.html" class="tsd-signature-type tsd-kind-enum">Separator</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#databyteslimit">dataBytesLimit</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#datainhex">dataInHex</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#decimalseparator">decimalSeparator</a><span class="tsd-signature-symbol">?:</span> <a href="../enums/models.DecimalChar.html" class="tsd-signature-type tsd-kind-enum">DecimalChar</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#fileconflictaction">fileConflictAction</a><span class="tsd-signature-symbol">:</span> <a href="../enums/models.FileConflictAction.html" class="tsd-signature-type tsd-kind-enum">FileConflictAction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#fileformat">fileFormat</a><span class="tsd-signature-symbol">:</span> <a href="../enums/models.LogFileFormat.html" class="tsd-signature-type tsd-kind-enum">LogFileFormat</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#filename">fileName</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#idinhex">idInHex</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#numberoftimedecimals">numberOfTimeDecimals</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#starttriggersettings">startTriggerSettings</a><span class="tsd-signature-symbol">:</span> <a href="models.TriggerSettings.html" class="tsd-signature-type tsd-kind-interface">TriggerSettings</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#starttriggersoperator">startTriggersOperator</a><span class="tsd-signature-symbol">:</span> <a href="../enums/models.TriggerOperator.html" class="tsd-signature-type tsd-kind-enum">TriggerOperator</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#stoptriggersettings">stopTriggerSettings</a><span class="tsd-signature-symbol">:</span> <a href="models.TriggerSettings.html" class="tsd-signature-type tsd-kind-interface">TriggerSettings</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#stoptriggersoperator">stopTriggersOperator</a><span class="tsd-signature-symbol">:</span> <a href="../enums/models.TriggerOperator.html" class="tsd-signature-type tsd-kind-enum">TriggerOperator</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#timereference">timeReference</a><span class="tsd-signature-symbol">?:</span> <a href="../enums/models.TimeReference.html" class="tsd-signature-type tsd-kind-enum">TimeReference</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#utctime">utcTime</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#writefileheader">writeFileHeader</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="models.MessageLoggerSettings.html#autorestartafterstop" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Restart<wbr/>After<wbr/>Stop</span></a>
3
- <a href="models.MessageLoggerSettings.html#calendartime" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>calendar<wbr/>Time?</span></a>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MessageLoggerSettings | Kvaser CanKing GUI Extensions SDK - v7.2.0</title><link rel="icon" href="../assets/favicon.png" type="image/png"/><meta name="description" content="Documentation for Kvaser CanKing GUI Extensions SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Kvaser CanKing GUI Extensions SDK - v7.2.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Kvaser CanKing GUI Extensions SDK</a></li><li><a href="../modules/models.html">models</a></li><li><a href="models.MessageLoggerSettings.html">MessageLoggerSettings</a></li></ul><h1>Interface MessageLoggerSettings</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>A message for defining a message logger's settings.</p>
2
+ </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">MessageLoggerSettings</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#autorestartafterstop">autoRestartAfterStop</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#canmessagefilter">canMessageFilter</a><span class="tsd-signature-symbol">:</span> <a href="models.CanMessageFilterSettings.html" class="tsd-signature-type tsd-kind-interface">CanMessageFilterSettings</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#colseparator">colSeparator</a><span class="tsd-signature-symbol">?:</span> <a href="../enums/models.Separator.html" class="tsd-signature-type tsd-kind-enum">Separator</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#databytesconverterlimit">dataBytesConverterLimit</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#decimalseparator">decimalSeparator</a><span class="tsd-signature-symbol">?:</span> <a href="../enums/models.DecimalChar.html" class="tsd-signature-type tsd-kind-enum">DecimalChar</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#fileconflictaction">fileConflictAction</a><span class="tsd-signature-symbol">:</span> <a href="../enums/models.FileConflictAction.html" class="tsd-signature-type tsd-kind-enum">FileConflictAction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#fileformat">fileFormat</a><span class="tsd-signature-symbol">:</span> <a href="../enums/models.LogFileFormat.html" class="tsd-signature-type tsd-kind-enum">LogFileFormat</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#filename">fileName</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#numberoftimedecimals">numberOfTimeDecimals</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#sizelimit">sizeLimit</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#starttriggersettings">startTriggerSettings</a><span class="tsd-signature-symbol">:</span> <a href="models.TriggerSettings.html" class="tsd-signature-type tsd-kind-interface">TriggerSettings</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#starttriggersoperator">startTriggersOperator</a><span class="tsd-signature-symbol">:</span> <a href="../enums/models.TriggerOperator.html" class="tsd-signature-type tsd-kind-enum">TriggerOperator</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#stoptriggersettings">stopTriggerSettings</a><span class="tsd-signature-symbol">:</span> <a href="models.TriggerSettings.html" class="tsd-signature-type tsd-kind-interface">TriggerSettings</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#stoptriggersoperator">stopTriggersOperator</a><span class="tsd-signature-symbol">:</span> <a href="../enums/models.TriggerOperator.html" class="tsd-signature-type tsd-kind-enum">TriggerOperator</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#timelimit">timeLimit</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#timereference">timeReference</a><span class="tsd-signature-symbol">?:</span> <a href="../enums/models.TimeReference.html" class="tsd-signature-type tsd-kind-enum">TimeReference</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#usecalendartime">useCalendarTime</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#useutctime">useUtcTime</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#writedatainhex">writeDataInHex</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#writefileheader">writeFileHeader</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.MessageLoggerSettings.html#writeidinhex">writeIdInHex</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="models.MessageLoggerSettings.html#autorestartafterstop" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Restart<wbr/>After<wbr/>Stop</span></a>
4
3
  <a href="models.MessageLoggerSettings.html#canmessagefilter" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>can<wbr/>Message<wbr/>Filter</span></a>
5
4
  <a href="models.MessageLoggerSettings.html#colseparator" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>col<wbr/>Separator?</span></a>
6
- <a href="models.MessageLoggerSettings.html#databyteslimit" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data<wbr/>Bytes<wbr/>Limit?</span></a>
7
- <a href="models.MessageLoggerSettings.html#datainhex" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data<wbr/>In<wbr/>Hex?</span></a>
5
+ <a href="models.MessageLoggerSettings.html#databytesconverterlimit" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data<wbr/>Bytes<wbr/>Converter<wbr/>Limit?</span></a>
8
6
  <a href="models.MessageLoggerSettings.html#decimalseparator" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>decimal<wbr/>Separator?</span></a>
9
7
  <a href="models.MessageLoggerSettings.html#fileconflictaction" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>file<wbr/>Conflict<wbr/>Action</span></a>
10
8
  <a href="models.MessageLoggerSettings.html#fileformat" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>file<wbr/>Format</span></a>
11
9
  <a href="models.MessageLoggerSettings.html#filename" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>file<wbr/>Name</span></a>
12
- <a href="models.MessageLoggerSettings.html#idinhex" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>id<wbr/>In<wbr/>Hex?</span></a>
13
10
  <a href="models.MessageLoggerSettings.html#numberoftimedecimals" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>number<wbr/>Of<wbr/>Time<wbr/>Decimals?</span></a>
11
+ <a href="models.MessageLoggerSettings.html#sizelimit" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>size<wbr/>Limit?</span></a>
14
12
  <a href="models.MessageLoggerSettings.html#starttriggersettings" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>start<wbr/>Trigger<wbr/>Settings</span></a>
15
13
  <a href="models.MessageLoggerSettings.html#starttriggersoperator" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>start<wbr/>Triggers<wbr/>Operator</span></a>
16
14
  <a href="models.MessageLoggerSettings.html#stoptriggersettings" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stop<wbr/>Trigger<wbr/>Settings</span></a>
17
15
  <a href="models.MessageLoggerSettings.html#stoptriggersoperator" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stop<wbr/>Triggers<wbr/>Operator</span></a>
16
+ <a href="models.MessageLoggerSettings.html#timelimit" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>time<wbr/>Limit?</span></a>
18
17
  <a href="models.MessageLoggerSettings.html#timereference" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>time<wbr/>Reference?</span></a>
19
- <a href="models.MessageLoggerSettings.html#utctime" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>utc<wbr/>Time?</span></a>
18
+ <a href="models.MessageLoggerSettings.html#usecalendartime" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>use<wbr/>Calendar<wbr/>Time?</span></a>
19
+ <a href="models.MessageLoggerSettings.html#useutctime" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>use<wbr/>Utc<wbr/>Time?</span></a>
20
+ <a href="models.MessageLoggerSettings.html#writedatainhex" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>Data<wbr/>In<wbr/>Hex?</span></a>
20
21
  <a href="models.MessageLoggerSettings.html#writefileheader" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>File<wbr/>Header?</span></a>
22
+ <a href="models.MessageLoggerSettings.html#writeidinhex" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>Id<wbr/>In<wbr/>Hex?</span></a>
21
23
  </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="autorestartafterstop" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>auto<wbr/>Restart<wbr/>After<wbr/>Stop</span><a href="#autorestartafterstop" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">autoRestartAfterStop</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>A flag indicating if the logger should auto-restart after stop. Default value is false</p>
22
- </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="calendartime" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>calendar<wbr/>Time</span><a href="#calendartime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">calendarTime</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Write timestamps in calendar time instead of seconds. Default value is false</p>
23
24
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="canmessagefilter" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>can<wbr/>Message<wbr/>Filter</span><a href="#canmessagefilter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">canMessageFilter</span><span class="tsd-signature-symbol">:</span> <a href="models.CanMessageFilterSettings.html" class="tsd-signature-type tsd-kind-interface">CanMessageFilterSettings</a></div><div class="tsd-comment tsd-typography"><p>Any filter</p>
24
25
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="colseparator" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>col<wbr/>Separator</span><a href="#colseparator" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">colSeparator</span><span class="tsd-signature-symbol">?:</span> <a href="../enums/models.Separator.html" class="tsd-signature-type tsd-kind-enum">Separator</a></div><div class="tsd-comment tsd-typography"><p>The column separator to be used. Default value is a comma (,)</p>
25
- </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="databyteslimit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>data<wbr/>Bytes<wbr/>Limit</span><a href="#databyteslimit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dataBytesLimit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Number of data bytes to max write to the log file (1-64). Default value is 8.</p>
26
- </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="datainhex" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>data<wbr/>In<wbr/>Hex</span><a href="#datainhex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dataInHex</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Write data in hexadecimal format. Default value is true</p>
26
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="databytesconverterlimit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>data<wbr/>Bytes<wbr/>Converter<wbr/>Limit</span><a href="#databytesconverterlimit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dataBytesConverterLimit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Number of data bytes to max write to the log file (1-64). Default value is 8</p>
27
27
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="decimalseparator" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>decimal<wbr/>Separator</span><a href="#decimalseparator" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">decimalSeparator</span><span class="tsd-signature-symbol">?:</span> <a href="../enums/models.DecimalChar.html" class="tsd-signature-type tsd-kind-enum">DecimalChar</a></div><div class="tsd-comment tsd-typography"><p>The decimal separator to be used. Default value is a dot (.)</p>
28
28
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="fileconflictaction" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>file<wbr/>Conflict<wbr/>Action</span><a href="#fileconflictaction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">fileConflictAction</span><span class="tsd-signature-symbol">:</span> <a href="../enums/models.FileConflictAction.html" class="tsd-signature-type tsd-kind-enum">FileConflictAction</a></div><div class="tsd-comment tsd-typography"><p>Name conflict action</p>
29
29
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="fileformat" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>file<wbr/>Format</span><a href="#fileformat" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">fileFormat</span><span class="tsd-signature-symbol">:</span> <a href="../enums/models.LogFileFormat.html" class="tsd-signature-type tsd-kind-enum">LogFileFormat</a></div><div class="tsd-comment tsd-typography"><p>The file format to be used</p>
30
30
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="filename" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>file<wbr/>Name</span><a href="#filename" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">fileName</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Name of the file to log messages to</p>
31
- </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="idinhex" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>id<wbr/>In<wbr/>Hex</span><a href="#idinhex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">idInHex</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Write ID in hexadecimal format. Default value is true</p>
32
- </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="numberoftimedecimals" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>number<wbr/>Of<wbr/>Time<wbr/>Decimals</span><a href="#numberoftimedecimals" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">numberOfTimeDecimals</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Number of time decimals (0-9). Default value is 4</p>
31
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="numberoftimedecimals" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>number<wbr/>Of<wbr/>Time<wbr/>Decimals</span><a href="#numberoftimedecimals" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">numberOfTimeDecimals</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Number of time decimals (0-9). Default value is 9</p>
32
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="sizelimit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>size<wbr/>Limit</span><a href="#sizelimit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sizeLimit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Max file size in megabytes before writing to a new file</p>
33
33
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="starttriggersettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>start<wbr/>Trigger<wbr/>Settings</span><a href="#starttriggersettings" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">startTriggerSettings</span><span class="tsd-signature-symbol">:</span> <a href="models.TriggerSettings.html" class="tsd-signature-type tsd-kind-interface">TriggerSettings</a><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Any start triggers</p>
34
34
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="starttriggersoperator" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>start<wbr/>Triggers<wbr/>Operator</span><a href="#starttriggersoperator" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">startTriggersOperator</span><span class="tsd-signature-symbol">:</span> <a href="../enums/models.TriggerOperator.html" class="tsd-signature-type tsd-kind-enum">TriggerOperator</a></div><div class="tsd-comment tsd-typography"><p>The trigger operator to be used between start triggers</p>
35
35
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="stoptriggersettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>stop<wbr/>Trigger<wbr/>Settings</span><a href="#stoptriggersettings" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">stopTriggerSettings</span><span class="tsd-signature-symbol">:</span> <a href="models.TriggerSettings.html" class="tsd-signature-type tsd-kind-interface">TriggerSettings</a><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Any stop triggers</p>
36
36
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="stoptriggersoperator" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>stop<wbr/>Triggers<wbr/>Operator</span><a href="#stoptriggersoperator" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">stopTriggersOperator</span><span class="tsd-signature-symbol">:</span> <a href="../enums/models.TriggerOperator.html" class="tsd-signature-type tsd-kind-enum">TriggerOperator</a></div><div class="tsd-comment tsd-typography"><p>The trigger operator to be used between stop triggers</p>
37
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="timelimit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>time<wbr/>Limit</span><a href="#timelimit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">timeLimit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Max number of seconds between first and last event before writing to a new file</p>
37
38
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="timereference" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>time<wbr/>Reference</span><a href="#timereference" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">timeReference</span><span class="tsd-signature-symbol">?:</span> <a href="../enums/models.TimeReference.html" class="tsd-signature-type tsd-kind-enum">TimeReference</a></div><div class="tsd-comment tsd-typography"><p>Use the specified time reference. Default value is FIRST_TRIGGER</p>
38
- </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="utctime" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>utc<wbr/>Time</span><a href="#utctime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">utcTime</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Use UTC instead of local time for absolute timestamps. Default value is false</p>
39
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="usecalendartime" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>use<wbr/>Calendar<wbr/>Time</span><a href="#usecalendartime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">useCalendarTime</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Write timestamps in calendar time instead of seconds. Default value is false</p>
40
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="useutctime" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>use<wbr/>Utc<wbr/>Time</span><a href="#useutctime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">useUtcTime</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Use UTC instead of local time for absolute timestamps. Default value is true</p>
41
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="writedatainhex" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>write<wbr/>Data<wbr/>In<wbr/>Hex</span><a href="#writedatainhex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">writeDataInHex</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Write data in hexadecimal format. Default value is true</p>
39
42
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="writefileheader" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>write<wbr/>File<wbr/>Header</span><a href="#writefileheader" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">writeFileHeader</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Write file header. Default value is true</p>
40
- </div><div class="tsd-comment tsd-typography"></div></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#autorestartafterstop" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Restart<wbr/>After<wbr/>Stop</span></a><a href="#calendartime" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>calendar<wbr/>Time</span></a><a href="#canmessagefilter" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>can<wbr/>Message<wbr/>Filter</span></a><a href="#colseparator" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>col<wbr/>Separator</span></a><a href="#databyteslimit" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data<wbr/>Bytes<wbr/>Limit</span></a><a href="#datainhex" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data<wbr/>In<wbr/>Hex</span></a><a href="#decimalseparator" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>decimal<wbr/>Separator</span></a><a href="#fileconflictaction" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>file<wbr/>Conflict<wbr/>Action</span></a><a href="#fileformat" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>file<wbr/>Format</span></a><a href="#filename" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>file<wbr/>Name</span></a><a href="#idinhex" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>id<wbr/>In<wbr/>Hex</span></a><a href="#numberoftimedecimals" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>number<wbr/>Of<wbr/>Time<wbr/>Decimals</span></a><a href="#starttriggersettings" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>start<wbr/>Trigger<wbr/>Settings</span></a><a href="#starttriggersoperator" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>start<wbr/>Triggers<wbr/>Operator</span></a><a href="#stoptriggersettings" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stop<wbr/>Trigger<wbr/>Settings</span></a><a href="#stoptriggersoperator" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stop<wbr/>Triggers<wbr/>Operator</span></a><a href="#timereference" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>time<wbr/>Reference</span></a><a href="#utctime" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>utc<wbr/>Time</span></a><a href="#writefileheader" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>File<wbr/>Header</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Kvaser CanKing GUI Extensions SDK - v7.1.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p>Copyright KVASER AB 2025</p></footer><div class="overlay"></div></body></html>
43
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="writeidinhex" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>write<wbr/>Id<wbr/>In<wbr/>Hex</span><a href="#writeidinhex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">writeIdInHex</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Write ID in hexadecimal format. Default value is true</p>
44
+ </div><div class="tsd-comment tsd-typography"></div></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#autorestartafterstop" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Restart<wbr/>After<wbr/>Stop</span></a><a href="#canmessagefilter" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>can<wbr/>Message<wbr/>Filter</span></a><a href="#colseparator" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>col<wbr/>Separator</span></a><a href="#databytesconverterlimit" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data<wbr/>Bytes<wbr/>Converter<wbr/>Limit</span></a><a href="#decimalseparator" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>decimal<wbr/>Separator</span></a><a href="#fileconflictaction" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>file<wbr/>Conflict<wbr/>Action</span></a><a href="#fileformat" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>file<wbr/>Format</span></a><a href="#filename" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>file<wbr/>Name</span></a><a href="#numberoftimedecimals" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>number<wbr/>Of<wbr/>Time<wbr/>Decimals</span></a><a href="#sizelimit" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>size<wbr/>Limit</span></a><a href="#starttriggersettings" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>start<wbr/>Trigger<wbr/>Settings</span></a><a href="#starttriggersoperator" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>start<wbr/>Triggers<wbr/>Operator</span></a><a href="#stoptriggersettings" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stop<wbr/>Trigger<wbr/>Settings</span></a><a href="#stoptriggersoperator" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stop<wbr/>Triggers<wbr/>Operator</span></a><a href="#timelimit" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>time<wbr/>Limit</span></a><a href="#timereference" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>time<wbr/>Reference</span></a><a href="#usecalendartime" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>use<wbr/>Calendar<wbr/>Time</span></a><a href="#useutctime" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>use<wbr/>Utc<wbr/>Time</span></a><a href="#writedatainhex" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>Data<wbr/>In<wbr/>Hex</span></a><a href="#writefileheader" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>File<wbr/>Header</span></a><a href="#writeidinhex" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>Id<wbr/>In<wbr/>Hex</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Kvaser CanKing GUI Extensions SDK - v7.2.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p>Copyright KVASER AB 2025</p></footer><div class="overlay"></div></body></html>
@@ -1,18 +1,18 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>NodeStatus | Kvaser CanKing GUI Extensions SDK - v7.1.0</title><link rel="icon" href="../assets/favicon.png" type="image/png"/><meta name="description" content="Documentation for Kvaser CanKing GUI Extensions SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Kvaser CanKing GUI Extensions SDK - v7.1.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Kvaser CanKing GUI Extensions SDK</a></li><li><a href="../modules/models.html">models</a></li><li><a href="models.NodeStatus.html">NodeStatus</a></li></ul><h1>Interface NodeStatus</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>A message for sending node status.</p>
2
- </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">NodeStatus</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="models.NodeStatus.html#busstatus">busStatus</a><span class="tsd-signature-symbol">:</span> <a href="models.BusStatus.html" class="tsd-signature-type tsd-kind-interface">BusStatus</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.NodeStatus.html#dataprocessingstatus">dataProcessingStatus</a><span class="tsd-signature-symbol">:</span> <a href="models.DataProcessingStatus.html" class="tsd-signature-type tsd-kind-interface">DataProcessingStatus</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.NodeStatus.html#errorstatus">errorStatus</a><span class="tsd-signature-symbol">:</span> <a href="models.ErrorStatus.html" class="tsd-signature-type tsd-kind-interface">ErrorStatus</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.NodeStatus.html#logreplaystatus">logReplayStatus</a><span class="tsd-signature-symbol">:</span> <a href="models.LogReplayStatus.html" class="tsd-signature-type tsd-kind-interface">LogReplayStatus</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.NodeStatus.html#messageloggerstatus">messageLoggerStatus</a><span class="tsd-signature-symbol">:</span> <a href="models.MessageLoggerStatus.html" class="tsd-signature-type tsd-kind-interface">MessageLoggerStatus</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.NodeStatus.html#nodeid">nodeId</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.NodeStatus.html#nodename">nodeName</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.NodeStatus.html#streamid">streamId</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="models.NodeStatus.html#busstatus" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>bus<wbr/>Status</span></a>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>NodeStatus | Kvaser CanKing GUI Extensions SDK - v7.2.0</title><link rel="icon" href="../assets/favicon.png" type="image/png"/><meta name="description" content="Documentation for Kvaser CanKing GUI Extensions SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Kvaser CanKing GUI Extensions SDK - v7.2.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Kvaser CanKing GUI Extensions SDK</a></li><li><a href="../modules/models.html">models</a></li><li><a href="models.NodeStatus.html">NodeStatus</a></li></ul><h1>Interface NodeStatus</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>A message for sending node status.</p>
2
+ </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">NodeStatus</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="models.NodeStatus.html#busstatus">busStatus</a><span class="tsd-signature-symbol">:</span> <a href="models.BusStatus.html" class="tsd-signature-type tsd-kind-interface">BusStatus</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.NodeStatus.html#dataprocessingstatus">dataProcessingStatus</a><span class="tsd-signature-symbol">:</span> <a href="models.DataProcessingStatus.html" class="tsd-signature-type tsd-kind-interface">DataProcessingStatus</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.NodeStatus.html#errorstatus">errorStatus</a><span class="tsd-signature-symbol">:</span> <a href="models.ErrorStatus.html" class="tsd-signature-type tsd-kind-interface">ErrorStatus</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.NodeStatus.html#loggerstatus">loggerStatus</a><span class="tsd-signature-symbol">:</span> <a href="models.LoggerStatus.html" class="tsd-signature-type tsd-kind-interface">LoggerStatus</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.NodeStatus.html#logreplaystatus">logReplayStatus</a><span class="tsd-signature-symbol">:</span> <a href="models.LogReplayStatus.html" class="tsd-signature-type tsd-kind-interface">LogReplayStatus</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.NodeStatus.html#nodeid">nodeId</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.NodeStatus.html#nodename">nodeName</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="models.NodeStatus.html#streamid">streamId</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="models.NodeStatus.html#busstatus" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>bus<wbr/>Status</span></a>
3
3
  <a href="models.NodeStatus.html#dataprocessingstatus" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data<wbr/>Processing<wbr/>Status</span></a>
4
4
  <a href="models.NodeStatus.html#errorstatus" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>error<wbr/>Status</span></a>
5
+ <a href="models.NodeStatus.html#loggerstatus" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>logger<wbr/>Status</span></a>
5
6
  <a href="models.NodeStatus.html#logreplaystatus" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>log<wbr/>Replay<wbr/>Status</span></a>
6
- <a href="models.NodeStatus.html#messageloggerstatus" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>message<wbr/>Logger<wbr/>Status</span></a>
7
7
  <a href="models.NodeStatus.html#nodeid" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>node<wbr/>Id</span></a>
8
8
  <a href="models.NodeStatus.html#nodename" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>node<wbr/>Name</span></a>
9
9
  <a href="models.NodeStatus.html#streamid" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stream<wbr/>Id</span></a>
10
10
  </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="busstatus" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>bus<wbr/>Status</span><a href="#busstatus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">busStatus</span><span class="tsd-signature-symbol">:</span> <a href="models.BusStatus.html" class="tsd-signature-type tsd-kind-interface">BusStatus</a></div><div class="tsd-comment tsd-typography"><p>Special bus status</p>
11
11
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="dataprocessingstatus" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>data<wbr/>Processing<wbr/>Status</span><a href="#dataprocessingstatus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dataProcessingStatus</span><span class="tsd-signature-symbol">:</span> <a href="models.DataProcessingStatus.html" class="tsd-signature-type tsd-kind-interface">DataProcessingStatus</a></div><div class="tsd-comment tsd-typography"><p>Special data processing status</p>
12
12
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="errorstatus" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>error<wbr/>Status</span><a href="#errorstatus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">errorStatus</span><span class="tsd-signature-symbol">:</span> <a href="models.ErrorStatus.html" class="tsd-signature-type tsd-kind-interface">ErrorStatus</a></div><div class="tsd-comment tsd-typography"><p>Error status</p>
13
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="loggerstatus" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>logger<wbr/>Status</span><a href="#loggerstatus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">loggerStatus</span><span class="tsd-signature-symbol">:</span> <a href="models.LoggerStatus.html" class="tsd-signature-type tsd-kind-interface">LoggerStatus</a></div><div class="tsd-comment tsd-typography"><p>Special message logger status</p>
13
14
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="logreplaystatus" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>log<wbr/>Replay<wbr/>Status</span><a href="#logreplaystatus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">logReplayStatus</span><span class="tsd-signature-symbol">:</span> <a href="models.LogReplayStatus.html" class="tsd-signature-type tsd-kind-interface">LogReplayStatus</a></div><div class="tsd-comment tsd-typography"><p>Special log replay status</p>
14
- </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="messageloggerstatus" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>message<wbr/>Logger<wbr/>Status</span><a href="#messageloggerstatus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">messageLoggerStatus</span><span class="tsd-signature-symbol">:</span> <a href="models.MessageLoggerStatus.html" class="tsd-signature-type tsd-kind-interface">MessageLoggerStatus</a></div><div class="tsd-comment tsd-typography"><p>Special message logger status</p>
15
15
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="nodeid" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>node<wbr/>Id</span><a href="#nodeid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">nodeId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Identifier of the node</p>
16
16
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="nodename" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>node<wbr/>Name</span><a href="#nodename" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">nodeName</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Name of the node</p>
17
17
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="streamid" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>stream<wbr/>Id</span><a href="#streamid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">streamId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Identifier of the stream node</p>
18
- </div><div class="tsd-comment tsd-typography"></div></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#busstatus" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>bus<wbr/>Status</span></a><a href="#dataprocessingstatus" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data<wbr/>Processing<wbr/>Status</span></a><a href="#errorstatus" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>error<wbr/>Status</span></a><a href="#logreplaystatus" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>log<wbr/>Replay<wbr/>Status</span></a><a href="#messageloggerstatus" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>message<wbr/>Logger<wbr/>Status</span></a><a href="#nodeid" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>node<wbr/>Id</span></a><a href="#nodename" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>node<wbr/>Name</span></a><a href="#streamid" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stream<wbr/>Id</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Kvaser CanKing GUI Extensions SDK - v7.1.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p>Copyright KVASER AB 2025</p></footer><div class="overlay"></div></body></html>
18
+ </div><div class="tsd-comment tsd-typography"></div></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#busstatus" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>bus<wbr/>Status</span></a><a href="#dataprocessingstatus" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data<wbr/>Processing<wbr/>Status</span></a><a href="#errorstatus" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>error<wbr/>Status</span></a><a href="#loggerstatus" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>logger<wbr/>Status</span></a><a href="#logreplaystatus" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>log<wbr/>Replay<wbr/>Status</span></a><a href="#nodeid" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>node<wbr/>Id</span></a><a href="#nodename" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>node<wbr/>Name</span></a><a href="#streamid" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stream<wbr/>Id</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Kvaser CanKing GUI Extensions SDK - v7.2.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p>Copyright KVASER AB 2025</p></footer><div class="overlay"></div></body></html>