Raritan / Server Technology Xerus™ PDU JSON-RPC API
Classes | Public Member Functions | Public Attributes | List of all members
devsettings::Snmp Interface Reference

SNMP agent settings interface. More...

import"Snmp.idl";

Classes

struct  Configuration
 SNMP agent configuration. More...
 
struct  ConfigurationChangedEvent
 

Public Member Functions

Configuration getConfiguration ()
 Retrieve the SNMP agent configuration. More...
 
int setConfiguration (in Configuration cfg)
 Set the SNMP agent configuration. More...
 
string getV3EngineId ()
 Retrieve the SNMP V3 Engine ID. More...
 

Public Attributes

constant int ERR_INVALID_PARAMS = 1
 Invalid parameters.
 

Detailed Description

SNMP agent settings interface.

Member Function Documentation

◆ getConfiguration()

Configuration devsettings::Snmp::getConfiguration ( )

Retrieve the SNMP agent configuration.

Returns
SNMP agent configuration

◆ getV3EngineId()

string devsettings::Snmp::getV3EngineId ( )

Retrieve the SNMP V3 Engine ID.

Returns
SNMP V3 Engine ID

◆ setConfiguration()

int devsettings::Snmp::setConfiguration ( in Configuration  cfg)

Set the SNMP agent configuration.

Parameters
cfgNew SNMP agent settings
Returns
0 if OK
1 if any parameters are invalid

The documentation for this interface was generated from the following file: