eCLD_ASCGetLogEntry
teZCL_CommandStatus eCLD_ASCGetLogEntry(
uint8 u8SourceEndPointId,
uint32 u32LogId,
tsCLD_LogTable **ppsLogTable);
Description
This function can be used on an Appliance Statistics cluster server to obtain the data log with the specified log ID.
Parameter
u8SourceEndPointId Number of the local endpoint on which the Appliance Statistics cluster server resides
u32LogId Log ID of the required data log
ppsLogTable Pointer to a memory location to receive a pointer to the required data log
Returns
E_ZCL_CMDS_SUCCESS
E_ZCL_CMDS_FAIL
E_ZCL_CMDS_NOT_FOUND (specified log not present)
Parent topic:Functions