nl::Weave::系统::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

U 内存

uint8_t uMemory[SIZE]