// ----- 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 { StatusCode } from "node-opcua-status-code" import { UAString } from "node-opcua-basic-types" import { UABaseDataVariable, UABaseDataVariable_Base } from "./ua_base_data_variable" import { DTProgramDiagnostic2 } from "./dt_program_diagnostic_2" import { DTArgument } from "./dt_argument" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |VariableType | * |typedDefinition |ProgramDiagnostic2Type i=15383 | * |dataType |ExtensionObject | * |dataType Name |DTProgramDiagnostic2 i=24033 | * |value rank |-1 | * |isAbstract |false | */ export interface UAProgramDiagnostic2_Base extends UABaseDataVariable_Base { createSessionId: UABaseDataVariable; createClientName: UABaseDataVariable; invocationCreationTime: UABaseDataVariable; lastTransitionTime: UAProperty; lastMethodCall: UABaseDataVariable; lastMethodSessionId: UABaseDataVariable; lastMethodInputArguments: UABaseDataVariable; lastMethodOutputArguments: UABaseDataVariable; lastMethodInputValues: UABaseDataVariable; lastMethodOutputValues: UABaseDataVariable; lastMethodCallTime: UABaseDataVariable; lastMethodReturnStatus: UABaseDataVariable; } export interface UAProgramDiagnostic2 extends UABaseDataVariable, UAProgramDiagnostic2_Base { }