Funzione Networking_DhcpServerConfig_InitNetworking_DhcpServerConfig_Init Function
Intestazione: #include <applibs/networking.h>Header: #include <applibs/networking.h>
Inizializza uno struct Networking_DhcpServerConfig con la configurazione predefinita del server DHCP.Initializes a Networking_DhcpServerConfig struct with the default DHCP Server configuration.
void Networking_DhcpServerConfig_Init(Networking_DhcpServerConfig *dhcpServerConfig);
ParametriParameters
dhcpServerConfig
Puntatore allo struct Networking_DhcpServerConfig che riceve la configurazione predefinita del server DHCP.dhcpServerConfig
A pointer to the Networking_DhcpServerConfig struct that receives the default DHCP server configuration.
OsservazioniRemarks
Quando lo struct Networking_DhcpServerConfig non è più necessario, la funzione Networking_DhcpServerConfig_Destroy deve essere chiamata sullo struct per evitare perdite di risorse.When the Networking_DhcpServerConfig struct is no longer needed, the Networking_DhcpServerConfig_Destroy function must be called on the struct to avoid resource leaks.