Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.WriterGroupDataType
Packages that use WriterGroupDataType
-
Uses of WriterGroupDataType in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return WriterGroupDataTypeModifier and TypeMethodDescriptionWriterGroupDataType.Codec.decodeType(EncodingContext context, UaDecoder decoder) WriterGroupDataType @Nullable []PubSubConnectionDataType.getWriterGroups()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type WriterGroupDataTypeMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type WriterGroupDataTypeModifier and TypeMethodDescriptionvoidWriterGroupDataType.Codec.encodeType(EncodingContext context, UaEncoder encoder, WriterGroupDataType value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type WriterGroupDataTypeModifierConstructorDescriptionPubSubConnectionDataType(@Nullable String name, Boolean enabled, Variant publisherId, @Nullable String transportProfileUri, NetworkAddressDataType address, KeyValuePair @Nullable [] connectionProperties, ConnectionTransportDataType transportSettings, WriterGroupDataType @Nullable [] writerGroups, ReaderGroupDataType @Nullable [] readerGroups)