Previous PageTable Of Contents../index.htmlIndexNext Page

grtProcessRecvDISEvent( )

Description | Example

Name:

int grtProcessRecvDISEvent (GRT_EVENT *event,
unsigned char *dis)

Inputs:

GRT_EVENT *event

  • Pointer to an event record.

unsigned char *dis

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

Outputs:

unsigned char *dis

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

Returns:

GRT_SUCCESS

  • Successful.

GRT_UNKNOWN_EVENT

  • Otherwise.

Includes:

genra.h

 

Top Of PageDescription

The grtProcessRecvDISEvent( ) function processes a received DIS event.

This function is a high-level function that provides the data that is associated with a GRT_RECV_DIS event to the user. The data is an array of unsigned characters representing the received DIS. The function returns GRT_SUCCESS if the event is a GRT_RECV_DIS event and DIS_frame points to valid DIS data. If the event is not GRT_RECV_DIS, then the DIS_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