blob: 37177d37dee8703e3621105d0ea40e75707d2408 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001/*-
Lev Walkin20696a42017-10-17 21:27:33 -07002 * Copyright (c) 2003-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
Lev Walkinf15320b2004-06-03 03:38:44 +00003 * Redistribution and modifications are permitted subject to BSD license.
4 */
5#ifndef _VideotexString_H_
6#define _VideotexString_H_
7
Lev Walkinf15320b2004-06-03 03:38:44 +00008#include <OCTET_STRING.h>
9
Lev Walkin21b41ac2005-07-24 09:03:44 +000010#ifdef __cplusplus
11extern "C" {
12#endif
13
Lev Walkin11c3e172004-09-24 21:00:50 +000014typedef OCTET_STRING_t VideotexString_t; /* Implemented via OCTET STRING */
Lev Walkinf15320b2004-06-03 03:38:44 +000015
Lev Walkin5e033762004-09-29 13:26:15 +000016extern asn_TYPE_descriptor_t asn_DEF_VideotexString;
Bi-Ruei, Chiu1f87ac02017-08-20 01:25:45 +080017extern asn_TYPE_operation_t asn_OP_VideotexString;
Lev Walkinf15320b2004-06-03 03:38:44 +000018
Bi-Ruei, Chiu1fa31c92016-05-16 13:50:09 +080019#define VideotexString_free OCTET_STRING_free
20#define VideotexString_print OCTET_STRING_print
Lev Walkincd2f48e2017-08-10 02:14:59 -070021#define VideotexString_compare OCTET_STRING_compare
Bi-Ruei, Chiu1fa31c92016-05-16 13:50:09 +080022#define VideotexString_constraint asn_generic_unknown_constraint
23#define VideotexString_decode_ber OCTET_STRING_decode_ber
24#define VideotexString_encode_der OCTET_STRING_encode_der
25#define VideotexString_decode_xer OCTET_STRING_decode_xer_hex
26#define VideotexString_encode_xer OCTET_STRING_encode_xer
27#define VideotexString_decode_uper OCTET_STRING_decode_uper
28#define VideotexString_encode_uper OCTET_STRING_encode_uper
29
Lev Walkin21b41ac2005-07-24 09:03:44 +000030#ifdef __cplusplus
31}
32#endif
33
Lev Walkinf15320b2004-06-03 03:38:44 +000034#endif /* _VideotexString_H_ */