Uses of Class
org.eclipse.milo.opcua.sdk.core.types.DynamicStructType
Packages that use DynamicStructType
Package
Description
-
Uses of DynamicStructType in org.eclipse.milo.opcua.sdk.core.types
Methods in org.eclipse.milo.opcua.sdk.core.types that return DynamicStructTypeModifier and TypeMethodDescriptionstatic DynamicStructTypeDynamicStructType.newInstance(DataType dataType) Create a new DynamicStructType using the given DataType.Methods in org.eclipse.milo.opcua.sdk.core.types that return types with arguments of type DynamicStructTypeModifier and TypeMethodDescriptionstatic Supplier<DynamicStructType>DynamicStructType.newInstanceFactory(DataType dataType) Create a new instance "factory" that produces new DynamicStructType instances of the given DataType. -
Uses of DynamicStructType in org.eclipse.milo.opcua.sdk.core.types.codec
Methods in org.eclipse.milo.opcua.sdk.core.types.codec that return DynamicStructTypeModifier and TypeMethodDescriptionDynamicStructCodec.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 DynamicStructTypeMethods in org.eclipse.milo.opcua.sdk.core.types.codec with parameters of type DynamicStructTypeModifier and TypeMethodDescriptionvoidDynamicStructCodec.encodeType(org.eclipse.milo.opcua.stack.core.encoding.EncodingContext context, org.eclipse.milo.opcua.stack.core.encoding.UaEncoder encoder, DynamicStructType value)