Struct PamojaDutyCycle
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
SleepUs
How long it sleeps each period, in microseconds.
public ulong SleepUs