Voice Platform SDK 8.5 API Reference

TKVType

Syntax



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


Top of Page

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.


Top of Page


Send comments on this topic.
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.