nn::uds::CTR::PowerSaveMode Enumerated Type

Syntax

enum PowerSaveMode;

Values

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

Description

Enumerated type representing the network's power-saving modes.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL