DCHK Client Version 0.5.7 - Documentation |
![]() |
Structure to hold a request or a response. More...
#include <dchk.h>
This structure is used to store a DCHK request or it's answer.
Data Fields | |
char * | authority |
char * | beautified |
IRISLWZ_HEADER * | header |
Pointer to the iris lwz header. | |
char * | packet |
Pointer to the complete packet, which contains header and (compressed) payload. | |
char * | payload |
Pointer to the (compressed) payload, which is part of IRISLWZ_PACKET::packet. | |
int | size |
Size of complete packet, which contains header and (compressed) payload. | |
int | size_payload |
Holds the size of the (compressed) payload. | |
int | size_uncompressed |
Holds the size of the uncompressed payload. | |
char * | uncompressed_payload |
Pointer to the uncompressed payload. |
Pointer to a "beautified" version of the XML payload, which is better readable by humans.
Pointer to the iris lwz header
Pointer to the complete packet, which contains header and (compressed) payload
Size of complete packet, which contains header and (compressed) payload
Size of complete packet, which contains header and (compressed) payload
Holds the size of the (compressed) payload
Holds the size of the uncompressed payload
Pointer to the uncompressed payload