NFCSend.h 940 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 _NFCSend_H_
  8. #define _NFCSend_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include <OCTET_STRING.h>
  12. #include "Protocol.h"
  13. #include <NativeInteger.h>
  14. #include <constr_SEQUENCE.h>
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18. /* NFCSend */
  19. typedef struct NFCSend {
  20. OCTET_STRING_t data;
  21. Protocol_t protocol;
  22. long timeOut;
  23. OCTET_STRING_t *format /* OPTIONAL */;
  24. /* Context for parsing across buffer boundaries */
  25. asn_struct_ctx_t _asn_ctx;
  26. } NFCSend_t;
  27. /* Implementation */
  28. extern asn_TYPE_descriptor_t asn_DEF_NFCSend;
  29. extern asn_SEQUENCE_specifics_t asn_SPC_NFCSend_specs_1;
  30. extern asn_TYPE_member_t asn_MBR_NFCSend_1[4];
  31. #ifdef __cplusplus
  32. }
  33. #endif
  34. #endif /* _NFCSend_H_ */
  35. #include <asn_internal.h>