binary data default format … More...
#include <LibMkKernel_mk.h>
Public Attributes | |
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 1397 of file LibMkKernel_mk.h.
MK_BINN libmkkernel::MkBinaryR::data |
pointer to the binary data
Definition at line 1399 of file LibMkKernel_mk.h.
MK_SIZE libmkkernel::MkBinaryR::size |
size of the data pointer
Definition at line 1398 of file LibMkKernel_mk.h.