I want my application to exchange databases with another pilot via IR, but
I'm not sure what the best way to do it is.
I register my application with ExgRegisterData, and I was planning on having
my application send a "raw" prc across
and have the HandleCmdExgReceiveData read it in and then use the same
"socket" to send it's database over. I've realized that
won't work because the socket has the name of the database that is being
transfered.
What's the best way to use the ExgSocket bidirectionally?