NodeOPCUA API Documentation
    Preparing search index...

    Interface UABrokerDataSetReaderTransport_Base

    namespace http://opcfoundation.org/UA/
    nodeClass ObjectType
    typedDefinition BrokerDataSetReaderTransportType i=21142
    isAbstract false
    interface UABrokerDataSetReaderTransport_Base {
        authenticationProfileUri: UAProperty<UAString, String>;
        metaDataQueueName: UAProperty<UAString, String>;
        queueName: UAProperty<UAString, String>;
        requestedDeliveryGuarantee: UAProperty<
            EnumBrokerTransportQualityOfService,
            Int32,
        >;
        resourceUri: UAProperty<UAString, String>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    authenticationProfileUri: UAProperty<UAString, String>
    metaDataQueueName: UAProperty<UAString, String>
    requestedDeliveryGuarantee: UAProperty<
        EnumBrokerTransportQualityOfService,
        Int32,
    >
    resourceUri: UAProperty<UAString, String>