BrowseAttributes Method
- Last UpdatedApr 08, 2026
- 1 minute read
This method allows you to browse the attributes of a node in the RealTime database (RTDB).
public void BrowseAttributes(
string nodeName,
DALPSConnection.DALPSBrowseAttributeDelegate browseAttributeDelegateMethod,
object clientObject
)
public:
void BrowseAttributes(
String^ nodeName,
DALPSConnection.DALPSBrowseAttributeDelegate^ browseAttributeDelegateMethod,
Object^ clientObject
)
Parameters
- nodeName
- Name of the node from the RealTime database (RTDB) structure. For example, leaf node analog.fred.curval returns the attributes of the curval type.
- browseAttributeDelegateMethod
- The callback to return the node attributes.
- clientObject
- The reference to the client object.