IPWorks SNMP 2020 C++ Builder Edition

Questions / Feedback?

SelectNode Method

Used to select individual nodes in the loaded MIB module(s).

Syntax

void __fastcall SelectNode(String Selector);

Remarks

SelectNode is used for selecting individual nodes and should be called before querying node information.

The Selector parameter can be a label such as "internet", an OID such as "1.3.6.4", a combination of the two: "iso.3.dod.internet", or a label in a particular module such as "RFC1213-MIB!interfaces".

Either '.' or ':' can be used to separate SubIds. If a SubId starts with "0x" or follows the ":" separator then its hexadecimal value is used. For instance, "0x1.0x3.0x6.0x1A" is the same as "1:3:6:1A".

All properties and methods of the component will operate on the selected node. For example, calling ListSuccessors will only list the successors of the selected node.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 C++ Builder Edition - Version 20.0 [Build 8202]