Networking_DhcpServerConfig_Destroy Function

Header: #include <applibs/networking.h>

Destroys a Networking_DhcpServerConfig struct.

void Networking_DhcpServerConfig_Destroy(Networking_DhcpServerConfig *dhcpServerConfig);

Parameters

  • dhcpServerConfig A pointer to the Networking_DhcpServerConfig struct to destroy.

Remarks

It's unsafe to call Networking_DhcpServerConfig_Destroy on a struct that hasn't been initialized. After Networking_DhcpServerConfig_Destroy is called, the Networking_DhcpServerConfig struct must not be used until it is re-initialized with the Networking_DhcpServerConfig_Init function.

Concepts and samples