I would like to beam multiply files (e.g. PRC and PDB) without
reconnecting.
Following the beam-example from 3Com:
  MemSet(&exgSocket, sizeof(exgSocket), 0);  
  exgSocket.name = "test.prc";
  exgSocket.description = "test 1 of 2";
  ExgPut(&exgSocket);   // init put operation
  ExgDBWrite(WriteDBData, &exgSocket, NULL, dbID, cardNo); // where WriteDBDate calls 
ExgSend more than once
If we now try to send data with another ExgDBWrite() nothing happens.
  exgSocket.name = "testY.pdb";
  exgSocket.description = "test 2 of 2";
  ExgDBWrite(WriteDBData, &exgSocket, NULL, dbID, cardNo);

Also setting the object count to 2 changes nothing.
  exgSocket.count=2;

Any ideas?
-- 
 ---------------------------------------------------------
Ralf Dietrich                  www: http://www.envicon.de
envi.con KG                    mail:[EMAIL PROTECTED]
Brandenburgische Str. 69       Tel: +4930-34902670               
10713 Berlin                   Fax: +4930-34902671

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to