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]