| getsnmpoidResult Structure Definition |
The getsnmpoidResult structure defines the return type for getsnmpoid 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. |
snmpoidList |
List of snmpoids |
| snmpoid Structure Definition |
The snmpoid structure defines the actual return type values for getsnmpoid API. |
Syntax |
Members |
entitytype |
The type of entity whose SNMP OIDs you want to displayType of entity whose SNMP OIDs you want the Citrix ADC to display. |
name |
Name of the entity whose SNMP OID you want the Citrix ADC to display. |
snmpoid |
The snmp oid. |
_nextgenapiresource |
See Also |