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