Table of Contents

Struct PamojaPowerSchedule

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

How often a node samples as its battery drains, in whole seconds.

public struct PamojaPowerSchedule
Inherited Members

Fields

ActiveSecs

Seconds between samples at a healthy charge.

public ulong ActiveSecs

Field Value

ulong

CriticalBelow

Enter the critical cadence below this state of charge.

public float CriticalBelow

Field Value

float

CriticalSecs

Seconds between samples when critically low.

public ulong CriticalSecs

Field Value

ulong

SaverBelow

Enter the saver cadence below this state of charge.

public float SaverBelow

Field Value

float

SaverSecs

Seconds between samples while conserving.

public ulong SaverSecs

Field Value

ulong