NodeOPCUA API Documentation
    Preparing search index...

    Interface UADatagramWriterGroupTransport_Base

    namespace http://opcfoundation.org/UA/
    nodeClass ObjectType
    typedDefinition DatagramWriterGroupTransportType i=21133
    isAbstract false
    interface UADatagramWriterGroupTransport_Base {
        address?: UANetworkAddress;
        datagramQos?: UAProperty<DTStructure[], ExtensionObject>;
        discoveryAnnounceRate?: UAProperty<number, UInt32>;
        messageRepeatCount?: UAProperty<number, Byte>;
        messageRepeatDelay?: UAProperty<number, Double>;
        qosCategory?: UAProperty<UAString, String>;
        topic?: UAProperty<UAString, String>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    discoveryAnnounceRate?: UAProperty<number, UInt32>
    messageRepeatCount?: UAProperty<number, Byte>
    messageRepeatDelay?: UAProperty<number, Double>
    qosCategory?: UAProperty<UAString, String>