Table of Contents

Struct PamojaDutyCycle

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

The split between the time a node works and the time it sleeps.

public struct PamojaDutyCycle
Inherited Members

Fields

ActiveUs

How long the node stays awake each period, in microseconds.

public ulong ActiveUs

Field Value

ulong

SleepUs

How long it sleeps each period, in microseconds.

public ulong SleepUs

Field Value

ulong