eSE_PriceClearAllConversionFactorEntries

teSE_PriceStatus eSE_PriceClearAllConversionFactorEntries(
    uint8 u8SourceEndPointId,
    bool_t bIsServer);

Description

This function can be used to delete all entries in a conversion factor list on the local device.

You must specify the endpoint on which the local Price cluster resides and whether this cluster instance is a server or a client.

Parameters

  • u8SourceEndPointId Number of the local endpoint for the conversion factor list to be cleared

  • bIsServer Nature of the Price cluster instance containing the price list:

  • TRUE - server

  • FALSE - client

Returns

  • E_ZCL_SUCCESS

  • E_ZCL_ERR_CLUSTER_NOT_FOUND

Parent topic:Functions