www.pudn.com > VOIP(H323).rar   To Read all the content


[file head]:
/**
* This file was generated by the Objective Systems ASN1C Compiler
* (http://www.obj-sys.com). Version: 5.70, Date: 07-Oct-2004.
*/
#ifndef H323_MESSAGES_H
#define H323_MESSAGES_H

#ifdef __cplusplus
extern "C" {
#endif

#include <stdio.h>
#include <stdlib.h>

#include "ooasn1.h"
#include "H235-SECURITY-MESSAGES.h"
#include "MULTIMEDIA-SYSTEM-CONTROL.h"

/**************************************************************/
/* */
/* ProtocolIdentifier */
/* */
/**************************************************************/

typedef ASN1OBJID H225ProtocolIdentifier;

EXTERN int asn1PE_H225ProtocolIdentifier (OOCTXT* pctxt, H225ProtocolIdentifier value);

EXTERN int asn1PD_H225ProtocolIdentifier (OOCTXT* pctxt, H225ProtocolIdentifier* pvalue);

/********************************************************
... ...

[file tail]:
... ...
LocationReject *locationReject;
//t = 22
H225InfoRequest *infoRequest;
//t = 23
H225InfoRequestResponse *infoRequestResponse;
//t = 24
H225NonStandardMessage *nonStandardMessage;
//t = 25
H225UnknownMessageResponse *unknownMessageResponse;
//t = 25
H225RequestInProgress *requestInProgress;
//t = 26
H225ResourcesAvailableIndicate *resourcesAvailableIndicate;
//t = 27
H225ResourcesAvailableConfirm *resourcesAvailableConfirm;
//t = 28
H225InfoRequestAck *infoRequestAck;
//t = 29
H225InfoRequestNak *infoRequestNak;
//t = 30
H225ServiceControlIndication *serviceControlIndication;
//t = 31
H225ServiceControlResponse *serviceControlResponse;
//t = 32
H225_SeqOfH225AdmissionConfirm *admissionConfirmSequence;
}u;
}H225RasMessage;

EXTERN int asn1PE_H225RasMessage(OOCTXT* pctxt,H225RasMessage *pvalue);

EXTERN int asn1PD_H225RasMessage(OOCTXT* pctxt,H225RasMessage *pvalue);

#ifdef __cplusplus
}
#endif

#endif