#include <obex_def.h>
Data Fields | |
byte | flags |
word | headerCount |
HeaderOffsetEntry * | headers |
byte | id |
word | length |
byte * | packetData |
ObexPacketType | type |
Definition at line 135 of file obex_def.h.
Request operation flags.
Definition at line 147 of file obex_def.h.
The number of headers in the packet.
Definition at line 150 of file obex_def.h.
Pointer to header offset data.
Definition at line 153 of file obex_def.h.
Packet id. ObexPacketOperation for request, ObexResponseCode for response.
Definition at line 141 of file obex_def.h.
The length of the packet in bytes. The size of the packetData buffer.
Definition at line 144 of file obex_def.h.
The packet data containing id, length, flags and all headers.
Definition at line 156 of file obex_def.h.
Packet type
Definition at line 138 of file obex_def.h.