Index

Data Type OcaVersion

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

OcaUint32 Major

The major version number.

OcaUint32 Minor

The minor version number.

OcaUint32 Build

The build number. May be 0 if it is not used (e.g. for a hardware component).

OcaComponent Component

The component.

OCP.1 Encoding

FieldBasic typeByte Length
MajorOcaUint324
MinorOcaUint324
BuildOcaUint324
ComponentOcaEnumItem162