#include <cldc.h>
Data Fields | |
uint64_t | strid_le |
stream id, LE | |
uint32_t | size |
total bytes in stream | |
uint32_t | next_seg |
next segment number expected | |
void * | bufp |
pointer to next input loc | |
uint32_t | size_left |
bytes remaining | |
struct cldc_call_opts | copts |
call options | |
char | buf [0] |
the raw data stream bytes |
char cldc_stream::buf[0] |
the raw data stream bytes
void* cldc_stream::bufp |
pointer to next input loc
struct cldc_call_opts cldc_stream::copts [read] |
call options
uint32_t cldc_stream::next_seg |
next segment number expected
uint32_t cldc_stream::size |
total bytes in stream
uint32_t cldc_stream::size_left |
bytes remaining
uint64_t cldc_stream::strid_le |
stream id, LE