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 March 17, 2016, at 18:08.
Comments or questions about this documentation? Contact us for support!