Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.