Protocol.h 845 B

123456789101112131415161718192021222324252627282930313233343536373839
  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 -no-gen-OER -no-gen-PER -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. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif /* _Protocol_H_ */
  30. #include <asn_internal.h>