<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using native Objective-C methods for C Callbacks</title>
	<atom:link href="http://www.eisbox.net/2008/10/11/375-using-native-objective-c-methods-for-c-callbacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eisbox.net/2008/10/11/375-using-native-objective-c-methods-for-c-callbacks/</link>
	<description>... projects, thoughts, etc.</description>
	<lastBuildDate>Mon, 06 Sep 2010 06:08:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Rastikan</title>
		<link>http://www.eisbox.net/2008/10/11/375-using-native-objective-c-methods-for-c-callbacks/comment-page-1/#comment-13557</link>
		<dc:creator>Rastikan</dc:creator>
		<pubDate>Fri, 03 Jul 2009 00:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.eisbox.net/?p=375#comment-13557</guid>
		<description>Hi there,

Just stumbled on your blog post. I was wondering about the opposite problem...

I have some C code that I want to keep plain C because it is going to be embedded code. This is just some state machine code I am developing from within a Bluetooth ObjC sample code.

Basically I would need to callback into ObjC object merely for using the OSX RFCOMM Bluetooth API. Just so the C code isn&#039;t clobbered with OSX function calls, I&#039;d use a wrapping C function (send_data) that really callback the ObjC and then into RFCOMM stuff. In the embedded version, the same send_data would rather talk to some radio instead of RFCOMM stack.</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Just stumbled on your blog post. I was wondering about the opposite problem&#8230;</p>
<p>I have some C code that I want to keep plain C because it is going to be embedded code. This is just some state machine code I am developing from within a Bluetooth ObjC sample code.</p>
<p>Basically I would need to callback into ObjC object merely for using the OSX RFCOMM Bluetooth API. Just so the C code isn&#8217;t clobbered with OSX function calls, I&#8217;d use a wrapping C function (send_data) that really callback the ObjC and then into RFCOMM stuff. In the embedded version, the same send_data would rather talk to some radio instead of RFCOMM stack.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
