Struct
interpeerVersionData
since: 0.1.0
Description
struct VersionData {
uint16_t major;
uint16_t minor;
uint16_t patch;
}
The SDK’s major, minor and patch version numbers are provided in this struct.
Structure members
majorThe SDK major version.
minorThe SDK minor version.
patchThe SDK patch version.
Stability: Stable
Available since: 0.1.0