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

Properties

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