uaPLUS Reference
BrowseNodeInfo Class Members
See Also  Fields  Send Feedback
NSPlugin Namespace : BrowseNodeInfo Class


Glossary Item Box

The following tables list the members exposed by BrowseNodeInfo.

Public Constructors

 NameDescription
Public ConstructorBrowseNodeInfo Constructor  
Top

Public Fields

 NameDescription
Public FieldFlags The current bits available to be set are: OPC_BROWSE_HASCHILDREN = 0x01 OPC_BROWSE_ISITEM = 0x02 If the first bit is set (OPC_BROWSE_HASCHILDREN), 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. If the second bit is set (OPC_BROWSE_ISITEM) then the element is an item that can be used to Read, Write, and Subscribe. If the second bit is set and szItemID is a NULL string, then this element is a “hint” versus being a valid item.  
Public FieldItemID The unique identifier for this item.that can be used with AddItems, Browse or GetProperties.  
Public FieldName 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.  
Top

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.