NodeOPCUA API Documentation
    Preparing search index...

    Interface UADatagramConnectionTransport_Base

    namespace http://opcfoundation.org/UA/
    nodeClass ObjectType
    typedDefinition DatagramConnectionTransportType i=15064
    isAbstract false
    interface UADatagramConnectionTransport_Base {
        datagramQos?: UAProperty<DTStructure[], ExtensionObject>;
        discoveryAddress: UANetworkAddress;
        discoveryAnnounceRate?: UAProperty<number, UInt32>;
        discoveryMaxMessageSize?: UAProperty<number, UInt32>;
        qosCategory?: UAProperty<UAString, String>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    discoveryAddress: UANetworkAddress
    discoveryAnnounceRate?: UAProperty<number, UInt32>
    discoveryMaxMessageSize?: UAProperty<number, UInt32>
    qosCategory?: UAProperty<UAString, String>