Networking_IpConfig_EnableStaticIp関数
ヘッダー: applibs </networking.h #include>
静的 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
静的ゲートウェイ アドレス。