ESP-IDF
tAVRC_ITEM
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
tAVRC_ITEM
tAVRC_ITEM struct
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:939
typedef
struct
{
UINT8
item_type
;
union
{
tAVRC_ITEM_PLAYER
player
;
tAVRC_ITEM_FOLDER
folder
;
tAVRC_ITEM_MEDIA
media
;
}
u
;
}
tAVRC_ITEM
;
Fields
Field
Declared as
tAVRC_ITEM::item_type
UINT8
tAVRC_ITEM::u
union
{
tAVRC_ITEM_PLAYER
player
;
tAVRC_ITEM_FOLDER
folder
;
tAVRC_ITEM_MEDIA
media
;
}
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out