NFCResponse.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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 _NFCResponse_H_
  8. #define _NFCResponse_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include "NFCRx.h"
  12. #include <NULL.h>
  13. #include <constr_CHOICE.h>
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. /* Dependencies */
  18. typedef enum NFCResponse_PR {
  19. NFCResponse_PR_NOTHING, /* No components present */
  20. NFCResponse_PR_nfcRx,
  21. NFCResponse_PR_nfcAck
  22. } NFCResponse_PR;
  23. /* NFCResponse */
  24. typedef struct NFCResponse {
  25. NFCResponse_PR present;
  26. union NFCResponse_u {
  27. NFCRx_t nfcRx;
  28. NULL_t nfcAck;
  29. } choice;
  30. /* Context for parsing across buffer boundaries */
  31. asn_struct_ctx_t _asn_ctx;
  32. } NFCResponse_t;
  33. /* Implementation */
  34. extern asn_TYPE_descriptor_t asn_DEF_NFCResponse;
  35. extern asn_CHOICE_specifics_t asn_SPC_NFCResponse_specs_1;
  36. extern asn_TYPE_member_t asn_MBR_NFCResponse_1[2];
  37. #ifdef __cplusplus
  38. }
  39. #endif
  40. #endif /* _NFCResponse_H_ */
  41. #include <asn_internal.h>