9.1.5.4 AddReaderGroup Method (Deprecated)

This deprecated Method is used to add a new ReaderGroup Object to an instance of the PubSubConnection.

The Client should be authorized to modify the configuration for the PubSub functionality when invoking this Method on the Server.

Signature

	AddReaderGroup (
		[in]	ReaderGroupDataType 	Configuration,
		[out]	NodeId			GroupId
		);
	
Argument Description
ConfigurationConfiguration parameters for the ReaderGroup. The parameters and the ReaderGroupDataType are defined in 6.2.8.
GroupIdThe NodeId of the new ReaderGroup Object.

Method Result Codes

ResultCode Description
Bad_InvalidArgumentThe Server is not able to apply the GroupName. The name may be too long or may contain invalid characters.
Bad_BrowseNameDuplicatedAn Object with the name already exists in the connection.
Bad_ResourceUnavailableThe Server does not have enough resources to add the group.
Bad_UserAccessDeniedThe Session user does not have rights to create the group.

Table 268 specifies the AddressSpace representation for the AddReaderGroup Method.

Table 268 – AddReaderGroup Method AddressSpace definition
Attribute Value
BrowseNameAddReaderGroup
References NodeClass BrowseName DataType TypeDefinition ModellingRule
HasPropertyVariableInputArgumentsArgument[] PropertyTypeMandatory
HasPropertyVariableOutputArgumentsArgument[] PropertyTypeMandatory
ConformanceUnits
PubSub Model Base