IPWorks SNMP 2020 Python Edition

Questions / Feedback?

active Property

Enables or disables sending and receiving of SNMP packets.

Syntax

def get_active() -> bool: ...
def set_active(value: bool) -> None: ...

active = property(get_active, set_active)

Default Value

FALSE

Remarks

The active property must be set to True before any SNMP requests or traps are sent or received.

Note: The class will automatically set this property to True if it is not already and you attempt to send a request or trap.

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