LocalEngineId Property

The Engine Id of the SNMP Manager.

Syntax

ANSI (Cross Platform)
int GetLocalEngineId(char* &lpLocalEngineId, int &lenLocalEngineId);
int SetLocalEngineId(const char* lpLocalEngineId, int lenLocalEngineId); Unicode (Windows) INT GetLocalEngineId(LPSTR &lpLocalEngineId, INT &lenLocalEngineId);
INT SetLocalEngineId(LPCSTR lpLocalEngineId, INT lenLocalEngineId);
@property (nonatomic,readwrite,assign,getter=localEngineId,setter=setLocalEngineId:) NSString* localEngineId;
- (NSString*)localEngineId;
- (void)setLocalEngineId:(NSString*)newLocalEngineId;

@property (nonatomic,readwrite,assign,getter=localEngineIdB,setter=setLocalEngineIdB:) NSData* localEngineIdB; - (NSData*)localEngineIdB; - (void)setLocalEngineIdB:(NSData*)newLocalEngineId;
#define PID_SNMPMGR_LOCALENGINEID 11

IPWORKSSNMP_EXTERNAL void* IPWORKSSNMP_CALL IPWorksSNMP_SNMPMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSSNMP_EXTERNAL int IPWORKSSNMP_CALL IPWorksSNMP_SNMPMgr_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property is only used for SNMPv3 packets (when SNMPVersion is 3).

Data Type

Binary String

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