Data Received from RfComm
| Sat, 2008-02-16 05:59 | |
|
im using a bluetooth application to receive data asynchronously like in the bluetooth point-to-multipoint example given in the nokia site. I have to write this data into a file. I need to check for a particular string "" from the stream of strings received in order to determine when to rite the file. My program basically queries a keyword to the server and then receives a response, each response is in xml form and ends with "". How do i detect this string. I guess i have to do this in the |
|





