Functions | |
_fwPeriphAddressSNMP_set (string dpe, dyn_anytype addressConfig, dyn_string &exceptionInfo) | |
Internal function to setup the SNMP addressing. | |
_fwPeriphAddressSNMP_get (string dpe, dyn_anytype &addressConfig, bool &isActive, dyn_string &exceptionInfo) | |
Internal function to get the SNMP addressing. | |
_fwPeriphAddressSNMP_delete (string dpe, dyn_string &exceptionInfo) | |
Internal function to cleanup before deleting the SNMP _address and _distrib configs. | |
fwPeriphAddressSNMP_check (dyn_anytype &addressConfig, dyn_string &exceptionInfo) | |
Function to check SNMP address configurtion parameters before attempting to save them to the DP element. | |
_fwPeriphAddressSNMP_initPanel (string dpe, dyn_string &exceptionInfo) | |
_fwPeriphAddressSNMP_saveFromPanel (string dpe, dyn_string &exceptionInfo) | |
dyn_string | _fwPeriphAddressSNMP_getPollGroups (string systemName="") |
_fwPeriphAddressSNMP_updatePanel () | |
string | fwPeriphAddressSNMP_dataTypeIntToString (int type) |
int | fwPeriphAddressSNMP_dataTypeStringToInt (string type) |
_fwPeriphAddressSNMP_showModeInPanel (int mode) | |
int | _fwPeriphAddressSNMP_readModeFromPanel () |
Variables | |
const string | fwPeriphAddress_TYPE_SNMP = "SNMP" |
const unsigned | fwPeriphAddress_SNMP_POLL_GROUP = 11 |
const unsigned | fwPeriphAddress_SNMP_SUBINDEX = 12 |
const unsigned | fwPeriphAddress_SNMP_AGENT_ID = 13 |
const unsigned | fwPeriphAddress_SNMP_AGENT_VERSION = 14 |
const unsigned | fwPeriphAddress_SNMP_OBJECT_SIZE = 14 |
_fwPeriphAddressSNMP_set | ( | string | dpe, | |
dyn_anytype | addressConfig, | |||
dyn_string & | exceptionInfo | |||
) |
Internal function to setup the SNMP addressing.
dpe | Datapoint element to act on | |
addressConfig | Address object is passed here:
| |
exceptionInfo | Details of any errors are returned here |
_fwPeriphAddressSNMP_get | ( | string | dpe, | |
dyn_anytype & | addressConfig, | |||
bool & | isActive, | |||
dyn_string & | exceptionInfo | |||
) |
Internal function to get the SNMP addressing.
dpe | Datapoint element to read from | |
addressConfig | Address object is returned here (configParameters). See description for addressConfig on _fwPeriphAddressSNMP_set() | |
isActive | TRUE if address config is active, else FALSE | |
exceptionInfo | Details of any errors are returned here |
_fwPeriphAddressSNMP_delete | ( | string | dpe, | |
dyn_string & | exceptionInfo | |||
) |
Internal function to cleanup before deleting the SNMP _address and _distrib configs.
dpe | Datapoint element to read from | |
exceptionInfo | Details of any errors are returned here |
fwPeriphAddressSNMP_check | ( | dyn_anytype & | addressConfig, | |
dyn_string & | exceptionInfo | |||
) |
Function to check SNMP address configurtion parameters before attempting to save them to the DP element.
addressConfig | The address configuration object is passed here. In some cases, an amended (fixed) version may be returned here | |
exceptionInfo | Details of errors in the address configuration are returned here |
_fwPeriphAddressSNMP_initPanel | ( | string | dpe, | |
dyn_string & | exceptionInfo | |||
) |
_fwPeriphAddressSNMP_saveFromPanel | ( | string | dpe, | |
dyn_string & | exceptionInfo | |||
) |
dyn_string _fwPeriphAddressSNMP_getPollGroups | ( | string | systemName = "" |
) |
_fwPeriphAddressSNMP_updatePanel | ( | ) |
string fwPeriphAddressSNMP_dataTypeIntToString | ( | int | type | ) |
int fwPeriphAddressSNMP_dataTypeStringToInt | ( | string | type | ) |
_fwPeriphAddressSNMP_showModeInPanel | ( | int | mode | ) |
int _fwPeriphAddressSNMP_readModeFromPanel | ( | ) |
const string fwPeriphAddress_TYPE_SNMP = "SNMP" |
const unsigned fwPeriphAddress_SNMP_POLL_GROUP = 11 |
const unsigned fwPeriphAddress_SNMP_SUBINDEX = 12 |
const unsigned fwPeriphAddress_SNMP_AGENT_ID = 13 |
const unsigned fwPeriphAddress_SNMP_AGENT_VERSION = 14 |
const unsigned fwPeriphAddress_SNMP_OBJECT_SIZE = 14 |