snmpAgentUsersSet (Function) |
Top Previous Next |
Write USM users to the persistently stored database for the publishing agent. Foreign entities must be able to identify themselves with these users to be able to access published variables on an USM SNMPv3 enabled RTCU device.
Input: Readonly : snmpUser USM user with read permissions.
Writable : snmpUser USM user with read and write permissions.
Output: None
Returns: INT
Declaration FUNCTION snmpAgentUsersSet : INT;
Example: // Please see the example at Examples - SNMP Client. |