Advantech MIC-3369C Przewodnik Instalacji Strona 145

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 161
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 144
Dialogic
®
System Release 6.1 CompactPCI for Windows
®
Release Update 145
/* Following use of gc_util_next_parm retrieves the first parameter in a
* GC_PARM_BLK, which in this case is PARM_REQTYPE */
my_parmp = gc_util_next_parm( my_blkp, NULL );
/* Retrieve the next parameter after getting the first one */
my_parmp = gc_util_next_parm( my_blkp, my_parmp );
/* This function finds and returns specified parameter, NULL if not found */
my_parmp = gc_util_find_parm( my_blkp, GC_SET_SERVREQ, PARM_ACK );
/* After GC_PARM_BLK is no longer needed, delete the block */
gc_util_delete_parm_blk( my_blkp );
/* Set my_blkp to NULL now that the block has been deleted */
my_blkp = NULL;
/* Issue gc_Stop() Next */
if (gc_Stop() != GC_SUCCESS )
{
/* process error return as shown */
gc_ErrorInfo( &gc_error_info );
printf ("Error: gc_Stop(), GC ErrorValue: 0x%hx - %s, CCLibID: %i - %s,
CC ErrorValue: 0x%lx - %s\n",
gc_error_info.gcValue, gc_error_info.gcMsg,
gc_error_info.ccLibId, gc_error_info.ccLibName,
gc_error_info.ccValue, gc_error_info.ccMsg);
}
}
3.4.9 Dialogic
®
Global Call E1/T1 CAS/R2 Technology Guide
There are currently no updates to this document.
3.4.10 Dialogic
®
Global Call IP Technology Guide
Updates for new QoS alarms
With the Service Update, two new Quality of Service (QoS) alarms are supported on
Dialogic
®
IPT Boards:
QOSTYPE_RTCPTIMEOUT - QoS alarm for Real Time Control Protocol (RTCP)
inactivity
QOSTYPE_RTPTIMEOUT - QoS alarm for Real Time Protocol (RTP) inactivity
These alarms and their associated events should be included in the following sections
of the Dialogic
®
Global Call IP Technology Guide:
Section 4.20, Managing Quality of Service Alarms
Section 7.3.9, gc_GetAlarmParm( ) Variances for IP
Section 7.3.24, gc_SetAlarmParm( ) Variances for IP
For further information about these alarms, see Section 1.19, “New QoS Alarms for
RTCP and RTP Inactivity”, on page 61 of this Release Update.
Przeglądanie stron 144
1 2 ... 140 141 142 143 144 145 146 147 148 149 150 ... 160 161

Komentarze do niniejszej Instrukcji

Brak uwag