RT_VERSION_INFO Structure
RT_VERSION_INFO is a structure that specifies data for the functions RtGetRuntimeVersionEx and RtkGetRuntimeVersionEx.
Syntax
typedef struct _RT_VERSION_INFO {
int majorVersion;
int minorVersion;
int fixVersion;
int buildNumber;
} RT_VERSION_INFO, *PRT_VERSION_INFO;
Fields
majorVersion
The major version of the wRTOS Runtime. For example, 1.0
minorVersion
The minor version of the wRTOS Runtime. For example, 1.0
fixVersion
The fix version of the wRTOS Runtime.
buildNumber
The build number of the wRTOS Runtime.
Requirements
| Minimum supported version | Header |
|---|---|
|
wRTOS 1.0 SDK |
RtLicensing.h |