We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to be able to Get version number in desired properties, and also be able to Set the version number for reported properties.
OS and version used: Windows 10
Java runtime used:
SDK version used:
Ability to get the desired version will enable in sequencing updates coming from the hub.
C# SDK provides this functionality in its class TwinCollection /// Gets the version of the /// public long Version
{
The text was updated successfully, but these errors were encountered:
@mamokarz is working on making this available in java SDK. He will let you know when it is ready.
Sorry, something went wrong.
This issue is now fixed and available in latest release of the SDK. I'm closing this for now. Feel free to reopen if you see any further issues.
mamokarz
No branches or pull requests
Need to be able to Get version number in desired properties, and also be able to Set the version number for reported properties.
OS and version used: Windows 10
Java runtime used:
SDK version used:
Description of the issue:
Ability to get the desired version will enable in sequencing updates coming from the hub.
Code sample exhibiting the issue:
C# SDK provides this functionality in its class TwinCollection
/// Gets the version of the
///
public long Version
Console log of the issue:
The text was updated successfully, but these errors were encountered: