IPWorks SNMP 2020 Python Edition

Questions / Feedback?

obj_count Property

The number of records in the Obj arrays.

Syntax

def get_obj_count() -> int: ...
def set_obj_count(value: int) -> None: ...

obj_count = property(get_obj_count, set_obj_count)

Default Value

0

Remarks

This property controls the size of the following arrays:

The array indices start at 0 and end at obj_count - 1.

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