Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hi All,
I was going through primitives while learning the ThingWorx Java Edge SDK. But while going through the documentation, I got confused between ThingWorx primitives (ThingWorx data types) and Thingworx Edge Java SDK application's data types (Primitive).
Is there any documentation or someone can provide brief differences between the two with the examples if there exist any differences?
Thanks & Regards,
Aditya
Solved! Go to Solution.
Aditya Kumar: So, the only thing to note and consider while using SDK is that Java has its own primitives and there are ThingWorx primitives ( like Infotable, TagCollection, etc). You can leverage usage of ThingWorx primitives directly working with Java SDK.
You can also refer Help center for more details and usage.
-Durgesh
Aditya Kumar: So, the only thing to note and consider while using SDK is that Java has its own primitives and there are ThingWorx primitives ( like Infotable, TagCollection, etc). You can leverage usage of ThingWorx primitives directly working with Java SDK.
You can also refer Help center for more details and usage.
-Durgesh
Thanks Durgesh