IFAPI_Path_SetDescription.3 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .TH "IFAPI_Path_SetDescription" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_Path_SetDescription
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <fapi_int\&.h>\fP
  11. .SS "Data Fields"
  12. .in +1c
  13. .ti -1c
  14. .RI "char * \fBdescription\fP"
  15. .br
  16. .ti -1c
  17. .RI "\fBUINT8_ARY\fP \fBappData\fP"
  18. .br
  19. .ti -1c
  20. .RI "\fBIFAPI_OBJECT\fP \fBobject\fP"
  21. .br
  22. .ti -1c
  23. .RI "char * \fBobject_path\fP"
  24. .br
  25. .ti -1c
  26. .RI "json_object * \fBjso\fP"
  27. .br
  28. .ti -1c
  29. .RI "char * \fBjso_string\fP"
  30. .br
  31. .in -1c
  32. .SH "Detailed Description"
  33. .PP
  34. The data structure holding internal state of Fapi_SetDescription\&.
  35. .SH "Field Documentation"
  36. .PP
  37. .SS "\fBUINT8_ARY\fP appData"
  38. Application data to be stored in object store\&.
  39. .SS "char* description"
  40. The description of the object
  41. .SS "json_object* jso"
  42. JSON object for storing the AppData
  43. .SS "char* jso_string"
  44. JSON deserialized buffer
  45. .SS "\fBIFAPI_OBJECT\fP object"
  46. The IPAPI object to store the info
  47. .SS "char* object_path"
  48. The realative path to the object
  49. .SH "Author"
  50. .PP
  51. Generated automatically by Doxygen for tpm2-tss from the source code\&.