Previous PageTable Of Contents../index.htmlIndexNext Page

GRT_EVENT( )

Description

Name:

typedef struct {
int chan;
int event_type;
char pdata[GRT_MESSAGE];
int num_bytes;
} GRT_EVENT;

Includes:

genra.h

 

Top Of PageDescription

The GRT_EVENT( ) structure is used to store an event that has occurred on a given channel. The GRT_EVENT data structure contains the following information:

  1. The channel on which the event occurred.
  2. The type of event that has occurred. (See Table 33.)
  3. Data that is associated with the event. (See Table 33.)
  4. Number of bytes of event data.

The definition of the GRT_EVENT structure follows:


Table 33. Events and Data Associated with GRT_EVENT

Mnemonic

Associated Data

GRT_CALL_TERM

Queue record

GRT_INFO_EXCHANGE

GRT_INFO_DATA

GRT_DIAL

20 character null-terminated string

GRT_RECV_DCS

Unsigned char array of size DCS_LENGTH

GRT_CALL_PENDING

None

GRT_RECV_DIS

Unsigned char array of size DIS_LENGTH

GRT_PAGE_BREAK

None


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Dialogic Customer Engineering

Copyright 2000, Dialogic Corporation
All rights reserved
This page generated January, 2002