openD unified API  1.0.0
opend_sixlowpan_api.h File Reference

openD 6LoWPAN API. More...

#include "opend_dataTypes.h"

Go to the source code of this file.

Classes

struct  openD_sixlowpanApiReq
 
struct  openD_sixlowpanApiCfm
 
struct  openD_sixlowpanApiInd
 
struct  openD_sixlowpanApiPrimitives
 

Macros

#define __OPEND_SIXLOWPAN_API_H__
 

Typedefs

typedef enum openD_sixlowpanApi_service openD_sixlowpanApi_service_t
 
typedef struct openD_sixlowpanApiReq openD_sixlowpanApiReq_t
 
typedef struct openD_sixlowpanApiCfm openD_sixlowpanApiCfm_t
 
typedef struct openD_sixlowpanApiInd openD_sixlowpanApiInd_t
 
typedef struct openD_sixlowpanApiPrimitives openD_sixlowpanApiPrimitives_t
 

Enumerations

enum  openD_sixlowpanApi_service { TBD }
 

Functions

openD_status_t openD_sixlowpanApi_init (openD_sixlowpanApiPrimitives_t *sixPrimitives)
 openD 6LoWPAN initialization. More...
 
openD_status_t openD_sixlowpanApi_request (openD_sixlowpanApiReq_t *sixRequest)
 openD 6LoWPAN API request. More...
 

Detailed Description

openD 6LoWPAN API.

___ _____ _ ___ _ _____ ___ ___ ___ ___
/ __|_ _/_\ / __| |/ / __/ _ \| _ \/ __| __|
\__ \ | |/ _ \ (__| ' <| _| (_) | / (__| _|
|___/ |_/_/ \_\___|_|\_\_| \___/|_|_\\___|___|
embedded.connectivity.solutions.==============
Author
Patrick Weber

This work is dual-licensed under Apache 2.0 and GPL 2.0. You can choose between one of them if you use this work. For further details, please refer to the project home: https://github.com/opend-connect/openD

SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-only