SamCommand.h 1.2 KB

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