Previous PageTable Of Contents../index.htmlIndexNext Page

grtProcessRecvDCSEvent( )

Description | Example

Name:

int grtProcessRecvDCSEvent (GRT_EVENT *event,
unsigned char *dcs)

Inputs:

GRT_EVENT *event

  • Pointer to an event record.

unsigned char *dcs

  • Pointer to an array of unsigned char of size DCS_LENGTH.

Outputs:

unsigned char *dcs

  • Pointer to an array of unsigned char of size DCS_LENGTH.

Returns:

GRT_SUCCESS

  • Successful.

GRT_UNKNOWN_EVENT

  • Otherwise.

Includes:

genra.h

 

Top Of PageDescription

The grtProcessRecvDCSEvent( ) function processes a received DCS event. This function is a high-level function that provides the data that is associated with a GRT_RECV_DCS event to the user. The data is an array of unsigned characters representing the received DCS. The function returns GRT_SUCCESS if the event is a GRT_RECV_DCS event and DCS_frame points to valid DCS data. If the event is not GRT_RECV_DCS, then the DCS_frame points to invalid data.

Top Of PageExample


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