nn::uds::CTR::PowerSaveMode Enumerated Typeenum PowerSaveMode;
| Value | Description |
|---|---|
| ALWAYS_ACTIVE | Mode that emphasizes low latency and high traffic, and that does not use any power-saving features. |
| POWERSAVE_NORMAL | Normal mode. Has higher latency, but uses almost 20% less power for communication than when in ALWAYS_ACTIVE mode. |
| POWERSAVE_HIGH | Mode that emphasizes power savings. Has higher latency, but uses almost 50% less power for communication than when in ALWAYS_ACTIVE mode. |
| POWERSAVE_MODE_MAX |
Enumerated type representing the network's power-saving modes.
CONFIDENTIAL