getsnmpengineidResult Structure Definition

The getsnmpengineidResult structure defines the return type for getsnmpengineid API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

snmpengineidList

List of snmpengineids


snmpengineid Structure Definition

The snmpengineid structure defines the actual return type values for getsnmpengineid API.

Syntax



Members

engineid

A hexadecimal value of at least 10 characters, uniquely identifying the engineid

defaultengineid

Unique identifier to assign to the SNMPv3 engine. Should be a hexadecimal value with a minimum length of 10 hex characters.

_nextgenapiresource


See Also