RemoteEngineBoots Property

The remote engine boots (SNMPv3).

Syntax

ANSI (Cross Platform)
int GetRemoteEngineBoots();
int SetRemoteEngineBoots(int iRemoteEngineBoots); Unicode (Windows) INT GetRemoteEngineBoots();
INT SetRemoteEngineBoots(INT iRemoteEngineBoots);
@property (nonatomic,readwrite,assign,getter=remoteEngineBoots,setter=setRemoteEngineBoots:) int remoteEngineBoots;
- (int)remoteEngineBoots;
- (void)setRemoteEngineBoots:(int)newRemoteEngineBoots;
#define PID_SNMPMGR_REMOTEENGINEBOOTS 19

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

0

Remarks

This property is used in conjunction with the RemoteEngineTime property. Please refer to the description of the RemoteEngineTime property, and the Discover method for further information.

Data Type

Integer

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