SamResponse.h 884 B

123456789101112131415161718192021222324252627282930313233343536373839
  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 _SamResponse_H_
  8. #define _SamResponse_H_
  9. #include <asn_application.h>
  10. /* Including external dependencies */
  11. #include <OCTET_STRING.h>
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. /* SamResponse */
  16. typedef OCTET_STRING_t SamResponse_t;
  17. /* Implementation */
  18. extern asn_TYPE_descriptor_t asn_DEF_SamResponse;
  19. asn_struct_free_f SamResponse_free;
  20. asn_struct_print_f SamResponse_print;
  21. asn_constr_check_f SamResponse_constraint;
  22. ber_type_decoder_f SamResponse_decode_ber;
  23. der_type_encoder_f SamResponse_encode_der;
  24. xer_type_decoder_f SamResponse_decode_xer;
  25. xer_type_encoder_f SamResponse_encode_xer;
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif /* _SamResponse_H_ */
  30. #include <asn_internal.h>