IPWorks SNMP 2020 Python Edition

Questions / Feedback?

on_disconnected Event

TBD.

Syntax

class SNMPTCPMgrDisconnectedEventParams(object):
  @property
  def remote_address() -> str: ...
  @property
  def remote_port() -> int: ...
  @property
  def status_code() -> int: ...
  @property
  def description() -> str: ...

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

Remarks

TBD.

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