Sends a string as a UDP datagram. Takes a handle (Int), IP address (String), port (Int), and string (String). Returns the number of bytes sent, or 0 if string is NULL (Int).
handle
Int
ip
String
port
Int
str
String
; No example implemented yet