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