Method | Description | |
---|---|---|
GetAttribute ( NodeId typeId ) : AeEventAttribute |
Returns the attribute with the specified event type id and browse path.
|
|
GetAttribute ( uint attributeId ) : AeEventAttribute |
Returns the attribute with the specified attribute id.
|
|
GetAttributes ( uint categoryId ) : List |
Gets the list of categories for the specified event types.
|
|
GetCategories ( int eventType ) : List |
Gets the list of categories for the specified event types.
|
|
GetCategory ( NodeId typeId ) : AeEventCategory |
Returns the category with the specified event type id.
|
|
GetCategory ( uint categoryId ) : AeEventCategory |
Returns the category with the specified category id.
|
|
Initialize ( Session session, ComAe2ProxyConfiguration configuration ) : void |
Initializes the mapper.
|
Method | Description | |
---|---|---|
CompareAttributes ( |
Uses the BrowsePathDisplayText to compare two attributes.
|
|
CompareCategories ( |
Uses the description to compare two categories.
|
|
IndexTypesFromServer ( NodeId baseTypeId, int eventType ) : void |
Recursively populates the event types table.
|
|
IndexWellKnownTypes ( ) : void |
Indexes the well known subtypes.
|
|
UpdateEventAttributeMappings ( NodeIdMappingSet mappingSet ) : void |
Assigns a locally unique numeric id to each event type.
|
|
UpdateEventTypeMappings ( NodeIdMappingSet mappingSet ) : void |
Assigns a locally unique numeric id to each event type.
|
public GetAttribute ( NodeId typeId ) : AeEventAttribute | ||
typeId | NodeId | |
return | AeEventAttribute |
public GetAttribute ( uint attributeId ) : AeEventAttribute | ||
attributeId | uint | |
return | AeEventAttribute |
public GetAttributes ( uint categoryId ) : List |
||
categoryId | uint | |
return | List |
public GetCategories ( int eventType ) : List |
||
eventType | int | |
return | List |
public GetCategory ( NodeId typeId ) : AeEventCategory | ||
typeId | NodeId | |
return | AeEventCategory |
public GetCategory ( uint categoryId ) : AeEventCategory | ||
categoryId | uint | |
return | AeEventCategory |
public Initialize ( Session session, ComAe2ProxyConfiguration configuration ) : void | ||
session | Session | |
configuration | ComAe2ProxyConfiguration | |
return | void |