NFCSend.h 924 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*
  2. * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
  3. * From ASN.1 module "Seader"
  4. * found in "applications_user/seader/seader.asn1"
  5. * `asn1c -D applications_user/seader/lib/asn1 -no-gen-example -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. /* Context for parsing across buffer boundaries */
  24. asn_struct_ctx_t _asn_ctx;
  25. } NFCSend_t;
  26. /* Implementation */
  27. extern asn_TYPE_descriptor_t asn_DEF_NFCSend;
  28. extern asn_SEQUENCE_specifics_t asn_SPC_NFCSend_specs_1;
  29. extern asn_TYPE_member_t asn_MBR_NFCSend_1[3];
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33. #endif /* _NFCSend_H_ */
  34. #include <asn_internal.h>