Mbed OS Reference
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
psa_outvec Struct Reference

Data Fields

void * base
 Starting address of the buffer.
 
size_t len
 Length in bytes of the buffer.
 

Detailed Description

Definition at line 55 of file client.h.

Field Documentation

◆ base

void* base

Starting address of the buffer.

Definition at line 56 of file client.h.

◆ len

size_t len

Length in bytes of the buffer.

Definition at line 57 of file client.h.