NodeOPCUA API Documentation
    Preparing search index...

    Interface UAConditionEvents

    interface UAConditionEvents {
        AccessRestrictions_changed: (attribute: DataValue) => void;
        addComment: AddCommentEventHandler;
        branch_deleted: (branchId: string) => void;
        BrowseName_changed: (attribute: DataValue) => void;
        Description_changed: (attribute: DataValue) => void;
        DisplayName_changed: (attribute: DataValue) => void;
        dispose: () => void;
        event: (attribute: IEventData) => void;
        event_raised: () => void;
        RolePermissions_changed: (attribute: DataValue) => void;
        Value_changed: (attribute: DataValue) => void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    AccessRestrictions_changed: (attribute: DataValue) => void
    branch_deleted: (branchId: string) => void
    BrowseName_changed: (attribute: DataValue) => void
    Description_changed: (attribute: DataValue) => void
    DisplayName_changed: (attribute: DataValue) => void
    dispose: () => void
    event: (attribute: IEventData) => void
    event_raised: () => void
    RolePermissions_changed: (attribute: DataValue) => void
    Value_changed: (attribute: DataValue) => void