tsSM_GetProfileResponseCommand
This stucture contains the details of a ‘Get Profile’ response (from the cluster server). It is included in the structure tsSM_CallBackMessage when an E_CLD_SM_CLIENT_RECEIVED_COMMAND event containing the command E_CLD_SM_GET_PROFILE_RESPONSE is generated on the cluster server.
typedef struct
{
uint32 u32Endtime;
teSM_Status eStatus;
teSM_TimeFrame u8ProfileIntervalPeriod;
uint8 u8NumberOfPeriodsDelivered;
zuint24 *pau24Intervals;
}tsSM_GetProfileResponseCommand;
where:
u32Endtimeis the end-time of the consumption data that is being reported, as a UTC timeeStatusis the status of the response, represented by one of the enumerated values listed in Section 42.10.11u8ProfileIntervalPeriodis the time-interval (consumption interval) over which each set of consumption data is collected - one of the standard enumerated values listed in Section 42.10.10u8NumberOfPeriodsDeliveredis the number of consumption intervals being reportedpau24Intervalsis a pointer to the consumption data being reported
Parent topic:Structures