yumapro  25.10-1
YumaPro SDK
Loading...
Searching...
No Matches
ses_msg_buff_t Struct Reference

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.
 
uint32 segment
 For UDP-Notif the segment-id is recorded If a segment is biffer than 1 buffer there will be multiple buffers with the same segment ID.
 
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 More...
 

Detailed Description

Session Message Buffer.

Field Documentation

◆ buff

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

Starting 24.10T-5: this is the maximum value; The used value is buffsize Extra memory may be wasted if Jumbo frames not used!! Not making this a double malloc with a buff pointer now!!


The documentation for this struct was generated from the following file: