Free the memory that is used by a network interface details structure.
#include <bps/netstatus.h>
BPS_API void netstatus_free_interface_details(netstatus_interface_details_t **details)
BlackBerry 10.0.0
The structure whose memory needs to be freed.
The netstatus_free_interface_details() function frees the memory that is used by the specified netstatus_interface_details_t structure.
Nothing.