|
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; |
|