#include <proto/EDDMsgHdr.h>
Go to the source code of this file.
Classes | |
struct | tsEDDImageDescReqMsg |
image Description Request Message (Client->Server) More... | |
struct | tsEDDImageDescMsg |
image description message (Server->Client) More... | |
struct | tsEDDImageMsg |
Image Data Message (Server->Client). More... | |
Defines | |
#define | EDDIMGMSG_MONO_8BIT 1 |
#define | EDDIMGMSG_MONO_16BIT 2 |
#define | EDDIMGMSG_MONO_12BIT 3 |
#define | EDDIMGMSG_RGB565_16BIT 4 |
#define | EDDIMGMSG_RGBA_32BIT 5 |
#define | EDDIMGMSG_ABGR_32BIT 6 |
#define | EDDIMGFLAGS_SPARSE 0x01 |
This file contains all the message protocol information necessary for image data interaction between EDD clients and sources.
Definition in file EDDImageDataMsg.h.