Synopsis:
socket=SopenDGRAM(port)
Arguments:
port - The specified port on which to receive datagrams
Description: This function opens a connectionless datagram socket on the specified port. After making this call the socket handle returned will be able to send and receive inbound datagram messages on that port.
Returns: Returns the socket handle or a negative error code.