Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.PubSubConnectionDataType
Packages that use PubSubConnectionDataType
-
Uses of PubSubConnectionDataType in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return PubSubConnectionDataTypeModifier and TypeMethodDescriptionPubSubConnectionDataType.Codec.decodeType(EncodingContext context, UaDecoder decoder) JsonActionResponderMessage.getConnection()JsonPubSubConnectionMessage.getConnection()PubSubConnectionDataType @Nullable []PubSubConfigurationDataType.getConnections()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type PubSubConnectionDataTypeMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type PubSubConnectionDataTypeModifier and TypeMethodDescriptionvoidPubSubConnectionDataType.Codec.encodeType(EncodingContext context, UaEncoder encoder, PubSubConnectionDataType value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type PubSubConnectionDataTypeModifierConstructorDescriptionJsonActionResponderMessage(@Nullable String messageId, @Nullable String messageType, @Nullable String publisherId, DateTime timestamp, PubSubConnectionDataType connection) JsonPubSubConnectionMessage(@Nullable String messageId, @Nullable String messageType, @Nullable String publisherId, DateTime timestamp, PubSubConnectionDataType connection) 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) PubSubConfigurationDataType(PublishedDataSetDataType @Nullable [] publishedDataSets, PubSubConnectionDataType @Nullable [] connections, Boolean enabled)