| getsnmpviewResult Structure Definition |
The getsnmpviewResult structure defines the return type for getsnmpview 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. |
snmpviewList |
List of snmpviews |
| snmpview Structure Definition |
The snmpview structure defines the actual return type values for getsnmpview API. |
Syntax |
Members |
name |
Name of the SNMPv3 view. |
subtree |
A MIB subtree of the SNMPv3 view. |
type |
The type of sutree. |
storagetype |
The storage type for this view. |
status |
The status of this view. |
_nextgenapiresource |
See Also |