Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.StandaloneSubscribedDataSetDataType
Packages that use StandaloneSubscribedDataSetDataType
-
Uses of StandaloneSubscribedDataSetDataType in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return StandaloneSubscribedDataSetDataTypeModifier and TypeMethodDescriptionStandaloneSubscribedDataSetDataType.Codec.decodeType(EncodingContext context, UaDecoder decoder) StandaloneSubscribedDataSetDataType @Nullable []PubSubConfiguration2DataType.getSubscribedDataSets()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type StandaloneSubscribedDataSetDataTypeMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type StandaloneSubscribedDataSetDataTypeModifier and TypeMethodDescriptionvoidStandaloneSubscribedDataSetDataType.Codec.encodeType(EncodingContext context, UaEncoder encoder, StandaloneSubscribedDataSetDataType value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type StandaloneSubscribedDataSetDataTypeModifierConstructorDescriptionPubSubConfiguration2DataType(PublishedDataSetDataType @Nullable [] publishedDataSets, PubSubConnectionDataType @Nullable [] connections, Boolean enabled, StandaloneSubscribedDataSetDataType @Nullable [] subscribedDataSets, DataSetMetaDataType @Nullable [] dataSetClasses, EndpointDescription @Nullable [] defaultSecurityKeyServices, SecurityGroupDataType @Nullable [] securityGroups, PubSubKeyPushTargetDataType @Nullable [] pubSubKeyPushTargets, UInteger configurationVersion, KeyValuePair @Nullable [] configurationProperties)