UDP network handles
testify_network_datagram_create
THandle *testify_network_datagram_create(uint16 port);
Description: Opens a port for receving and sending UDP traffic on a specific port.testify_network_datagram_send
int testify_network_datagram_send(THandle *handle, UnravelAddress *to);
Description: Sends the data collected in handle to the IP and address specifyed in "to".