Networking_IpConfig_EnableStaticIp 函数
标头: #include <applibs/networking.h>
为 Networking_IpConfig 结构启用静态 IP 并禁用动态 IP。
void Networking_IpConfig_EnableStaticIp(Networking_IpConfig *ipConfig, struct in_addr ipAddress, struct in_addr subnetMask, struct in_addr gatewayAddress);
参数
ipConfig
指向要更新Networking_IpConfig结构的指针。ipAddress
静态 IP 地址。subnetMask
静态子网掩码。gatewayAddress
静态网关地址。