blob: a4725fa48140bdd7e0445d5e5d3b8259f7f6f4c2 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001/*-
Lev Walkina9cc46e2004-09-22 16:06:28 +00002 * Copyright (c) 2003, 2004 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 _BMPString_H_
6#define _BMPString_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 BMPString_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_BMPString;
Lev Walkinf15320b2004-06-03 03:38:44 +000017
18asn_struct_print_f BMPString_print; /* Human-readable output */
Lev Walkin9a6f65b2004-10-23 11:20:06 +000019xer_type_decoder_f BMPString_decode_xer;
Lev Walkina9cc46e2004-09-22 16:06:28 +000020xer_type_encoder_f BMPString_encode_xer;
Lev Walkinf15320b2004-06-03 03:38:44 +000021
Lev Walkin21b41ac2005-07-24 09:03:44 +000022#ifdef __cplusplus
23}
24#endif
25
Lev Walkinf15320b2004-06-03 03:38:44 +000026#endif /* _BMPString_H_ */