Product.RT_VERSION_INFO Structure

This structure represents the version of the wRTOS Runtime or SDK.

Namespace:  IntervalZero.MaxRT.wRTOS.Config
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public struct RT_VERSION_INFO

 

The Product.RT_VERSION_INFO type exposes the following members.

Fields

  Name Description

Public field

buildNumber

The build number. Later builds have high build numbers than earlier builds.

Public field

fixVersion

The fix version. This is also known as the Update version.

Public field

majorVersion

The major version.

Public field

minorVersion

The minor version. This is also known as the Service Pack number.

See Also: