Jump to: navigation, search

TKVType

Syntax

typedef enum {
	KVTypeString,
	KVTypeInt,
	KVTypeBinary,
	KVTypeList
	KVTypeUnicode
} TKVType;

Values

  • KVTypeString — The variable is of a character type.
  • KVTypeInt — The variable is of an integer type.
  • KVTypeBinary — The variable is of a binary type.
  • KVTypeList — The variable is of a kv_list type.
  • KVTypeUnicode — The variable is of a unicode type.
This page was last edited on June 27, 2017, at 20:22.
Comments or questions about this documentation? Contact us for support!