Primitives
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Primitives
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.
- Labels:
-
Connectivity
- Tags:
- edge sdk
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks Durgesh
