FrameProtocol.h 1022 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 _FrameProtocol_H_
  8. #define _FrameProtocol_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include <NativeEnumerated.h>
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. /* Dependencies */
  16. typedef enum FrameProtocol {
  17. FrameProtocol_nfc = 2,
  18. FrameProtocol_iclass = 4
  19. } e_FrameProtocol;
  20. /* FrameProtocol */
  21. typedef long FrameProtocol_t;
  22. /* Implementation */
  23. extern asn_TYPE_descriptor_t asn_DEF_FrameProtocol;
  24. asn_struct_free_f FrameProtocol_free;
  25. asn_struct_print_f FrameProtocol_print;
  26. asn_constr_check_f FrameProtocol_constraint;
  27. ber_type_decoder_f FrameProtocol_decode_ber;
  28. der_type_encoder_f FrameProtocol_encode_der;
  29. xer_type_decoder_f FrameProtocol_decode_xer;
  30. xer_type_encoder_f FrameProtocol_encode_xer;
  31. #ifdef __cplusplus
  32. }
  33. #endif
  34. #endif /* _FrameProtocol_H_ */
  35. #include <asn_internal.h>