Función Networking_IpConfig_EnableStaticIp
Encabezado: #include <applibs/networking.h>
Habilita la IP estática y deshabilita la IP dinámica para una estructura de Networking_IpConfig .
void Networking_IpConfig_EnableStaticIp(Networking_IpConfig *ipConfig, struct in_addr ipAddress, struct in_addr subnetMask, struct in_addr gatewayAddress);
Parámetros
ipConfig
Un puntero a la Networking_IpConfig struct para actualizar.ipAddress
La dirección IP estática.subnetMask
La máscara de subred estática.gatewayAddress
La dirección de puerta de enlace estática.