5.2.8.9 ZCL_OtauInitParams_t Structure
Syntax
typedef struct
{
/** Cluster side. Must be chosen from: \n
ZCL_SERVER_CLUSTER_TYPE \n
ZCL_CLIENT_CLUSTER_TYPE */
uint8_t clusterSide;
/** Endpoint for cluster. */
Endpoint_t otauEndpoint;
/** Profile ID, that uses otau service. */
ProfileId_t profileId;
/** Current firmware version. Parameter is valid only for client. */
ZCL_OtauFirmwareVersion_t firmwareVersion;
} ZCL_OtauInitParams_t;Description
The ZCL_OtauInitParams_t structure initializes parameters for the OTAU
service.
