SIO.h 822 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*
  2. * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
  3. * From ASN.1 module "SIO"
  4. * found in "sio.asn1"
  5. * `asn1c -D ./lib/asn1 -no-gen-example -no-gen-PER -pdu=all`
  6. */
  7. #ifndef _SIO_H_
  8. #define _SIO_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include <OCTET_STRING.h>
  12. #include <NULL.h>
  13. #include "Key.h"
  14. #include "PACS.h"
  15. #include <constr_SEQUENCE.h>
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. /* SIO */
  20. typedef struct SIO {
  21. OCTET_STRING_t rid;
  22. OCTET_STRING_t *unknown3 /* OPTIONAL */;
  23. NULL_t unknown5;
  24. Key_t key;
  25. PACS_t pacs;
  26. NULL_t unknown9;
  27. /* Context for parsing across buffer boundaries */
  28. asn_struct_ctx_t _asn_ctx;
  29. } SIO_t;
  30. /* Implementation */
  31. extern asn_TYPE_descriptor_t asn_DEF_SIO;
  32. #ifdef __cplusplus
  33. }
  34. #endif
  35. #endif /* _SIO_H_ */
  36. #include <asn_internal.h>