Ejemplo n.º 1
0
void process_conf_status_request(struct wtpinfo * wtpinfo, uint8_t * msg, int len)
{
	cw_foreach_msgelem(msg,len,process_elem,(void*)wtpinfo);
}
Ejemplo n.º 2
0
/**
 * Read an image data request message
 */
void cw_read_image_data_request(struct cwimage_data *data, uint8_t * msg, int len)
{
	cw_foreach_msgelem(msg,len,imgdata_request,data);
}