#include <obex_def.h>
Data Fields | |
int | bufferType |
byte * | dataPtr |
dword | readOffset |
dword | size |
Definition at line 160 of file obex_def.h.
Type of the buffer. 0 = read buffer, 1 = writebuffer.
Definition at line 172 of file obex_def.h.
Pointer to the data buffer
Definition at line 163 of file obex_def.h.
When the data buffer is used for reading the read offset from the beginning of the dataPtr
Definition at line 169 of file obex_def.h.
The size of the data buffer in bytes
Definition at line 166 of file obex_def.h.