snmpUser (Structure) |
Top Previous Next |
The snmpUser structure contains the information of a USM security user.
The structure is used with the snmpConnect, snmpUserGet, snmpUserSet, snmpAgentUsersGet and snmpAgentUsersSet functions.
Fields: Username : STRING (Max 63 characters) The name of the user
Authentication : SINT The method used to authenticate the user.
Password : STRING (8..63 characters) The password to authenticate the user.
Encryption : SINT The method used to encrypt communication
Cryptkey : STRING (8..63 characters) The text used to encrypt communication.
EngineID : STRING (10..64 characters or empty) The engine ID value as a Hex value.
Level : SINT The security level used in communication.
Declaration: STRUCT_BLOCK snmpUser; |