ESP-IDF
tSDP_DISC_ATVAL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tSDP_DISC_ATVAL
tSDP_DISC_ATVAL struct
Syntax
Show:
Summary
Declaration
from
sdp_api.h:94
typedef
struct
{
union
{
UINT8
u8
;
UINT16
u16
;
UINT32
u32
;
UINT8
array
[
4
]
;
struct
t_sdp_disc_attr
*
p_sub_attr
;
}
v
;
}
tSDP_DISC_ATVAL
;
Fields
Field
Declared as
tSDP_DISC_ATVAL::v
union
{
UINT8
u8
;
UINT16
u16
;
UINT32
u32
;
UINT8
array
[
4
]
;
struct
t_sdp_disc_attr
*
p_sub_attr
;
}
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
sdp_api.h:94
}
tSDP_DISC_ATVAL
;
sdp_api.h:103
tSDP_DISC_ATVAL
tSDP_DISC_ATVAL
attr_value
;
/* Variable length entry data */
sdp_api.h:109
t_sdp_disc_attr
t_sdp_disc_attr::attr_value
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
t_sdp_disc_attr::attr_value
t_sdp_disc_attr
sdp_api.h:109
Lifecycle
from
examples
All items filtered out
All items filtered out