PubSubConfigurationType

The representation of the PubSubConfigurationType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | i=25482 |
NamespaceUri | http://opcfoundation.org/UA/ |
BrowseName | PubSubConfigurationType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | FileType |
Categories | PubSub Model Base |
The references from the PubSubConfigurationType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Method | ReserveIds | Mandatory | ||
HasComponent | Method | CloseAndUpdate | Mandatory |
ReserveIds
Signature
ReserveIds(
[in] String TransportProfileUri
[in] UInt16 NumReqWriterGroupIds
[in] UInt16 NumReqDataSetWriterIds
[out] BaseDataType DefaultPublisherId
[out] UInt16 WriterGroupIds
[out] UInt16 DataSetWriterIds
);
Argument | Description |
---|---|
TransportProfileUri | |
NumReqWriterGroupIds | |
NumReqDataSetWriterIds | |
DefaultPublisherId | |
WriterGroupIds | |
DataSetWriterIds |
CloseAndUpdate
Signature
CloseAndUpdate(
[in] UInt32 FileHandle
[in] Boolean RequireCompleteUpdate
[in] PubSubConfigurationRefDataType ConfigurationReferences
[out] Boolean ChangesApplied
[out] StatusCode ReferencesResults
[out] PubSubConfigurationValueDataType ConfigurationValues
[out] NodeId ConfigurationObjects
);
Argument | Description |
---|---|
FileHandle | |
RequireCompleteUpdate | |
ConfigurationReferences | |
ChangesApplied | |
ReferencesResults | |
ConfigurationValues | |
ConfigurationObjects |