메소드 | 설명 | |
---|---|---|
AeAreaBrower ( ISystemContext context, |
Creates a new browser object with a set of filters.
|
|
Next ( ) : IReference |
Returns the next reference.
|
메소드 | 설명 | |
---|---|---|
NextChild ( ) : IReference |
Returns the next child.
|
|
NextChild ( Stage stage ) : |
Returns the next child.
|
|
NextStage ( ) : void |
Initializes the next stage of browsing.
|
public AeAreaBrower ( ISystemContext context, |
||
context | ISystemContext | The system context to use. |
view | The view which may restrict the set of references/nodes found. | |
referenceType | Opc.Ua.NodeId | The type of references being followed. |
includeSubtypes | bool | Whether subtypes of the reference type are followed. |
browseDirection | BrowseDirection | Which way the references are being followed. |
browseName | Opc.Ua.QualifiedName | The browse name of a specific target (used when translating browse paths). |
additionalReferences | IEnumerable |
Any additional references that should be included. |
internalOnly | bool | If true the browser should not making blocking calls to external systems. |
qualifiedName | string | Name of the qualified. |
namespaceIndex | ushort | Index of the namespace. |
리턴 | System |