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

Properties

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