Networking_IpConfig_EnableStaticIp函數
頁首: #include < applibs/networking。h>
啟用靜態 IP,並停用 Networking_IpConfig 結構的動態 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
這是靜態閘道位址。