This is WlanBP3595 library for STA mode. This library only works with GR-PEACH. We performed the operation check on GR-PEACH E version. Please refer to LICENSE.txt about license of this library.

Fork of WlanBP3595STA by Rohm

Embed: (wiki syntax)

« Back to documentation index

GRP_WLD_BYTE_ARRAY_T Struct Reference

GRP_WLD_BYTE_ARRAY_T Struct Reference

Byte array structure. More...

#include <WlanBP3595.h>

Data Fields

grp_u32 ulSize
grp_u8 * pucData

Detailed Description

Byte array structure.

Definition at line 267 of file WlanBP3595.h.


Field Documentation

grp_u8* pucData

Byte array buffer pointer

Definition at line 269 of file WlanBP3595.h.

grp_u32 ulSize

Array size

Definition at line 268 of file WlanBP3595.h.