nl::Weave::System::ObjectArena

#include <src/system/SystemObject.h>

A union template used for representing a well-aligned block of memory.

概要

詳細
テンプレート パラメータ
ALIGN
ブロックのアライメント プロパティを含む型名。
SIZE
ブロックの一定サイズ(バイト単位)。

パブリック属性

uAlign
ALIGN
uMemory[SIZE]
uint8_t

パブリック属性

uAlign

ALIGN uAlign

uMemory

uint8_t uMemory[SIZE]