_AlpNotifyEventTelSpcCall Struct Reference
[Basic Service]

#include <telephony_types.h>


Data Fields

uint8_t callId
 Id of the call.
uint32_t dialNameSize
 Size of the dial name. The dial name will be concatenated to the dial number.
uint32_t dialNumberSize
 Size of the dial number. The dial number will be concatenated to the AlpNotifyEventTelSpcCall struct.
uint8_t direction
 Direction of the call. See defines ALP_TEL_SPC_DIRECTION_XXX.
uint32_t duration
 Duration of the call, in seconds. Only available when the call status is ALP_TEL_SPC_STATUS_RELEASED.
alp_status_t error
 An error that could be the cause of the call status change, ALP_STATUS_OK if no error.
uint16_t lineId
 The id of the line associated to the call.
uint8_t mode
 Mode of the call. See defines ALP_TEL_SPC_MODE_XXX.
bool multiparty
 True if the call is in a conference, false otherwise.
uint8_t status
 Status of the call. See defines ALP_TEL_SPC_STATUS_XXX.


Field Documentation

uint8_t callId
 

Id of the call.

uint32_t dialNameSize
 

Size of the dial name. The dial name will be concatenated to the dial number.

uint32_t dialNumberSize
 

Size of the dial number. The dial number will be concatenated to the AlpNotifyEventTelSpcCall struct.

uint8_t direction
 

Direction of the call. See defines ALP_TEL_SPC_DIRECTION_XXX.

uint32_t duration
 

Duration of the call, in seconds. Only available when the call status is ALP_TEL_SPC_STATUS_RELEASED.

alp_status_t error
 

An error that could be the cause of the call status change, ALP_STATUS_OK if no error.

uint16_t lineId
 

The id of the line associated to the call.

uint8_t mode
 

Mode of the call. See defines ALP_TEL_SPC_MODE_XXX.

bool multiparty
 

True if the call is in a conference, false otherwise.

uint8_t status
 

Status of the call. See defines ALP_TEL_SPC_STATUS_XXX.


The documentation for this struct was generated from the following file:
Generated on Wed Jul 30 07:06:41 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.