Networking_IpConfig_Destroy Function

Header: #include <applibs/networking.h>

Destroys a Networking_IpConfig struct.

void Networking_IpConfig_Destroy(Networking_IpConfig *ipConfig);

Parameters

  • ipConfig A pointer to the Networking_IpConfig struct to destroy.

Remarks

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

Concepts and samples