Poblem with "CFDataRef".

Posted by zp26 on Stack Overflow See other posts from Stack Overflow or by zp26
Published on 2010-05-07T16:19:15Z Indexed on 2010/05/07 16:28 UTC
Read the original article Hit count: 147

Filed under:
|
|
|

Hello I have a problem with "CFDataRef. I get the "data" field from a "kCFSocketDataCallBack. "data" should correspond to a string received on the socket. How do I convert, for example, in a NSString so I can put my text in a textbox??

Thank you very much

 static void
 AcceptDataCallback(CFSocketRef s,
 CFSocketCallBackType type, CFDataRef
 address, const void *data, void *info)
 {

 //my code for the textBox

 }

© Stack Overflow or respective owner

Related posts about iphone

Related posts about sockets