LibVersion Structure

Namespace: id3.Devices

Definition

Defines the versioning scheme for the library, using semantic versioning to detail major, minor, and build identifiers.
class LibVersion
class LibVersion
public partial struct LibVersion
public class LibVersion
typedef struct id3DevicesLibVersion

Properties

Name

Type

Description

build

int

The build number, used for incremental improvements and bug fixes.

major

int

The major version number, indicating significant updates and compatibility changes.

minor

int

The minor version number, representing backward-compatible features and enhancements.