CardDetected.h 870 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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 _CardDetected_H_
  8. #define _CardDetected_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include "CardDetails.h"
  12. #include <constr_SEQUENCE.h>
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. /* CardDetected */
  17. typedef struct CardDetected {
  18. CardDetails_t detectedCardDetails;
  19. /* Context for parsing across buffer boundaries */
  20. asn_struct_ctx_t _asn_ctx;
  21. } CardDetected_t;
  22. /* Implementation */
  23. extern asn_TYPE_descriptor_t asn_DEF_CardDetected;
  24. extern asn_SEQUENCE_specifics_t asn_SPC_CardDetected_specs_1;
  25. extern asn_TYPE_member_t asn_MBR_CardDetected_1[1];
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif /* _CardDetected_H_ */
  30. #include <asn_internal.h>