CArclib::ArcSNMP

The ArcSNMP method returns the information about SNMP OID.

 

virtual ARC_STATUS ArcSNMP(

    char *SNMPMsg,

    int length,

    char *SNMPResponse,

    int *ResLength

);

Parameters:

[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.

Return Values

This method returns the ARC_STATUS.

Note:

This method is available if sSYSTEM_INFO.gsiRs232Snmp is set to true.