SamCommand.h 1.2 KB

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