Uses of Class
org.eclipse.milo.opcua.sdk.core.types.DynamicOptionSetType
Packages that use DynamicOptionSetType
-
Uses of DynamicOptionSetType in org.eclipse.milo.opcua.sdk.core.types
Methods in org.eclipse.milo.opcua.sdk.core.types that return DynamicOptionSetTypeModifier and TypeMethodDescriptionstatic DynamicOptionSetTypeDynamicOptionSetType.newInstance(DataType dataType, org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value, org.eclipse.milo.opcua.stack.core.types.builtin.ByteString validBits) Create a new instance ofDynamicOptionSetTypeusing the given DataType.Methods in org.eclipse.milo.opcua.sdk.core.types that return types with arguments of type DynamicOptionSetTypeModifier and TypeMethodDescriptionstatic BiFunction<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString,org.eclipse.milo.opcua.stack.core.types.builtin.ByteString, DynamicOptionSetType> DynamicOptionSetType.newInstanceFactory(DataType dataType) Create a new instance "factory" that produces newDynamicOptionSetTypeinstances of the given DataType.