tsSE_DRLCCancelLoadControlEvent
The structure of type tsSE_DRLCCancelLoadControlEvent contains the parameters of a Cancel LCE command, as shown and described below.
typedef struct {
uint32 u32IssuerId;
uint16 u16DeviceClass;
uint8 u8UtilityEnrolmentGroup;
teSE_DRLCCancelControl eCancelControl;
uint32 u32effectiveTime;
} tsSE_DRLCCancelLoadControlEvent;
where:
u32IssuerIdis the identifier (provided by the utility company) of the LCE to be canceledu16DeviceClassis a bitmap indicating the device class(es) to which the LCE cancelation applies - enumerations for the device classes are provided, as described in Section 41.10.1u8UtilityEnrolmentGroupis the enrolment group of the devices to which the LCE cancelation applieseCancelControlindicates whether to honour a randomised end that has been configured in the LCE - enumerations are provided, as described in Section 41.10.4u32effectiveTimeis the time (UTC) from which the LCE cancelation is effective
Parent topic:Structures