namespace http://opcfoundation.org/UA/
nodeClass ObjectType
typedDefinition AcknowledgeableConditionType i=2881
isAbstract false
interface UAAcknowledgeableCondition_Base {
    ackedState: UATwoStateVariable<LocalizedText>;
    acknowledge: UAMethod;
    addComment: UAMethod;
    branchId: UAProperty<NodeId, NodeId>;
    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>;
    confirm?: UAMethod;
    confirmedState?: UATwoStateVariable<LocalizedText>;
    disable: UAMethod;
    enable: UAMethod;
    enabledState: UATwoStateVariable<LocalizedText>;
    eventId: UAProperty<Buffer, ByteString>;
    eventType: UAProperty<NodeId, NodeId>;
    lastSeverity: UAConditionVariable<number, UInt16>;
    localTime?: UAProperty<DTTimeZone, ExtensionObject>;
    message: UAProperty<LocalizedText, LocalizedText>;
    quality: UAConditionVariable<StatusCode, StatusCode>;
    receiveTime: UAProperty<Date, DateTime>;
    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 full)

Properties

acknowledge: UAMethod
addComment: UAMethod
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>
confirm?: UAMethod
disable: UAMethod
enable: UAMethod
eventId: UAProperty<Buffer, ByteString>
eventType: UAProperty<NodeId, NodeId>
lastSeverity: UAConditionVariable<number, UInt16>
receiveTime: UAProperty<Date, DateTime>
retain: UAProperty<boolean, Boolean>
severity: UAProperty<number, UInt16>
sourceName: UAProperty<UAString, String>
sourceNode: UAProperty<NodeId, NodeId>
supportsFilteredRetain: UAProperty<boolean, Boolean>
time: UAProperty<Date, DateTime>