ITS
RequestResponseIndication.h File Reference
#include <asn_application.h>
#include <NativeEnumerated.h>
#include <asn_internal.h>
Include dependency graph for RequestResponseIndication.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum RequestResponseIndication e_RequestResponseIndication
 
typedef long RequestResponseIndication_t
 

Enumerations

enum  RequestResponseIndication { RequestResponseIndication_request = 0, RequestResponseIndication_response = 1 }
 

Variables

asn_TYPE_descriptor_t asn_DEF_RequestResponseIndication
 
asn_struct_free_f RequestResponseIndication_free
 
asn_struct_print_f RequestResponseIndication_print
 
asn_constr_check_f RequestResponseIndication_constraint
 
ber_type_decoder_f RequestResponseIndication_decode_ber
 
der_type_encoder_f RequestResponseIndication_encode_der
 
xer_type_decoder_f RequestResponseIndication_decode_xer
 
xer_type_encoder_f RequestResponseIndication_encode_xer
 
per_type_decoder_f RequestResponseIndication_decode_uper
 
per_type_encoder_f RequestResponseIndication_encode_uper
 

Typedef Documentation

◆ e_RequestResponseIndication

◆ RequestResponseIndication_t

Definition at line 27 of file RequestResponseIndication.h.

Enumeration Type Documentation

◆ RequestResponseIndication

Enumerator
RequestResponseIndication_request 
RequestResponseIndication_response 

Definition at line 21 of file RequestResponseIndication.h.

Variable Documentation

◆ asn_DEF_RequestResponseIndication

asn_TYPE_descriptor_t asn_DEF_RequestResponseIndication

Definition at line 123 of file RequestResponseIndication.c.

◆ RequestResponseIndication_constraint

asn_constr_check_f RequestResponseIndication_constraint

Definition at line 33 of file RequestResponseIndication.h.

◆ RequestResponseIndication_decode_ber

ber_type_decoder_f RequestResponseIndication_decode_ber

Definition at line 34 of file RequestResponseIndication.h.

◆ RequestResponseIndication_decode_uper

per_type_decoder_f RequestResponseIndication_decode_uper

Definition at line 38 of file RequestResponseIndication.h.

◆ RequestResponseIndication_decode_xer

xer_type_decoder_f RequestResponseIndication_decode_xer

Definition at line 36 of file RequestResponseIndication.h.

◆ RequestResponseIndication_encode_der

der_type_encoder_f RequestResponseIndication_encode_der

Definition at line 35 of file RequestResponseIndication.h.

◆ RequestResponseIndication_encode_uper

per_type_encoder_f RequestResponseIndication_encode_uper

Definition at line 39 of file RequestResponseIndication.h.

◆ RequestResponseIndication_encode_xer

xer_type_encoder_f RequestResponseIndication_encode_xer

Definition at line 37 of file RequestResponseIndication.h.

◆ RequestResponseIndication_free

asn_struct_free_f RequestResponseIndication_free

Definition at line 31 of file RequestResponseIndication.h.

◆ RequestResponseIndication_print

asn_struct_print_f RequestResponseIndication_print

Definition at line 32 of file RequestResponseIndication.h.