CardDetails.h 943 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 _CardDetails_H_
  8. #define _CardDetails_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include "Protocol.h"
  12. #include <OCTET_STRING.h>
  13. #include <constr_SEQUENCE.h>
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. /* CardDetails */
  18. typedef struct CardDetails {
  19. Protocol_t protocol;
  20. OCTET_STRING_t csn;
  21. OCTET_STRING_t *atqa /* OPTIONAL */;
  22. OCTET_STRING_t *sak /* OPTIONAL */;
  23. /* Context for parsing across buffer boundaries */
  24. asn_struct_ctx_t _asn_ctx;
  25. } CardDetails_t;
  26. /* Implementation */
  27. extern asn_TYPE_descriptor_t asn_DEF_CardDetails;
  28. extern asn_SEQUENCE_specifics_t asn_SPC_CardDetails_specs_1;
  29. extern asn_TYPE_member_t asn_MBR_CardDetails_1[4];
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33. #endif /* _CardDetails_H_ */
  34. #include <asn_internal.h>