ESP-IDF
otTcatGeneralDeviceId
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
otTcatGeneralDeviceId
otTcatGeneralDeviceId struct
Represents General Device ID type.
Syntax
Show:
Summary
Declaration
from
tcat.h:138
typedef
struct
otTcatGeneralDeviceId
{
uint16_t
mDeviceIdLen
;
uint8_t
mDeviceId
[
OT_TCAT_MAX_DEVICEID_SIZE
]
;
}
otTcatGeneralDeviceId
;
Fields
Field
Declared as
otTcatGeneralDeviceId::mDeviceIdLen
uint16_t
otTcatGeneralDeviceId::mDeviceId
uint8_t
[
OT_TCAT_MAX_DEVICEID_SIZE
]
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
otTcatGeneralDeviceId
tcat.h:138
}
otTcatGeneralDeviceId
;
tcat.h:142
otTcatGeneralDeviceId
const
otTcatGeneralDeviceId
*
mGeneralDeviceId
;
/** Vendor managed general device ID array.
tcat.h:160
otTcatVendorInfo
otTcatVendorInfo::mGeneralDeviceId
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
otTcatVendorInfo::mGeneralDeviceId
otTcatVendorInfo
tcat.h:160
Lifecycle
from
examples
All items filtered out
All items filtered out