ndn-lite
sign-on-basic-sec-intf-setter.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) Edward Lu
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v3.0. See the file LICENSE in the top level
6  * directory for more details.
7  *
8  * See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
9  */
10 
11 #ifndef SIGN_ON_BASIC_SEC_INTF_SETTER_H
12 #define SIGN_ON_BASIC_SEC_INTF_SETTER_H
13 
14 #include <stdint.h>
15 #include <stddef.h>
16 
17 #include "sign-on-basic-client.h"
18 
20 
31 
32 #endif // SIGN_ON_BASIC_SEC_INTF_SETTER_H
int sign_on_basic_set_sec_intf(uint8_t variant, sign_on_basic_client_t *sign_on_basic_client)
Function to set the security interface of a Sign-on Basic client.
Definition: sign-on-basic-sec-intf-setter.c:21
Definition: sign-on-basic-client.h:316