I'm building an application that transmits commands to a host which uses UDP communications. I need to send a command to the host, then wait until a reply is received or until a timeout occurs. I'm having great difficulty figuring out how to know if a message was received after I send my command so that I can act on the received data. I'm stuck with UDP on the remote device, so suggestions to use TCP/IP & AsyncStreams would be pointless.
Any help would be appreciated
Joe
Any help would be appreciated
Joe