Networking_IpConfig_EnableStaticIp-Funktion
Header: #include <applibs/networking.h>
Aktiviert statische IP-Adressen und deaktiviert dynamische IP-Adressen für eine Networking_IpConfig Struktur.
void Networking_IpConfig_EnableStaticIp(Networking_IpConfig *ipConfig, struct in_addr ipAddress, struct in_addr subnetMask, struct in_addr gatewayAddress);
Parameter
ipConfig
Ein Zeiger auf die zu aktualisierende Networking_IpConfig Struktur.ipAddress
Die statische IP-Adresse.subnetMask
Die statische Subnetzmaske.gatewayAddress
Die adresse des statischen Gateways.