Representation of a version number of a (hardware/software) component of a device in the form of Major.Minor.Build (e.g. 1.0.123).
Properties
The major version number.
The minor version number.
The build number. May be 0 if it is not used (e.g. for a hardware component).
The component.
OCP.1 Encoding
Field | Basic type | Byte Length |
Major | OcaUint32 | 4 |
Minor | OcaUint32 | 4 |
Build | OcaUint32 | 4 |
Component | OcaEnumItem16 | 2 |