BASECODE_PARM_BLOCK Type (Structure)

AMS 2.04 or higher system.h

typedef struct {
unsigned short len; /* length of parameter block */
unsigned char releaseVersionMajor; /* Major AMS version */
unsigned char releaseVersionMinor; /* Minor AMS version */
unsigned short releaseDateYear;
unsigned char releaseDateMonth;
unsigned char releaseDateDay;
} BASECODE_PARM_BLOCK __attribute__((__packed__));

A structure containing version information about the operating system.

The base code parameter block contains version information about the AMS: the major and minor version number and the date the OS was built.