Voice Platform SDK 8.5 API Reference

TReliability

Syntax



typedef enum {
	TReliabilityOk		= 0,
	TReliabilityInPast		= 1,
	TReliabilityUncertain	= 2,
	TReliabilityExternal	= 3
} TReliability;


Top of Page

Values

TReliabilityOk —  A TEvent’s time stamp reliably indicates the time of the event’s occurance. (TEvent was generated based on its corresponding switch notification.)

TReliabilityInPast —  Indicates an event which occured prior to the time stamp of this TEvent. (TEvent was constructed based on subsequent switch notifications.)

TReliabilityUncertain —  Indicates an event which may or may not have yet occured at the time stamp of this TEvent. (TEvent was generated based on a configured timeout or as a result of internal cleanup.)

TReliabilityExternal —  Indicates an event has been generated as a result of a request from external controller. (TEvent was generated based on a corresponding external request—SNMP.)


Top of Page


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