Strange, I copied and pasted what you saw in my last email, so that means
that it's there.

Here is the header file:
https://cgit.allseenalliance.org/core/alljoyn.git/tree/alljoyn_objc/AllJoynFramework/AllJoynFramework/include/AJNBusAttachment.h?h=refs/heads/RB16.10
Here is the implementation:
https://cgit.allseenalliance.org/core/alljoyn.git/tree/alljoyn_objc/AllJoynFramework/AllJoynFramework/AJNBusAttachment.mm?h=refs/heads/RB16.10

These are the Objective-C bindings.

-Josh

On Thu, May 25, 2017 at 12:01 PM, Blayney, Jeff <jeffrey.blay...@hp.com>
wrote:

> Thanks Josh,
>
>
>
> The “disconnect” call for iOS (bindings?) does not appear to be there for
> the bus attachment. Maybe it was not added to the bindings? Any chance we
> can get a bugfix in for this anytime soon?
>
>
>
> The call will need to be added to the AJNBusAttachment.mm + header file in
> master.
>
>
>
> -Jeff
>
>
>
> *From:* Josh Spain [mailto:jsp...@affinegy.com]
> *Sent:* Wednesday, May 24, 2017 9:27 AM
> *To:* Blayney, Jeff <jeffrey.blay...@hp.com>
> *Cc:* allseen-c...@lists.allseenalliance.org
> *Subject:* Re: [Alljoyn-core] iOS Update from HP.
>
>
>
> Hi Jeff,
>
>
>
> Glad the changes are helpful. Regarding your question, here are the
> comments in the header file regarding the deprecation of
> disconnectWithArguments:
>
> * * @deprecated When bundled router is enabled and in-use, the 
> connectionArguments*
>
> * * will be ignored and the bundled router connectionArguments will be used.  
> Use*
>
> * * Disconnect() instead which will use correct connectionArguments.*
>
>
> You want to use the disconnect() method instead:
>
> /**
>
> * * Disconnect the BusAttachment from the remote bus.*
>
> * **
>
> * * @return*
>
> * *          - ER_OK if successful*
>
> * *          - ER_BUS_BUS_NOT_STARTED if the bus is not started*
>
> * *          - ER_BUS_NOT_CONNECTED if the %BusAttachment is not connected to 
> the bus*
>
> * *          - Other error status codes indicating a failure*
>
> * */*
>
> - (QStatus)disconnect;
>
>
>
> Hope that helps!
>
> Josh
>
>
>
> On Tue, May 23, 2017 at 2:08 PM, Blayney, Jeff <jeffrey.blay...@hp.com>
> wrote:
>
> Hello,
>
>
>
> After finally checking out the latest code – the iOS Darwin project builds
> like a charm. I especially like the build scripts. Thanks Jorge! (if you’re
> still on the team). -- https://jira.allseenalliance.
> org/browse/ASACORE-3158
>
>
>
> Question: Xcode is saying that the “disconnectWithArguments” method call
> is deprecated?? – how do I disconnect from the bus? I don’t see any other
> ways to do this in the current API.
>
>
>
> Thanks for any help, and thanks for fixing the xcode project.
>
>
>
> This wiki still needs to be updated for 16.10:
> https://allseenalliance.org/framework/documentation/
> develop/building/ios-osx/build-source
>
>
>
> Thanks again,
>
>
>
> -Jeff
>
>
> _______________________________________________
> Alljoyn-core mailing list
> Alljoyn-core@lists.alljoyn.org
> https://lists.alljoyn.org/mailman/listinfo/alljoyn-core
>
>
>
_______________________________________________
Alljoyn-core mailing list
Alljoyn-core@lists.alljoyn.org
https://lists.alljoyn.org/mailman/listinfo/alljoyn-core

Reply via email to