Handler for an OIC packet map reader.
More...
#include <sol-oic.h>
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
-
| parser | Internal Pointer. Not to be used. |
| ptr | Internal Pointer. Not to be used. |
| remaining | Internal information. Not to be used. |
| extra | Internal information. Not to be used. |
| type | Internal information. Not to be used. |
| flags | Internal 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.
| 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: