yumapro
24.10-1
YumaPro SDK
|
Session Message Buffer. More...
#include <ses.h>
Data Fields | |
dlq_hdr_t | qhdr |
not set | |
size_t | buffstart |
buff start pos | |
size_t | bufflen |
buff actual size | |
size_t | buffpos |
buff cur position | |
boolean | islast |
T: last buff in msg. | |
boolean | isbinary |
T: CBOR, F: XML. | |
xmlChar | buff [SES_MSG_BUFFSIZE+1] |
buffer memory has 1 extra byte set to zero to make sure log input does not print past end of the input buffer | |
Session Message Buffer.