SamVersion.h 758 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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 _SamVersion_H_
  8. #define _SamVersion_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include <OCTET_STRING.h>
  12. #include <constr_SEQUENCE.h>
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. /* SamVersion */
  17. typedef struct SamVersion {
  18. OCTET_STRING_t version;
  19. OCTET_STRING_t firmware;
  20. OCTET_STRING_t type;
  21. /* Context for parsing across buffer boundaries */
  22. asn_struct_ctx_t _asn_ctx;
  23. } SamVersion_t;
  24. /* Implementation */
  25. extern asn_TYPE_descriptor_t asn_DEF_SamVersion;
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif /* _SamVersion_H_ */
  30. #include <asn_internal.h>