Contains RAIL Library Version Information.
It is filled in by RAIL_GetVersion().
DeprecatedRAIL 2.x synonym of sl_rail_version_t.
Public Attributes#
Git hash.
Major number.
Minor number.
Revision number.
Build number.
Build flags.
Boolean to indicate whether this is a multiprotocol library or not.
Public Attribute Documentation#
major#
uint8_t RAIL_Version_t::major
Major number.
DeprecatedRAIL 2.x synonym of sl_rail_version_t::major.
minor#
uint8_t RAIL_Version_t::minor
Minor number.
DeprecatedRAIL 2.x synonym of sl_rail_version_t::minor.
rev#
uint8_t RAIL_Version_t::rev
Revision number.
DeprecatedRAIL 2.x synonym of sl_rail_version_t::rev.
build#
uint8_t RAIL_Version_t::build
Build number.
DeprecatedRAIL 2.x synonym of sl_rail_version_t::build.
flags#
uint8_t RAIL_Version_t::flags
Build flags.
DeprecatedRAIL 2.x synonym of sl_rail_version_t::flags.
multiprotocol#
bool RAIL_Version_t::multiprotocol
Boolean to indicate whether this is a multiprotocol library or not.
DeprecatedRAIL 2.x synonym of sl_rail_version_t::multiprotocol.