NFCRx.h 854 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 _NFCRx_H_
  8. #define _NFCRx_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include <OCTET_STRING.h>
  12. #include "RfStatus.h"
  13. #include <constr_SEQUENCE.h>
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. /* NFCRx */
  18. typedef struct NFCRx {
  19. OCTET_STRING_t *data /* OPTIONAL */;
  20. RfStatus_t rfStatus;
  21. /* Context for parsing across buffer boundaries */
  22. asn_struct_ctx_t _asn_ctx;
  23. } NFCRx_t;
  24. /* Implementation */
  25. extern asn_TYPE_descriptor_t asn_DEF_NFCRx;
  26. extern asn_SEQUENCE_specifics_t asn_SPC_NFCRx_specs_1;
  27. extern asn_TYPE_member_t asn_MBR_NFCRx_1[2];
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31. #endif /* _NFCRx_H_ */
  32. #include <asn_internal.h>