Structure to hold the versions of the peripheral API.
This structure contains the version information for the peripheral API. It includes the release version number, major version number, and minor version number.
Public Attributes#
uint8_t
Release version number.
uint8_t
Major version number.
uint8_t
Minor version number.