EPowerState

class EPowerState : public EEnumBase<int>

Possible power states of components.

static EPowerState On

Component is operating in full power mode.

static EPowerState Standby

Component is operating in low power mode.

static EPowerState Down

Component is powered down. Functionality is (de)initializing and proper operation is not guaranteed.

EPowerState::EPowerState(int val)
Parameters

val

static EPowerState EPowerState::Convert(uint32_t val)