// ----- this file has been automatically generated - do not edit import { UAProperty } from "node-opcua-address-space-base" import { DataType } from "node-opcua-variant" import { LocalizedText } from "node-opcua-data-model" import { NodeId } from "node-opcua-nodeid" import { StatusCode } from "node-opcua-status-code" import { UABaseEvent, UABaseEvent_Base } from "./ua_base_event" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |BaseLogEventType i=19362 | * |isAbstract |true | */ export interface UABaseLogEvent_Base extends UABaseEvent_Base { conditionClassId: UAProperty; conditionClassName: UAProperty; errorCode?: UAProperty; errorCodeNode?: UAProperty; } export interface UABaseLogEvent extends Omit, UABaseLogEvent_Base { }