namespace http://opcfoundation.org/UA/
nodeClass ObjectType
typedDefinition TransactionDiagnosticsType i=32286
isAbstract false
interface UATransactionDiagnostics_Base {
    affectedCertificateGroups: UAProperty<NodeId[], NodeId>;
    affectedTrustLists: UAProperty<NodeId[], NodeId>;
    endTime: UAProperty<Date, DateTime>;
    errors: UAProperty<DTTransactionError[], ExtensionObject>;
    result: UAProperty<StatusCode, StatusCode>;
    startTime: UAProperty<Date, DateTime>;
}

Hierarchy (view full)

Properties

affectedCertificateGroups: UAProperty<NodeId[], NodeId>
affectedTrustLists: UAProperty<NodeId[], NodeId>
endTime: UAProperty<Date, DateTime>
startTime: UAProperty<Date, DateTime>