/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 1.3.40 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ namespace org.doubango.tinyWRAP { public enum tmedia_t140_data_type_t { tmedia_t140_data_type_utf8, tmedia_t140_data_type_zero_width_no_break_space = 0xefbbbf, tmedia_t140_data_type_backspace = 0x08, tmedia_t140_data_type_esc = 0x1b, tmedia_t140_data_type_cr = 0x0d, tmedia_t140_data_type_lf = 0x0a, tmedia_t140_data_type_cr_lf = 0x0d0a, tmedia_t140_data_type_interrupt2 = 0x61, tmedia_t140_data_type_bell = 0x07, tmedia_t140_data_type_sos = 0x98, tmedia_t140_data_type_string_term = 0x9c, tmedia_t140_data_type_graphic_start = 0x9b, tmedia_t140_data_type_graphic_end = 0x6d, tmedia_t140_data_type_loss_char_char = 0xfffd, tmedia_t140_data_type_loss_utf8 = 0xefbfbd } }