AdsVersion

The DeviceInfo structure contains the name and the version information of the device.

public struct AdsVersion
{
    public int Build { get; set; }
    public byte Revision { get; set; }
    public byte Version { get; set; }


StateInfo Properties

Description

Build

Gets or sets the build number.

Revision

Gets or sets the revision number.

Version

Gets or sets the version number.