Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Header: #include <applibs/networking.h>
Destroys a Networking_IpConfig struct.
void Networking_IpConfig_Destroy(Networking_IpConfig *ipConfig);
Parameters
ipConfigA 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.