This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Dependents:   MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more

Embed: (wiki syntax)

« Back to documentation index

NyLPC_TcFifoBuffer Struct Reference

NyLPC_TcFifoBuffer Struct Reference

NyLPC_TcFifoBufferクラスの構造体です。 More...

#include <NyLPC_cFifoBuffer.h>

Data Fields

NyLPC_TUInt16 size
 配列の最大サイズ
NyLPC_TUInt16 len
 配列の現在の長さ
void * buf
 バッファ領域

Detailed Description

NyLPC_TcFifoBufferクラスの構造体です。

Definition at line 48 of file NyLPC_cFifoBuffer.h.


Field Documentation

void* buf

バッファ領域

Definition at line 55 of file NyLPC_cFifoBuffer.h.

配列の現在の長さ

Definition at line 53 of file NyLPC_cFifoBuffer.h.

配列の最大サイズ

Definition at line 51 of file NyLPC_cFifoBuffer.h.