The ArcSNMP method returns the information about SNMP OID.
virtual ARC_STATUS ArcSNMP( char
*SNMPMsg, int length, char
*SNMPResponse, int *ResLength ); |
[IN]
SNMPMsg: SNMP message with BER
encoding.
length: The length of SNMPMsg
[OUT]
SNMPResponse: SNMP
message returned from Raid subsystem with BER encoding.
ResLength:
The length of returning SNMP message.
This method returns the ARC_STATUS.
This method is
available if sSYSTEM_INFO.gsiRs232Snmp
is set to true.