Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.GenericAttributeValue
Packages that use GenericAttributeValue
-
Uses of GenericAttributeValue in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return GenericAttributeValueModifier and TypeMethodDescriptionGenericAttributeValue.Codec.decodeType(EncodingContext context, UaDecoder decoder) GenericAttributeValue @Nullable []GenericAttributes.getAttributeValues()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type GenericAttributeValueMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type GenericAttributeValueModifier and TypeMethodDescriptionvoidGenericAttributeValue.Codec.encodeType(EncodingContext context, UaEncoder encoder, GenericAttributeValue value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type GenericAttributeValueModifierConstructorDescriptionGenericAttributes(UInteger specifiedAttributes, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, GenericAttributeValue @Nullable [] attributeValues)