IPWorks SNMP 2020 Python Edition

Questions / Feedback?

on_connection_status Event

TBD.

Syntax

class SNMPTCPMgrConnectionStatusEventParams(object):
  @property
  def connection_event() -> str: ...
  @property
  def status_code() -> int: ...
  @property
  def description() -> str: ...

# In class SNMPTCPMgr:
@property
def on_connection_status() -> Callable[[SNMPTCPMgrConnectionStatusEventParams], None]: ...
@on_connection_status.setter
def on_connection_status(event_hook: Callable[[SNMPTCPMgrConnectionStatusEventParams], None]) -> None: ...

Remarks

TBD.

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