<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to get the objects in the remote device?]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I have a question about how to get all objects in the remote device? I used the WHOIS message to get the remote device but the objects attribute is always empty. I am able to read the present value of the objects (analog input) on that remote device. Could you please let me know is there anyway I can do to get the list of objects in the remote device? Thank you very much!</p>
]]></description><link>https://forum.mango-os.com/topic/491/how-to-get-the-objects-in-the-remote-device</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 11:55:55 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/491.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 Aug 2010 20:32:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to get the objects in the remote device? on Wed, 25 Jan 2012 19:27:11 GMT]]></title><description><![CDATA[<p dir="auto">You should just send a read property to the object with the PID presentValue. Shouldn't matter whether the object is local or remote, depending on what you mean by that of course.</p>
]]></description><link>https://forum.mango-os.com/post/6120</link><guid isPermaLink="true">https://forum.mango-os.com/post/6120</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Wed, 25 Jan 2012 19:27:11 GMT</pubDate></item><item><title><![CDATA[Reply to How to get the objects in the remote device? on Wed, 25 Jan 2012 17:02:44 GMT]]></title><description><![CDATA[<p dir="auto">Pine,<br />
I'm trying to read value using bacnet4j too.</p>
<p dir="auto">Could you please tell which code do you use to do that ?<br />
I did this locally, but not remotely.</p>
<p dir="auto">Thank you very much.</p>
]]></description><link>https://forum.mango-os.com/post/6119</link><guid isPermaLink="true">https://forum.mango-os.com/post/6119</guid><dc:creator><![CDATA[Valter Henrique]]></dc:creator><pubDate>Wed, 25 Jan 2012 17:02:44 GMT</pubDate></item><item><title><![CDATA[Reply to How to get the objects in the remote device? on Sat, 21 Aug 2010 16:48:58 GMT]]></title><description><![CDATA[<p dir="auto">Thanks a lot! I looked at the Mango M2M code and found that I can get the list of object id by read the Propertyidentifier.objectList. It works well for me now. Thank you!</p>
<p dir="auto">// Get the device's object list.<br />
List&lt;ObjectIdentifier&gt; oids = ((SequenceOf&lt;ObjectIdentifier&gt;) localDevice.sendReadPropertyAllowNull(d, d<br />
.getObjectIdentifier(), PropertyIdentifier.objectList)).getValues();</p>
]]></description><link>https://forum.mango-os.com/post/4184</link><guid isPermaLink="true">https://forum.mango-os.com/post/4184</guid><dc:creator><![CDATA[Pine]]></dc:creator><pubDate>Sat, 21 Aug 2010 16:48:58 GMT</pubDate></item><item><title><![CDATA[Reply to How to get the objects in the remote device? on Sat, 21 Aug 2010 07:32:57 GMT]]></title><description><![CDATA[<p dir="auto">Actually I just realised that I assumed you were using BACnet4J with MangoM2M. If you are just using the BACnet4J stack then my answer will be of no help to you.</p>
]]></description><link>https://forum.mango-os.com/post/4183</link><guid isPermaLink="true">https://forum.mango-os.com/post/4183</guid><dc:creator><![CDATA[SteveV]]></dc:creator><pubDate>Sat, 21 Aug 2010 07:32:57 GMT</pubDate></item><item><title><![CDATA[Reply to How to get the objects in the remote device? on Sat, 21 Aug 2010 07:24:35 GMT]]></title><description><![CDATA[<p dir="auto">After you click on Whois, you get a list of remote devices. Next to each device there is a small triangle - you can click on this to see the objects (you may have to wait a few minutes) then click on each object to add the point to the datasource.</p>
]]></description><link>https://forum.mango-os.com/post/4182</link><guid isPermaLink="true">https://forum.mango-os.com/post/4182</guid><dc:creator><![CDATA[SteveV]]></dc:creator><pubDate>Sat, 21 Aug 2010 07:24:35 GMT</pubDate></item></channel></rss>