tsSEGetProfile
This structure is used to store historical consumption data when the ‘Get Profile’ feature is enabled. The data within the structure corresponds to a single consumption interval.
typedef struct
{
uint32 u32UtcTime;
zuint24 u24ConsumptionReceived;
zuint24 u24ConsumptionDelivered;
}tsSEGetProfile;
where:
u32UtcTimeis the end-time of the consumption interval (as a UTC time)u24ConsumptionReceivedis the number of units received from the customer during the interval (for customers who generate and sell their own units)u24ConsumptionDeliveredis the number of units delivered to the customer during the interval
Parent topic:Structures