NodeOPCUA API Documentation
    Preparing search index...

    Interface UAApplicationConfiguration_Base

    namespace http://opcfoundation.org/UA/
    nodeClass ObjectType
    typedDefinition ApplicationConfigurationType i=25731
    isAbstract false
    interface UAApplicationConfiguration_Base {
        applicationNames?: UAProperty<LocalizedText[], LocalizedText>;
        applicationType: UAProperty<EnumApplication, Int32>;
        applicationUri: UAProperty<UAString, String>;
        applyChanges: UAMethod;
        authorizationServices?: UAAuthorizationServicesConfigurationFolder;
        cancelChanges?: UAMethod<UAMethodEvents>;
        certificateGroups: UACertificateGroupFolder;
        configurationFile?: UAApplicationConfigurationFile;
        createSelfSignedCertificate?: UAMethod<UAMethodEvents>;
        createSigningRequest: UAMethod;
        deleteCertificate?: UAMethod<UAMethodEvents>;
        enabled: UAProperty<boolean, Boolean>;
        getCertificates?: UAMethod<UAMethodEvents>;
        getRejectedList: UAMethod;
        hasSecureElement?: UAProperty<boolean, Boolean>;
        inApplicationSetup?: UAProperty<boolean, Boolean>;
        isNonUaApplication?: UAProperty<boolean, Boolean>;
        keyCredentials?: UAKeyCredentialConfigurationFolder;
        maxTrustListSize: UAProperty<number, UInt32>;
        multicastDnsEnabled: UAProperty<boolean, Boolean>;
        productUri: UAProperty<UAString, String>;
        resetToServerDefaults?: UAMethod<UAMethodEvents>;
        serverCapabilities: UAProperty<UAString[], String>;
        supportedPrivateKeyFormats: UAProperty<UAString[], String>;
        supportsTransactions?: UAProperty<boolean, Boolean>;
        transactionDiagnostics?: UATransactionDiagnostics;
        updateCertificate: UAMethod;
    }

    Hierarchy (View Summary)

    Index

    Properties

    applicationNames?: UAProperty<LocalizedText[], LocalizedText>
    applicationType: UAProperty<EnumApplication, Int32>
    applicationUri: UAProperty<UAString, String>
    applyChanges: UAMethod
    cancelChanges?: UAMethod<UAMethodEvents>
    certificateGroups: UACertificateGroupFolder
    configurationFile?: UAApplicationConfigurationFile
    createSelfSignedCertificate?: UAMethod<UAMethodEvents>
    createSigningRequest: UAMethod
    deleteCertificate?: UAMethod<UAMethodEvents>
    enabled: UAProperty<boolean, Boolean>
    getCertificates?: UAMethod<UAMethodEvents>
    getRejectedList: UAMethod
    hasSecureElement?: UAProperty<boolean, Boolean>
    inApplicationSetup?: UAProperty<boolean, Boolean>
    isNonUaApplication?: UAProperty<boolean, Boolean>
    maxTrustListSize: UAProperty<number, UInt32>
    multicastDnsEnabled: UAProperty<boolean, Boolean>
    productUri: UAProperty<UAString, String>
    resetToServerDefaults?: UAMethod<UAMethodEvents>
    serverCapabilities: UAProperty<UAString[], String>
    supportedPrivateKeyFormats: UAProperty<UAString[], String>
    supportsTransactions?: UAProperty<boolean, Boolean>
    transactionDiagnostics?: UATransactionDiagnostics
    updateCertificate: UAMethod