RT_LICENSE_ISSUE_DATE Structure

RT_LICENSE_ISSUE_DATE is a structure that represents the license issue date for the structure RT_LICENSE_INFO.

Syntax

Copy
typedef struct _RT_LICENSE_ISSUE_DATE {
    unsigned int issueDateYear;
    unsigned int issueDateMonth;
    unsigned int issueDateDay;
} RT_LICENSE_ISSUE_DATE, *PRT_LICENSE_ISSUE_DATE;

Fields

issueDateYear

The year in which the license was issued.

issueDateMonth

The month (1-based) in which the license was issued.

issueDateDay

The day on which the license was issued.

Requirements

Minimum supported version Header

wRTOS 1.0 SDK

RtLicensing.h