ErrorResponse.h 887 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 _ErrorResponse_H_
  8. #define _ErrorResponse_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include <NativeInteger.h>
  12. #include <OCTET_STRING.h>
  13. #include <constr_SEQUENCE.h>
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. /* ErrorResponse */
  18. typedef struct ErrorResponse {
  19. long errorCode;
  20. OCTET_STRING_t data;
  21. /* Context for parsing across buffer boundaries */
  22. asn_struct_ctx_t _asn_ctx;
  23. } ErrorResponse_t;
  24. /* Implementation */
  25. extern asn_TYPE_descriptor_t asn_DEF_ErrorResponse;
  26. extern asn_SEQUENCE_specifics_t asn_SPC_ErrorResponse_specs_1;
  27. extern asn_TYPE_member_t asn_MBR_ErrorResponse_1[2];
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31. #endif /* _ErrorResponse_H_ */
  32. #include <asn_internal.h>