Networking_IpConfig_EnableStaticIp Function
Header: #include <applibs/networking.h>
Enables static IP and disables dynamic IP for a Networking_IpConfig struct.
void Networking_IpConfig_EnableStaticIp(Networking_IpConfig *ipConfig, struct in_addr ipAddress, struct in_addr subnetMask, struct in_addr gatewayAddress);
Parameters
ipConfigA pointer to the Networking_IpConfig struct to update.ipAddressThe static IP address.subnetMaskThe static subnet mask.gatewayAddressThe static gateway address.
Concepts and samples
Povratne informacije
Pošalјite i prikažite povratne informacije za