Class DatagramConnectionTransport2DataType
java.lang.Object
org.eclipse.milo.opcua.stack.core.types.structured.Structure
org.eclipse.milo.opcua.stack.core.types.structured.ConnectionTransportDataType
org.eclipse.milo.opcua.stack.core.types.structured.DatagramConnectionTransportDataType
org.eclipse.milo.opcua.stack.core.types.structured.DatagramConnectionTransport2DataType
- All Implemented Interfaces:
UaDataType,UaStructuredType
public class DatagramConnectionTransport2DataType
extends DatagramConnectionTransportDataType
implements UaStructuredType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpandedNodeIdstatic final ExpandedNodeIdstatic final ExpandedNodeIdstatic final ExpandedNodeId -
Constructor Summary
ConstructorsConstructorDescriptionDatagramConnectionTransport2DataType(NetworkAddressDataType discoveryAddress, UInteger discoveryAnnounceRate, UInteger discoveryMaxMessageSize, @Nullable String qosCategory, QosDataType @Nullable [] datagramQos) -
Method Summary
Modifier and TypeMethodDescriptionstatic StructureDefinitiondefinition(NamespaceTable namespaceTable) booleanQosDataType @Nullable []@Nullable StringGet theExpandedNodeIdidentifying this DataType.inthashCode()toString()Methods inherited from class org.eclipse.milo.opcua.stack.core.types.structured.DatagramConnectionTransportDataType
getDiscoveryAddressMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.milo.opcua.stack.core.types.UaDataType
getTypeName
-
Field Details
-
TYPE_ID
-
BINARY_ENCODING_ID
-
XML_ENCODING_ID
-
JSON_ENCODING_ID
-
-
Constructor Details
-
DatagramConnectionTransport2DataType
public DatagramConnectionTransport2DataType(NetworkAddressDataType discoveryAddress, UInteger discoveryAnnounceRate, UInteger discoveryMaxMessageSize, @Nullable String qosCategory, QosDataType @Nullable [] datagramQos)
-
-
Method Details
-
getTypeId
Description copied from interface:UaDataTypeGet theExpandedNodeIdidentifying this DataType.- Specified by:
getTypeIdin interfaceUaDataType- Overrides:
getTypeIdin classDatagramConnectionTransportDataType- Returns:
- the
ExpandedNodeIdidentifying this DataType.
-
getBinaryEncodingId
- Specified by:
getBinaryEncodingIdin interfaceUaStructuredType- Overrides:
getBinaryEncodingIdin classDatagramConnectionTransportDataType
-
getXmlEncodingId
- Specified by:
getXmlEncodingIdin interfaceUaStructuredType- Overrides:
getXmlEncodingIdin classDatagramConnectionTransportDataType
-
getJsonEncodingId
- Specified by:
getJsonEncodingIdin interfaceUaStructuredType- Overrides:
getJsonEncodingIdin classDatagramConnectionTransportDataType
-
getDiscoveryAnnounceRate
-
getDiscoveryMaxMessageSize
-
getQosCategory
-
getDatagramQos
-
equals
- Overrides:
equalsin classDatagramConnectionTransportDataType
-
hashCode
public int hashCode()- Overrides:
hashCodein classDatagramConnectionTransportDataType
-
toString
- Overrides:
toStringin classDatagramConnectionTransportDataType
-
definition
-