binary data default format … More...
#include <LibMkKernel_mk.h>
Data Fields | |
MK_SIZE | size |
size of the data pointer | |
MK_BINN | data |
pointer to the binary data | |
binary data default format …
This is just a wrapper, the ownership of the data have to be cleared first.
Definition at line 1601 of file LibMkKernel_mk.h.
MK_BINN MkBinaryR::data |
pointer to the binary data
Definition at line 1603 of file LibMkKernel_mk.h.
MK_SIZE MkBinaryR::size |
size of the data pointer
Definition at line 1602 of file LibMkKernel_mk.h.