The following tables list the members exposed by BrowseElement.
Name | Description | |
---|---|---|
![]() | BrowseElement Constructor |
Name | Description | |
---|---|---|
![]() | HasChildren | If HasChidren is set, then this indicates that the returned element has children and can be used for a subsequent browse. If it is too time consuming for a server to determine if an element has children, then this value should be set TRUE so that the the client is given the opportunity to attempt to browse for potential children. |
![]() | IsItem | If IsItem is set then the element is an item that can be used to Read, Write, and Subscribe. If ItemPath and ItemName are missing and IsItem is True then this element is a ??hint? versus being a valid item. Refer to the OPC DA Custom Specification for detail on items, or hints. |
![]() | ItemName | See ItemPath |
![]() | ItemPath | ItemPath and ItemName together uniquely identify this element in the server??s browse space. They are used together in subsequent calls to Browse, Read, Write, Subscribe, and GetProperties. If ItemPath is empty, then ItemName by itself is a fully qualified name that uniquely identifies this element. In general, the client should use ItemPath and ItemName as-is for subsequent calls to services. |
![]() | Name | Short user friendly portion of the namespace pointing to the element. This is the string to be used for display purposes in a tree control. |
![]() | Properties | An array of ItemProperty elements as requested. |