Struct PamojaPowerPlan
The work intervals a node uses in each mode, and where they change.
public struct PamojaPowerPlan
- Inherited Members
Fields
ActiveUs
The interval between work at a healthy charge, in microseconds.
public ulong ActiveUs
Field Value
CriticalBelow
Enter critical mode below this state of charge.
public float CriticalBelow
Field Value
CriticalUs
The interval used at a critically low charge, in microseconds.
public ulong CriticalUs
Field Value
SaverBelow
Enter saver mode below this state of charge.
public float SaverBelow
Field Value
SaverUs
The interval used to conserve charge, in microseconds.
public ulong SaverUs