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
major

The SDK major version.

minor

The SDK minor version.

patch

The SDK patch version.

Stability: Stable

Available since: 0.1.0

Constructors

interpeer_version_data_new

Return the SDK’s version number.

since: 0.1.0

Instance methods

interpeer_version_data_copy

Copy a version number (boxed type).

since: 0.1.0

interpeer_version_data_free

Free a version number (boxed type).

since: 0.1.0