Funzione Networking_IpConfig_InitNetworking_IpConfig_Init Function
Intestazione: #include <applibs/networking.h>Header: #include <applibs/networking.h>
Inizializza uno struct Networking_IpConfig con la configurazione IP predefinita.Initializes a Networking_IpConfig struct with the default IP configuration. La configurazione IP predefinita abilita l'IP dinamico.The default IP configuration enables dynamic IP.
void Networking_IpConfig_Init(Networking_IpConfig *ipConfig);
ParametriParameters
ipConfig
Puntatore allo struct Networking_IpConfig che riceve la configurazione IP predefinita.ipConfig
A pointer to the Networking_IpConfig struct that receives the default IP configuration.
OsservazioniRemarks
Quando lo struct Networking_IpConfig non è più necessario, la funzione Networking_IpConfig_Destroy deve essere chiamata sullo struct per evitare perdite di risorse.When the Networking_IpConfig struct is no longer needed, the Networking_IpConfig_Destroy function must be called on the struct to avoid resource leaks.