NodeOPCUA API Documentation
    Preparing search index...
    interface UAMethodEvents {
        AccessRestrictions_changed: (attribute: DataValue) => void;
        afterCall: (
            context: ISessionContext,
            inputArguments: Variant[],
            callMethodResult: CallMethodResultOptions,
        ) => void;
        BrowseName_changed: (attribute: DataValue) => void;
        Description_changed: (attribute: DataValue) => void;
        DisplayName_changed: (attribute: DataValue) => void;
        dispose: () => void;
        event: (attribute: IEventData) => void;
        method_executed: (
            inputArguments: Variant[],
            context: ISessionContext,
            callMethodResult: CallMethodResultOptions,
        ) => void;
        RolePermissions_changed: (attribute: DataValue) => void;
        Value_changed: (attribute: DataValue) => void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    AccessRestrictions_changed: (attribute: DataValue) => void
    afterCall: (
        context: ISessionContext,
        inputArguments: Variant[],
        callMethodResult: CallMethodResultOptions,
    ) => void
    BrowseName_changed: (attribute: DataValue) => void
    Description_changed: (attribute: DataValue) => void
    DisplayName_changed: (attribute: DataValue) => void
    dispose: () => void
    event: (attribute: IEventData) => void
    method_executed: (
        inputArguments: Variant[],
        context: ISessionContext,
        callMethodResult: CallMethodResultOptions,
    ) => void
    RolePermissions_changed: (attribute: DataValue) => void
    Value_changed: (attribute: DataValue) => void