NodeOPCUA API Documentation
    Preparing search index...

    Interface UADialogCondition_Base

    namespace http://opcfoundation.org/UA/
    nodeClass ObjectType
    typedDefinition DialogConditionType i=2830
    isAbstract false
    interface UADialogCondition_Base {
        addComment: UAMethod;
        branchId: UAProperty<NodeId, NodeId>;
        cancelResponse: UAProperty<number, Int32>;
        clientUserId: UAProperty<UAString, String>;
        comment: UAConditionVariable<LocalizedText, LocalizedText>;
        conditionClassId: UAProperty<NodeId, NodeId>;
        conditionClassName: UAProperty<LocalizedText, LocalizedText>;
        conditionName: UAProperty<UAString, String>;
        conditionRefresh: UAMethod;
        conditionRefresh2: UAMethod;
        conditionSubClassId?: UAProperty<NodeId[], NodeId>;
        conditionSubClassName?: UAProperty<LocalizedText[], LocalizedText>;
        defaultResponse: UAProperty<number, Int32>;
        dialogState: UATwoStateVariable<LocalizedText>;
        disable: UAMethod;
        enable: UAMethod;
        enabledState: UATwoStateVariable<LocalizedText>;
        eventId: UAProperty<Buffer<ArrayBufferLike>, ByteString>;
        eventType: UAProperty<NodeId, NodeId>;
        lastResponse: UAProperty<number, Int32>;
        lastSeverity: UAConditionVariable<number, UInt16>;
        localTime?: UAProperty<DTTimeZone, ExtensionObject>;
        message: UAProperty<LocalizedText, LocalizedText>;
        okResponse: UAProperty<number, Int32>;
        prompt: UAProperty<LocalizedText, LocalizedText>;
        quality: UAConditionVariable<StatusCode, StatusCode>;
        receiveTime: UAProperty<Date, DateTime>;
        respond: UAMethod;
        respond2?: UAMethod<UAMethodEvents>;
        responseOptionSet: UAProperty<LocalizedText[], LocalizedText>;
        retain: UAProperty<boolean, Boolean>;
        severity: UAProperty<number, UInt16>;
        sourceName: UAProperty<UAString, String>;
        sourceNode: UAProperty<NodeId, NodeId>;
        supportsFilteredRetain: UAProperty<boolean, Boolean>;
        time: UAProperty<Date, DateTime>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    addComment: UAMethod
    cancelResponse: UAProperty<number, Int32>
    clientUserId: UAProperty<UAString, String>
    conditionClassId: UAProperty<NodeId, NodeId>
    conditionClassName: UAProperty<LocalizedText, LocalizedText>
    conditionName: UAProperty<UAString, String>
    conditionRefresh: UAMethod
    conditionRefresh2: UAMethod
    conditionSubClassId?: UAProperty<NodeId[], NodeId>
    conditionSubClassName?: UAProperty<LocalizedText[], LocalizedText>
    defaultResponse: UAProperty<number, Int32>
    disable: UAMethod
    enable: UAMethod
    eventId: UAProperty<Buffer<ArrayBufferLike>, ByteString>
    eventType: UAProperty<NodeId, NodeId>
    lastResponse: UAProperty<number, Int32>
    lastSeverity: UAConditionVariable<number, UInt16>
    okResponse: UAProperty<number, Int32>
    receiveTime: UAProperty<Date, DateTime>
    respond: UAMethod
    responseOptionSet: UAProperty<LocalizedText[], LocalizedText>
    retain: UAProperty<boolean, Boolean>
    severity: UAProperty<number, UInt16>
    sourceName: UAProperty<UAString, String>
    sourceNode: UAProperty<NodeId, NodeId>
    supportsFilteredRetain: UAProperty<boolean, Boolean>
    time: UAProperty<Date, DateTime>