theKernel 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard
c - tcl - py - jv - cc
Loading...
Searching...
No Matches
MkBufferAtomU Union Reference

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
 

Detailed Description

union used to set or modify native data from an MkBufferS object …

Definition at line 2021 of file LibMkKernel_mk.h.

Field Documentation

◆ B

MK_BINB MkBufferAtomU::B[8]

8 byte ARRAY used for copy

Definition at line 2029 of file LibMkKernel_mk.h.

◆ B1

MK_BINB MkBufferAtomU::B1[1]

1 byte ARRAY used for copy

Definition at line 2033 of file LibMkKernel_mk.h.

◆ B2

MK_BINB MkBufferAtomU::B2[2]

2 byte ARRAY used for copy

Definition at line 2032 of file LibMkKernel_mk.h.

◆ B4

MK_BINB MkBufferAtomU::B4[4]

4 byte ARRAY used for copy

Definition at line 2031 of file LibMkKernel_mk.h.

◆ B8

MK_BINB MkBufferAtomU::B8[8]

8 byte ARRAY used for copy

Definition at line 2030 of file LibMkKernel_mk.h.

◆ BOL

MK_BOL MkBufferAtomU::BOL

1 byte boolean data

Definition at line 2023 of file LibMkKernel_mk.h.

◆ DBL

MK_DBL MkBufferAtomU::DBL

8 byte double data

Definition at line 2028 of file LibMkKernel_mk.h.

◆ FLT

MK_FLT MkBufferAtomU::FLT

4 byte float data

Definition at line 2026 of file LibMkKernel_mk.h.

◆ I16

MK_I16 MkBufferAtomU::I16

2 byte short data

Definition at line 2024 of file LibMkKernel_mk.h.

◆ I32

MK_I32 MkBufferAtomU::I32

4 byte integer data

Definition at line 2025 of file LibMkKernel_mk.h.

◆ I64

MK_I64 MkBufferAtomU::I64

8 byte integer data

Definition at line 2027 of file LibMkKernel_mk.h.

◆ I8

MK_I8 MkBufferAtomU::I8

1 byte byte data

Definition at line 2022 of file LibMkKernel_mk.h.


The documentation for this union was generated from the following file: