User`s guide

Dialogic
®
System Release 6.0 PCI for Windows
®
Release Update, Rev 62 — January 30, 2008 370
Dialogic Corporation
typedef enum
{
dtLayer1StatisticsId_Invalid = 0,
dtLayer1StatisticsId_LCV = 1, /* Line Coding Violations(LCV) */
dtLayer1StatisticsId_PCV, /* Path Coding Violations(PCV) */
dtLayer1StatisticsId_ES, /* Errored Seconds(ES) */
dtLayer1StatisticsId_SES, /* Severely Errored Seconds(SES) */
dtLayer1StatisticsId_UAS, /* Unavailable Seconds(UAS) */
dtLayer1StatisticsId_BES, /* Bursty Errored Seconds(BES) */
dtLayer1StatisticsId_LOFC, /* Loss of Frame Count(LOFC) */
dtLayer1StatisticsId_CSS, /* Controlled Slip Seconds(CSS) */
dtLayer1StatisticsId_SEFS, /* Severly Errored Framing Seconds(SEFS) */
dtLayer1StatisticsId_LES, /* Line Errored Seconds(LES) */
dtLayer1StatisticsId_Max
}dtLayer1StatisticsId;
TSdtLayer1Statistics, which is defined as follows:
typedef struct SdtLayer1Statistics
{
dtLayer1StatisticsId m_Layer1StatisticsId;
unsigned int m_nIntervalTotal;
unsigned int m_nCurrentIntervalTimer;
unsigned int m_nCurrentValue;
unsigned int m_nPreviousValue;
}TSdtLayer1Statistics;
TSdtStatisticsList, which is defined as follows:
typedef struct SdtStatisticsList
{
unsigned int m_nVersion; /* Version of this structure */
dtStatisticsType m_StatisticsType; /* Statistics Type */
dtStatisticsMode m_StatisticsMode; /* Statistics Mode */
unsigned int m_nStatisticsCount; /* Statistics Count */
union
{
TSdtLayer1Statistics m_Layer1Statistics[dtLayer1StatisticsId_Max];
}m_Stats;
} TSdtStatisticsList;
Cautions
None.
Errors
Possible errors for this function include:
EDT_INVTS
Invalid DTI device handle
EDT_PARAMERR
Invalid parameter
EDT_TMOERR
Synchronous function timed out waiting for reply