Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.DataSetMetaDataType
Packages that use DataSetMetaDataType
-
Uses of DataSetMetaDataType in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return DataSetMetaDataTypeModifier and TypeMethodDescriptionDataSetMetaDataType.Codec.decodeType(EncodingContext context, UaDecoder decoder) DataSetMetaDataType @Nullable []PubSubConfiguration2DataType.getDataSetClasses()DataSetReaderDataType.getDataSetMetaData()PublishedDataSetDataType.getDataSetMetaData()StandaloneSubscribedDataSetDataType.getDataSetMetaData()JsonDataSetMetaDataMessage.getMetaData()JsonActionMetaDataMessage.getRequest()PublishedActionDataType.getRequestDataSetMetaData()JsonActionMetaDataMessage.getResponse()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type DataSetMetaDataTypeMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type DataSetMetaDataTypeModifier and TypeMethodDescriptionvoidDataSetMetaDataType.Codec.encodeType(EncodingContext context, UaEncoder encoder, DataSetMetaDataType value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type DataSetMetaDataTypeModifierConstructorDescriptionDataSetReaderDataType(@Nullable String name, Boolean enabled, Variant publisherId, UShort writerGroupId, UShort dataSetWriterId, DataSetMetaDataType dataSetMetaData, DataSetFieldContentMask dataSetFieldContentMask, Double messageReceiveTimeout, UInteger keyFrameCount, @Nullable String headerLayoutUri, MessageSecurityMode securityMode, @Nullable String securityGroupId, EndpointDescription @Nullable [] securityKeyServices, KeyValuePair @Nullable [] dataSetReaderProperties, DataSetReaderTransportDataType transportSettings, DataSetReaderMessageDataType messageSettings, SubscribedDataSetDataType subscribedDataSet) JsonActionMetaDataMessage(@Nullable String messageId, @Nullable String messageType, @Nullable String publisherId, UShort dataSetWriterId, @Nullable String dataSetWriterName, DateTime timestamp, ActionTargetDataType @Nullable [] actionTargets, DataSetMetaDataType request, DataSetMetaDataType response, ActionMethodDataType @Nullable [] actionMethods) JsonDataSetMetaDataMessage(@Nullable String messageId, @Nullable String messageType, @Nullable String publisherId, UShort dataSetWriterId, @Nullable String writerGroupName, @Nullable String dataSetWriterName, DateTime timestamp, DataSetMetaDataType metaData) PublishedActionDataType(DataSetMetaDataType requestDataSetMetaData, ActionTargetDataType @Nullable [] actionTargets) PublishedActionMethodDataType(DataSetMetaDataType requestDataSetMetaData, ActionTargetDataType @Nullable [] actionTargets, ActionMethodDataType @Nullable [] actionMethods) PublishedDataSetDataType(@Nullable String name, String @Nullable [] dataSetFolder, DataSetMetaDataType dataSetMetaData, KeyValuePair @Nullable [] extensionFields, PublishedDataSetSourceDataType dataSetSource) PubSubConfiguration2DataType(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) StandaloneSubscribedDataSetDataType(@Nullable String name, String @Nullable [] dataSetFolder, DataSetMetaDataType dataSetMetaData, SubscribedDataSetDataType subscribedDataSet)