NodeOPCUA API Documentation
    Preparing search index...

    Interface DTDatagramWriterGroupTransport2

    namespace http://opcfoundation.org/UA/
    nodeClass DataType
    name DatagramWriterGroupTransport2DataType
    isAbstract false
    interface DTDatagramWriterGroupTransport2 {
        address?: DTNetworkAddress;
        datagramQos?: DTStructure[];
        discoveryAnnounceRate: number;
        messageRepeatCount: number;
        messageRepeatDelay: number;
        qosCategory: UAString;
        topic: UAString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    datagramQos?: DTStructure[]
    discoveryAnnounceRate: number
    messageRepeatCount: number
    messageRepeatDelay: number
    qosCategory: UAString
    topic: UAString