Class CSNMPInterface

Description

class CSNMPInterface

SNMP műveleteket nyújtó felület.

  • author: Lefi
  • version: 1.0
  • copyright: Copyright © 2008, Lefi Created on 2008.03.24.

Located in /util/CSNMPInterface.php (line 16)


	
			
Variable Summary
mixed $retries
mixed $roCommunity
mixed $rwCommunity
mixed $timeout
mixed $version
Method Summary
CSNMPInterface __construct ( $roCommunity,  $rwCommunity,  $version)
void get ( $hostname,  $mib)
void getRetries ()
void getTimeOut ()
void set ( $hostname,  $mib,  $type,  $value)
void setReries ( $retries)
void setTimeOut ( $timeOut)
void walk ( $hostname,  $mib)
Variables
mixed $retries = 3 (line 21)
  • access: private
mixed $roCommunity = NULL (line 17)
  • access: private
mixed $rwCommunity = NULL (line 18)
  • access: private
mixed $timeout = 100000 (line 20)
  • access: private
mixed $version = "2c" (line 19)
  • access: private
Methods
Constructor __construct (line 23)
  • access: public
CSNMPInterface __construct ( $roCommunity,  $rwCommunity,  $version)
  • $roCommunity
  • $rwCommunity
  • $version
get (line 29)
  • access: public
void get ( $hostname,  $mib)
  • $hostname
  • $mib
getRetries (line 53)
  • access: public
void getRetries ()
getTimeOut (line 50)
  • access: public
void getTimeOut ()
set (line 36)
  • access: public
void set ( $hostname,  $mib,  $type,  $value)
  • $hostname
  • $mib
  • $type
  • $value
setReries (line 59)
  • access: public
void setReries ( $retries)
  • $retries
setTimeOut (line 56)
  • access: public
void setTimeOut ( $timeOut)
  • $timeOut
walk (line 42)
  • access: public
void walk ( $hostname,  $mib)
  • $hostname
  • $mib

Documentation generated on Sat, 26 Apr 2008 17:05:50 +0200 by phpDocumentor 1.4.0