This type is a class for model objects.
A collection object for all of the firmware versions
Package: datapowermgr| Attributes Summary | |
| deviceType : EString | deviceType that this set of FirmwareVersions is for |
| highestVersion : EInt | The highest version number that has EVER been used for a version of this object. Exists because DPFirmwareVersion extends DPVersion. Probably never used in DPFirmwareVersion. |
| strictFeatures : EString | A ; separated string naming the strict features this firmware supports. If a Firmware supports a strict feature, the firmware can ONLY be installed on devices having a license for that feature. |
| modelType : EString | A string version of the model type this firmware is for. Examples of model type are 9002 and 9003. There is also a special model type "9002 or 9001" which indicates the firmware can install on either a model 9002 or 9001. THIS IS A STRING and NOT AN EXPRESSION so "9001 or 9002" WILL NOT WORK. |
| nonstrictFeatures : EString | A ; separated string naming the nonstrict features this firmware supports. If a Firmware supports a nonstrict feature, the firmware can be installed on a device irrespective of whether or not that device has a license for the nonstrict feature. |
| versions : DPFirmwareVersion * | * No description is available * |
| properties : Property * | * No description is available * |
| Attribute Details |