RoleSetType

The representation of the RoleSetType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | i=15607 |
NamespaceUri | http://opcfoundation.org/UA/ |
BrowseName | RoleSetType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
Categories | Base Info ServerType |
The references from the RoleSetType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Object | <RoleName> | RoleType | OptionalPlaceholder | |
HasComponent | Method | AddRole | Mandatory | ||
HasComponent | Method | RemoveRole | Mandatory |
AddRole
Signature
AddRole(
[in] String RoleName
[in] String NamespaceUri
[out] NodeId RoleNodeId
);
Argument | Description |
---|---|
RoleName | |
NamespaceUri | |
RoleNodeId |
RemoveRole
Signature
RemoveRole(
[in] NodeId RoleNodeId
);
Argument | Description |
---|---|
RoleNodeId |