SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Image_Data
/*
 * STRUCT: SE_Image_Data
 *
 *   This data type specifies the data to be sent to the
 *   SE_PutImageData() function and/or returned from the
 *   SE_GetImageData() function.
 */
typedef struct
{

SE_Integer_Unsigned data_count;
SE_Octet *data;
} SE_Image_Data;



Prev: SE_Hierarchy_Select_Parameters. Next: SE_Image_Texel_Location_3D.


Return to: Top of this Page, Type Index