ButtonHeader  CameraName

Chapter 3: Property Descriptions and Usage

CallState

Applies to

CallLogEntry objects

Description

Indicates the state of the call log entry. Missed calls can indicate an occupied phone line or no answer. Values are:

Usage


In scripts

The CallState property is an integer indicating the state of an entry in the call log. The following lines get the state of an entry in the call log clog_1:

CallLogEntry l_entry
integer li_index
string ls_state

l_entry = clog_1.GetEntry(li_index)
ls_state = l_entry.CallState





Copyright © 2004. Sybase Inc. All rights reserved. CameraName

View this book as PDF