ErrorDescription Property

Description of the status code for the last SNMP packet received by the class.

Syntax

ANSI (Cross Platform)
char* GetErrorDescription();

Unicode (Windows)
LPWSTR GetErrorDescription();
@property (nonatomic,readonly,assign,getter=errorDescription) NSString* errorDescription;
- (NSString*)errorDescription;
#define PID_SNMPTCPMGR_ERRORDESCRIPTION 8

IPWORKSSNMP_EXTERNAL void* IPWORKSSNMP_CALL IPWorksSNMP_SNMPTCPMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

"0"

Remarks

Please refer to the ErrorStatus property for more information.

This property is read-only and not available at design time.

Data Type

String

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