CArclib::ArcSetGatewayIp

The ArcSetGatewayIp method updates gateway IP address of the RAID subsystem.

 

virtual ARC_STATUS ArcSetGatewayIp (

unsigned char *szGatewayIp

);

Parameters:

[IN]

szGatewayIp:  Null-terminated character string representing a number expressed in the Internet standard "."

                 (dotted) notation, format: "xxx.xxx.xxx.xxx" ex: 192.168.001.100

Return Values

This method returns the ARC_STATUS.

Note:

Password required if password enabled, use ArcChkPassword member function to validate the password.