udpreceive host message
greetings max peeps,
I am having trouble setting the host via a message for a udpreceive object. I keep getting a Max console error saying 'doesn't understand "host"'. When I look in the udpreceive help file, it shows an example of passing the host value with a message, yet the udpreceive reference has no reference to being able to receive a "host" message. Anyone else notice this odd behavior?
thanks,
d
for receiving udp, you don't have to configure the host, only the port. by listening to a UDP port you will receive data from any host sending to this port. unlike udpsend, where the host has to be specified.
ah, nice to know. thank you.