DINT2SNMPValue (FUN) ¶ FUNCTION DINT2SNMPValue : SNMPValue Function to convert DINT to SNMPValue InOut: Scope Name Type Return DINT2SNMPValue SNMPValue Input diInput DINT
LINT2SNMPValue (FUN) ¶ FUNCTION LINT2SNMPValue : SNMPValue Function to convert LINT to SNMPValue InOut: Scope Name Type Return LINT2SNMPValue SNMPValue Input liInput LINT bType BYTE
String2SNMPValue (FUN) ¶ FUNCTION String2SNMPValue : SNMPValue Function to convert STRING to SNMPValue InOut: Scope Name Type Return String2SNMPValue SNMPValue Input sInput STRING((gc_iMaxValueLength - 1))
MessageSubsystemV3 ¶ USM Users CreateRWUser (Function) CreateUser (Function) DeleteUser (Function)
USM ¶ Users CreateRWUser (Function) CreateUser (Function) DeleteUser (Function)
Utils ¶ SNMPValues2VarBindings (Function)
SNMPValues2VarBindings (FUN) ¶ FUNCTION SNMPValues2VarBindings : Error Function to convert an array of SNMPValue to an array of SNMPVarBinding . InOut: Scope Name Type Comment Return SNMPValues2VarBindings Error Inout aSNMPValues ARRAY [0..gc_uiMaxSNMPValues] OF SNMPValue Array of SNMP values (OID1, Value1, OID2, Value2..) iSize INT Number of SNMP values in aSNMPValues snmpVarBindings ARRAY [0..(gc_uiMaxSNMPValues - 1)] OF SNMPVarBinding Output: Array of SNMPVarBinding iSizeVarBinding INT Number of SNMPVarBinding in snmpVarBindings
GlobalConstants ¶ GVL (GVL)
GVL (GVL) ¶ InOut: Name Type Initial Comment g_EngineId ARRAY [0..11] OF BYTE [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2] Default Engine ID of this control, IMPORTANT: Set a specific value for each control! g_pEngineId POINTER TO BYTE ADR(g_EngineId) Pointer to Engine ID of this control, IMPORTANT: Set a specific value for each control! Default: Pointer to g_EngineId g_uiEngineIdLength UINT 12 Length of g_pEngineId, Default: 12 g_liUsmStatsUnsupportedSecLevels LINT Error counter UnsupportedSecLevels g_liUsmStatsNotInTimeWindows LINT Error counter NotInTimeWindows g_liUsmStatsUnknownUserNames LINT Error counter UnknownUserNames g_liUsmStatsUnknownEngineIDs LINT Error counter UnknownEngineIDs g_liUsmStatsWrongDigests LINT Error counter WrongDigests g_liUsmStatsDecryptionErrors LINT Error counter DecryptionErrors
Parameters ¶ Param (ParamList)