union used to set or modify native data from an MkBufferS object … More...
#include <LibMkKernel_mk.h>
Data Fields | |
MK_I8 | I8 |
1 byte byte data | |
MK_BOL | BOL |
1 byte boolean data | |
MK_I16 | I16 |
2 byte short data | |
MK_I32 | I32 |
4 byte integer data | |
MK_FLT | FLT |
4 byte float data | |
MK_I64 | I64 |
8 byte integer data | |
MK_DBL | DBL |
8 byte double data | |
MK_BINB | B [8] |
8 byte ARRAY used for copy | |
MK_BINB | B8 [8] |
8 byte ARRAY used for copy | |
MK_BINB | B4 [4] |
4 byte ARRAY used for copy | |
MK_BINB | B2 [2] |
2 byte ARRAY used for copy | |
MK_BINB | B1 [1] |
1 byte ARRAY used for copy | |
union used to set or modify native data from an MkBufferS object …
Definition at line 2021 of file LibMkKernel_mk.h.
MK_BINB MkBufferAtomU::B[8] |
8 byte ARRAY used for copy
Definition at line 2029 of file LibMkKernel_mk.h.
MK_BINB MkBufferAtomU::B1[1] |
1 byte ARRAY used for copy
Definition at line 2033 of file LibMkKernel_mk.h.
MK_BINB MkBufferAtomU::B2[2] |
2 byte ARRAY used for copy
Definition at line 2032 of file LibMkKernel_mk.h.
MK_BINB MkBufferAtomU::B4[4] |
4 byte ARRAY used for copy
Definition at line 2031 of file LibMkKernel_mk.h.
MK_BINB MkBufferAtomU::B8[8] |
8 byte ARRAY used for copy
Definition at line 2030 of file LibMkKernel_mk.h.
MK_BOL MkBufferAtomU::BOL |
1 byte boolean data
Definition at line 2023 of file LibMkKernel_mk.h.
MK_DBL MkBufferAtomU::DBL |
8 byte double data
Definition at line 2028 of file LibMkKernel_mk.h.
MK_FLT MkBufferAtomU::FLT |
4 byte float data
Definition at line 2026 of file LibMkKernel_mk.h.
MK_I16 MkBufferAtomU::I16 |
2 byte short data
Definition at line 2024 of file LibMkKernel_mk.h.
MK_I32 MkBufferAtomU::I32 |
4 byte integer data
Definition at line 2025 of file LibMkKernel_mk.h.
MK_I64 MkBufferAtomU::I64 |
8 byte integer data
Definition at line 2027 of file LibMkKernel_mk.h.
MK_I8 MkBufferAtomU::I8 |
1 byte byte data
Definition at line 2022 of file LibMkKernel_mk.h.