otTcatVendorInfo

#include <tcat.h>

This structure represents a TCAT vendor information.

Summary

The content of this structure MUST persist and remain unchanged while a TCAT session is running.

Public attributes

mDeviceId
const char *
Vendor managed device ID string (if NULL: device ID is set to EUI-64 in binary format)
mInstallCode
const char *
Vendor managed install code string.
mProvisioningUrl
const char *
Provisioning URL path string.
mPskdString
const char *
Vendor managed pre-shared key for device.
mVendorData
const char *
Vendor specific data string.
mVendorModel
const char *
Vendor model string.
mVendorName
const char *
Vendor name string.
mVendorSwVersion
const char *
Vendor software version string.

Public attributes

mDeviceId

const char * otTcatVendorInfo::mDeviceId

Vendor managed device ID string (if NULL: device ID is set to EUI-64 in binary format)

mInstallCode

const char * otTcatVendorInfo::mInstallCode

Vendor managed install code string.

mProvisioningUrl

const char * otTcatVendorInfo::mProvisioningUrl

Provisioning URL path string.

mPskdString

const char * otTcatVendorInfo::mPskdString

Vendor managed pre-shared key for device.

mVendorData

const char * otTcatVendorInfo::mVendorData

Vendor specific data string.

mVendorModel

const char * otTcatVendorInfo::mVendorModel

Vendor model string.

mVendorName

const char * otTcatVendorInfo::mVendorName

Vendor name string.

mVendorSwVersion

const char * otTcatVendorInfo::mVendorSwVersion

Vendor software version string.

Resources

OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.