IPWorks SNMP 2020 Python Edition

Questions / Feedback?

node_syntax_string Property

The node syntax of the selected node in text format.

Syntax

def get_node_syntax_string() -> str: ...

node_syntax_string = property(get_node_syntax_string, None)

Default Value

""

Remarks

For instance, for the node "system" in "SNMPv2-MIB", node_syntax returns 6 (stxObjectId), while node_syntax_string returns "OBJECT IDENTIFIER".

This property is read-only.

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