|
Sci-SDK Library
SDK for Sci-Compiler projects
|
Custom Packet Raw data structure. More...
#include <scisdk_defines.h>
Public Attributes | ||
| uint32_t | magic | |
| uint32_t * | data | |
| struct { | ||
| uint32_t buffer_size | ||
| uint32_t valid_data | ||
| } | info | |
Custom Packet Raw data structure.
This type is used to store data for custom packet in raw mode The reference document for the data format is the Custom Packet Driver
| uint32_t SCISDK_CP_RAW_BUFFER::buffer_size |
Size of the buffer in in DWORD
| uint32_t* SCISDK_CP_RAW_BUFFER::data |
Pointer to data allocated by the AllocateBuffer function
| struct { ... } SCISDK_CP_RAW_BUFFER::info |
| uint32_t SCISDK_CP_RAW_BUFFER::magic |
Magic number to identify the data type
| uint32_t SCISDK_CP_RAW_BUFFER::valid_data |
Number of valid data in the buffer in DWORD