SSLStatus Event

Shows the progress of the secure connection.

Syntax

ANSI (Cross Platform)
virtual int FireSSLStatus(SNMPTCPMgrSSLStatusEventParams *e);
typedef struct {
const char *RemoteAddress;
int RemotePort;
const char *Message; int reserved; } SNMPTCPMgrSSLStatusEventParams; Unicode (Windows) virtual INT FireSSLStatus(SNMPTCPMgrSSLStatusEventParams *e);
typedef struct {
LPCWSTR RemoteAddress;
INT RemotePort;
LPCWSTR Message; INT reserved; } SNMPTCPMgrSSLStatusEventParams;
- (void)onSSLStatus:(NSString*)remoteAddress :(int)remotePort :(NSString*)message;
#define EID_SNMPTCPMGR_SSLSTATUS 16

virtual INT IPWORKSSNMP_CALL FireSSLStatus(LPSTR &lpszRemoteAddress, INT &iRemotePort, LPSTR &lpszMessage);

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 C++ Edition - Version 20.0 [Build 8202]