NodeOPCUA API Documentation
    Preparing search index...

    Interface SessionlessInvokeRequestTypeOptions

    interface SessionlessInvokeRequestTypeOptions {
        localeIds?: UAString[] | null;
        namespaceUris?: UAString[] | null;
        serverUris?: UAString[] | null;
        serviceId?: number;
        urisVersion?: number;
    }
    Index

    Properties

    localeIds?: UAString[] | null
    namespaceUris?: UAString[] | null
    serverUris?: UAString[] | null
    serviceId?: number
    urisVersion?: number