Rate This Document
Findability
Accuracy
Completeness
Readability

Structures and Enumeration Types of Huawei-developed KVSIP Functions

Huawei-developed KVSIP functions contain function context structures.

The enumerated values include Return Values.

For details about the naming rules and formats of data structures and enumeration types, see Table 1 and Table 2.

Table 1 Structure naming rules

Structure Type

Naming Rule

Format

Type name

Upper camel case, with "Kvsip" as the prefix

Example: KvsipProVersion

Member variable name

Lower camel case

Example: componentName, packageVersion

Table 2 Naming rules of enumeration types

Enumeration Type

Naming Rule

Format

Type name

Upper camel case, with "Kvsip" as the prefix

Example: KvsipResult

Member variable name

All capitalized, separated with underscores (_)

Example: KVSIP_STS_NO_ERR