.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.IScopeMapper Interface Reference

Interface for mapping names to ScopeIds. More...

Inherited by UnifiedAutomation.UaBase.DefaultScopeMapper.

Public Member Functions

uint GroupId (string name)
 Returns the ScopeId for a group name. More...
 
uint UserId (string name)
 Returns the ScopeId for a user name. More...
 
void GetAdministratorScopes (out uint administrator, out uint securityAdmin)
 Access to Administrator and UserAdmin scope More...
 

Detailed Description

Interface for mapping names to ScopeIds.

Member Function Documentation

void UnifiedAutomation.UaBase.IScopeMapper.GetAdministratorScopes ( out uint  administrator,
out uint  securityAdmin 
)

Access to Administrator and UserAdmin scope

Parameters
administrator
securityAdmin

Implemented in UnifiedAutomation.UaBase.DefaultScopeMapper.

uint UnifiedAutomation.UaBase.IScopeMapper.GroupId ( string  name)

Returns the ScopeId for a group name.

Parameters
nameThe name of the group.
Returns

Implemented in UnifiedAutomation.UaBase.DefaultScopeMapper.

uint UnifiedAutomation.UaBase.IScopeMapper.UserId ( string  name)

Returns the ScopeId for a user name.

Parameters
nameThe name of the user.
Returns

Implemented in UnifiedAutomation.UaBase.DefaultScopeMapper.


The documentation for this interface was generated from the following file: