Soletta™ Framework
Framework for making IoT devices

Full online documentation | C API Index
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sol_oic_map_reader Struct Reference

Handler for an OIC packet map reader. More...

#include <sol-oic.h>

Data Fields

const uint16_t extra
 
const uint8_t flags
 
const void * parser
 
const void * ptr
 
const uint32_t remaining
 
const uint8_t type
 

Detailed Description

Handler for an OIC packet map reader.

This structure is used in callback parameters so users can read fields from an OIC packet using SOL_OIC_MAP_LOOP.

Parameters
parserInternal Pointer. Not to be used.
ptrInternal Pointer. Not to be used.
remainingInternal information. Not to be used.
extraInternal information. Not to be used.
typeInternal information. Not to be used.
flagsInternal information. Not to be used.
Note
Fields from this structure are not expected to be accessed by clients. They are exposed only to make it possible for stack variable declarations of it.
See Also
SOL_OIC_MAP_LOOP.
Examples:
/src/samples/coap/iotivity-test-client.c, /src/samples/coap/oic-client.c, and /src/samples/coap/oic-server.c.

Field Documentation

const uint16_t sol_oic_map_reader::extra
const uint8_t sol_oic_map_reader::flags
const void* sol_oic_map_reader::parser
const void* sol_oic_map_reader::ptr
const uint32_t sol_oic_map_reader::remaining
const uint8_t sol_oic_map_reader::type

The documentation for this struct was generated from the following file: