Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
3.0.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
smp_udp.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2019, Prevas A/S
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
12
#ifndef ZEPHYR_INCLUDE_MGMT_SMP_UDP_H_
13
#define ZEPHYR_INCLUDE_MGMT_SMP_UDP_H_
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
24
int
smp_udp_open
(
void
);
25
31
int
smp_udp_close
(
void
);
32
33
#ifdef __cplusplus
34
}
35
#endif
36
37
#endif
smp_udp_open
int smp_udp_open(void)
Opens a UDP socket for the SMP UDP service.
smp_udp_close
int smp_udp_close(void)
Closes the UDP socket for the SMP UDP service.
include
mgmt
mcumgr
smp_udp.h
Generated on Mon Feb 21 2022 22:43:01 for Zephyr API Documentation by
1.9.2