Table of Contents

Struct PamojaPowerPlan

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

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

ulong

CriticalBelow

Enter critical mode below this state of charge.

public float CriticalBelow

Field Value

float

CriticalUs

The interval used at a critically low charge, in microseconds.

public ulong CriticalUs

Field Value

ulong

SaverBelow

Enter saver mode below this state of charge.

public float SaverBelow

Field Value

float

SaverUs

The interval used to conserve charge, in microseconds.

public ulong SaverUs

Field Value

ulong