UDP sending without reception

Is it possible to configure the UDP for sending only. I want a weather station core to send out a UDP broadcast on subnet x.x.x.255 and so far this is working but I am wondering if I need the call to udp.begin(port) in my code or can I just use the udp.beginPacket(haServer, serverPort); call to send the data?