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 full)

Properties

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