Interface UAProgramDiagnostic_Base<T>
interface UAProgramDiagnostic_Base<T> { createClientName: UAProperty<UAString, String>; createSessionId: UAProperty<NodeId, NodeId>; invocationCreationTime: UAProperty<Date, DateTime>; lastMethodCall: UAProperty<UAString, String>; lastMethodCallTime: UAProperty<Date, DateTime>; lastMethodInputArguments: UAProperty<any, any>; lastMethodOutputArguments: UAProperty<any, any>; lastMethodReturnStatus: UAProperty<DTStatusResult, ExtensionObject>; lastMethodSessionId: UAProperty<NodeId, NodeId>; lastTransitionTime: UAProperty<Date, DateTime>; } Properties
createClientName
createSessionId
invocationCreationTime
lastMethodCall
lastMethodCallTime
lastMethodInputArguments
lastMethodOutputArguments
lastMethodReturnStatus
lastMethodSessionId
lastTransitionTime