// ----- this file has been automatically generated - do not edit import { UAProperty } from "node-opcua-address-space-base" import { DataType } from "node-opcua-variant" import { NodeId } from "node-opcua-nodeid" import { UAString } from "node-opcua-basic-types" import { DTProgramDiagnostic } from "./dt_program_diagnostic" import { DTStatusResult } from "./dt_status_result" import { UABaseDataVariable, UABaseDataVariable_Base } from "./ua_base_data_variable" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |VariableType | * |typedDefinition |ProgramDiagnosticType i=2380 | * |dataType |ExtensionObject | * |dataType Name |DTProgramDiagnostic i=894 | * |value rank |-1 | * |isAbstract |false | */ export interface UAProgramDiagnostic_Base extends UABaseDataVariable_Base { createSessionId: UAProperty; createClientName: UAProperty; invocationCreationTime: UAProperty; lastTransitionTime: UAProperty; lastMethodCall: UAProperty; lastMethodSessionId: UAProperty; lastMethodInputArguments: UAProperty; lastMethodOutputArguments: UAProperty; lastMethodCallTime: UAProperty; lastMethodReturnStatus: UAProperty; } export interface UAProgramDiagnostic extends UABaseDataVariable, UAProgramDiagnostic_Base { }