ICAHandler

  • Namaste!

    OK, here's my first question:

    What is an ICAHandler?  The compiler complains of it and I can't find
    it in the documentation anywhere.  The ICA API Tester app lists it in
    the code it creates for ObjC Async.

    Any thoughts?

    Peace, Love, and Light,

    /s/ Jon C. Munson II
  • On Dec 5, 2008, at 1:55 PM, <jmunson...> wrote:

    > Namaste!

    Namasté.

    > What is an ICAHandler?  The compiler complains of it and I can't
    > find it in the documentation anywhere.  The ICA API Tester app lists
    > it in the code it creates for ObjC Async.

    Are you talking about this? <http://developer.apple.com/samplecode/MyPhoto/listing2.html>

    It looks like a class in some sample code; IOW, not a built-in class.

    Nick Zitzmann
    <http://www.chronosnet.com/>
  • Not sure.

    What I'm referring to in my post is this:

    [code]
    // -----------------------------------------------------
    ICAGetDeviceListCallback
    void ICAGetDeviceListCallback (ICAHeader* pbHeader)
    {
    ICAHandler * obj = (ICAHandler*)pbHeader->refcon;
    if (obj)
    {
      [obj getDeviceListCallback: (ICAGetDeviceListPB*) pbHeader];
    }
    }
    [/code]

    This is what ICA API Test spits out.  Where did ICAHandler come from???

    Thanks!

    Peace, Love, and Light,

    /s/ Jon C. Munson II

    Quoting Nick Zitzmann <nick...>:

    >
    > On Dec 5, 2008, at 1:55 PM, <jmunson...> wrote:
    >
    >> Namaste!
    >
    > Namasté.
    >
    >> What is an ICAHandler?  The compiler complains of it and I can't
    >> find it in the documentation anywhere.  The ICA API Tester app
    >> lists it in the code it creates for ObjC Async.
    >
    >
    > Are you talking about this?
    > <http://developer.apple.com/samplecode/MyPhoto/listing2.html>
    >
    > It looks like a class in some sample code; IOW, not a built-in class.
    >
    > Nick Zitzmann
    > <http://www.chronosnet.com/>