SamCommand.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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 _SamCommand_H_
  8. #define _SamCommand_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include "RequestPacs.h"
  12. #include "CardDetected.h"
  13. #include <constr_CHOICE.h>
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. /* Dependencies */
  18. typedef enum SamCommand_PR {
  19. SamCommand_PR_NOTHING, /* No components present */
  20. SamCommand_PR_requestPacs,
  21. SamCommand_PR_cardDetected
  22. } SamCommand_PR;
  23. /* SamCommand */
  24. typedef struct SamCommand {
  25. SamCommand_PR present;
  26. union SamCommand_u {
  27. RequestPacs_t requestPacs;
  28. CardDetected_t cardDetected;
  29. } choice;
  30. /* Context for parsing across buffer boundaries */
  31. asn_struct_ctx_t _asn_ctx;
  32. } SamCommand_t;
  33. /* Implementation */
  34. extern asn_TYPE_descriptor_t asn_DEF_SamCommand;
  35. extern asn_CHOICE_specifics_t asn_SPC_SamCommand_specs_1;
  36. extern asn_TYPE_member_t asn_MBR_SamCommand_1[2];
  37. extern asn_per_constraints_t asn_PER_type_SamCommand_constr_1;
  38. #ifdef __cplusplus
  39. }
  40. #endif
  41. #endif /* _SamCommand_H_ */
  42. #include <asn_internal.h>