![]() | 1 | initial version |
Hi,
I have an iOS application where I have the Interface Description and the way I initialize it is as follows.
The iOS application connects to a BLE enabled device and gets the device information and the same I am using to announce as per the steps mentioned below.
Using the above mentioned steps, I am able to view my about device information on the "Dashboard" android application. What I want to achieve is when a property value changes, I want to perform an action on another connected device which is Alljoyn compliant.
Am I missing any steps above?
Also I tried using the AlljoynCodeGenerator application to generate the code from the XML below and not sure if it generated properly or not as most of the places the Interface name and delegate names were missing.
<xml>
<node>
<interface name="com.example.device">
<description language="en">
Examples for an AllJoyn-enabled.
</description>
<property name="BrushState" type="b" access="readwrite">
<annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="true"/>
<description language="en">
Device State Information and Emission on value change.
</description>
</property>
</interface>
</node>
</xml>
Regards,
NK
© 2014 AllSeen Alliance, Inc. All Rights Reserved.
Linux Foundation is a registered trademark of The Linux Foundation. AllSeen and AllSeen Alliance are trademarks of the AllSeen Alliance, Inc.
Linux is a registered trademark of Linus Torvalds.
Please see our brand guidelines, trademark guidelines, terms of use and privacy policy.