IPWorks SNMP 2020 Python Edition

Questions / Feedback?

on_ssl_status Event

Shows the progress of the secure connection.

Syntax

class SNMPTCPTrapMgrSSLStatusEventParams(object):
  @property
  def remote_address() -> str: ...
  @property
  def remote_port() -> int: ...
  @property
  def message() -> str: ...

# In class SNMPTCPTrapMgr:
@property
def on_ssl_status() -> Callable[[SNMPTCPTrapMgrSSLStatusEventParams], None]: ...
@on_ssl_status.setter
def on_ssl_status(event_hook: Callable[[SNMPTCPTrapMgrSSLStatusEventParams], None]) -> None: ...

Remarks

The event is fired for informational and logging purposes only. It is used to track the progress of the connection.

RemoteAddress is the IP address of the remote machine.

RemotePort is the port of the remote machine.

Message is the log message.

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