ITS
IA5String.h
Go to the documentation of this file.
1 /*-
2  * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.
3  * Redistribution and modifications are permitted subject to BSD license.
4  */
5 #ifndef _IA5String_H_
6 #define _IA5String_H_
7 
8 #include <OCTET_STRING.h>
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 typedef OCTET_STRING_t IA5String_t; /* Implemented via OCTET STRING */
15 
16 /*
17  * IA5String ASN.1 type definition.
18  */
20 
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif /* _IA5String_H_ */
OCTET_STRING_t IA5String_t
Definition: IA5String.h:14
int() asn_constr_check_f(struct asn_TYPE_descriptor_s *type_descriptor, const void *struct_ptr, asn_app_constraint_failed_f *optional_callback, void *optional_app_key)
Definition: constraints.h:40
asn_TYPE_descriptor_t asn_DEF_IA5String
Definition: IA5String.c:20
asn_constr_check_f IA5String_constraint
Definition: IA5String.h:21