Uses of Class
org.eclipse.milo.opcua.sdk.core.types.DynamicUnionType
Packages that use DynamicUnionType
Package
Description
-
Uses of DynamicUnionType in org.eclipse.milo.opcua.sdk.core.types
Methods in org.eclipse.milo.opcua.sdk.core.types that return DynamicUnionTypeModifier and TypeMethodDescriptionstatic DynamicUnionTypeDynamicUnionType.newInstance(DataType dataType, @Nullable DynamicUnionType.UnionValue value) Create a new DynamicUnionType using the given DataType and value.Methods in org.eclipse.milo.opcua.sdk.core.types that return types with arguments of type DynamicUnionTypeModifier and TypeMethodDescriptionDynamicUnionType.newInstanceFactory(DataType dataType) Create a new instance "factory" that produces new DynamicUnionType instances of the given DataType. -
Uses of DynamicUnionType in org.eclipse.milo.opcua.sdk.core.types.codec
Methods in org.eclipse.milo.opcua.sdk.core.types.codec that return DynamicUnionTypeModifier and TypeMethodDescriptionDynamicUnionCodec.decodeType(org.eclipse.milo.opcua.stack.core.encoding.EncodingContext context, org.eclipse.milo.opcua.stack.core.encoding.UaDecoder decoder) Methods in org.eclipse.milo.opcua.sdk.core.types.codec that return types with arguments of type DynamicUnionTypeMethods in org.eclipse.milo.opcua.sdk.core.types.codec with parameters of type DynamicUnionTypeModifier and TypeMethodDescriptionvoidDynamicUnionCodec.encodeType(org.eclipse.milo.opcua.stack.core.encoding.EncodingContext context, org.eclipse.milo.opcua.stack.core.encoding.UaEncoder encoder, DynamicUnionType value)