Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.DataSetReaderDataType
Packages that use DataSetReaderDataType
-
Uses of DataSetReaderDataType in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return DataSetReaderDataTypeModifier and TypeMethodDescriptionDataSetReaderDataType.Codec.decodeType(EncodingContext context, UaDecoder decoder) DataSetReaderDataType @Nullable []ReaderGroupDataType.getDataSetReaders()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type DataSetReaderDataTypeMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type DataSetReaderDataTypeModifier and TypeMethodDescriptionvoidDataSetReaderDataType.Codec.encodeType(EncodingContext context, UaEncoder encoder, DataSetReaderDataType value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type DataSetReaderDataTypeModifierConstructorDescriptionReaderGroupDataType(@Nullable String name, Boolean enabled, MessageSecurityMode securityMode, @Nullable String securityGroupId, EndpointDescription @Nullable [] securityKeyServices, UInteger maxNetworkMessageSize, KeyValuePair @Nullable [] groupProperties, ReaderGroupTransportDataType transportSettings, ReaderGroupMessageDataType messageSettings, DataSetReaderDataType @Nullable [] dataSetReaders)