Disconnected Event

TBD.

Syntax

ANSI (Cross Platform)
virtual int FireDisconnected(SNMPTCPAgentDisconnectedEventParams *e);
typedef struct {
const char *RemoteAddress;
int RemotePort;
int StatusCode;
const char *Description; int reserved; } SNMPTCPAgentDisconnectedEventParams; Unicode (Windows) virtual INT FireDisconnected(SNMPTCPAgentDisconnectedEventParams *e);
typedef struct {
LPCWSTR RemoteAddress;
INT RemotePort;
INT StatusCode;
LPCWSTR Description; INT reserved; } SNMPTCPAgentDisconnectedEventParams;
- (void)onDisconnected:(NSString*)remoteAddress :(int)remotePort :(int)statusCode :(NSString*)description;
#define EID_SNMPTCPAGENT_DISCONNECTED 5

virtual INT IPWORKSSNMP_CALL FireDisconnected(LPSTR &lpszRemoteAddress, INT &iRemotePort, INT &iStatusCode, LPSTR &lpszDescription);

Remarks

TBD.

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