SysUpTime Property

Time passed since the agent was initialized (in hundredths of a second).

Object Oriented Interface

public function getSysUpTime();
public function setSysUpTime($value);

Procedural Interface

ipworkssnmp_snmptcpagent_get($res, 22 );
ipworkssnmp_snmptcpagent_set($res, 22, $value );

Default Value

0

Remarks

This property is used when sending SNMP traps, and it normally provides the time since the system was restarted in 1/100s of a second.

If another value is desired, you may set this property to a custom value. From that point on, SysUpTime will return the value set plus time elapsed.

This property is not available at design time.

Data Type

Long64

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