Protocol.h 983 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*
  2. * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
  3. * From ASN.1 module "Seader"
  4. * found in "seader.asn1"
  5. * `asn1c -D ./lib/asn1 -no-gen-example -pdu=all`
  6. */
  7. #ifndef _Protocol_H_
  8. #define _Protocol_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include <OCTET_STRING.h>
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. /* Protocol */
  16. typedef OCTET_STRING_t Protocol_t;
  17. /* Implementation */
  18. extern asn_TYPE_descriptor_t asn_DEF_Protocol;
  19. asn_struct_free_f Protocol_free;
  20. asn_struct_print_f Protocol_print;
  21. asn_constr_check_f Protocol_constraint;
  22. ber_type_decoder_f Protocol_decode_ber;
  23. der_type_encoder_f Protocol_encode_der;
  24. xer_type_decoder_f Protocol_decode_xer;
  25. xer_type_encoder_f Protocol_encode_xer;
  26. oer_type_decoder_f Protocol_decode_oer;
  27. oer_type_encoder_f Protocol_encode_oer;
  28. per_type_decoder_f Protocol_decode_uper;
  29. per_type_encoder_f Protocol_encode_uper;
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33. #endif /* _Protocol_H_ */
  34. #include <asn_internal.h>