nn::swkbd::CTR::ExtOutputDataFlag Enumerated Type

Syntax

enum ExtOutputDataFlag;

Value

Value Description
EXT_OUTPUT_DATA_NONE No extended output data.
EXT_OUTPUT_DATA_STATUS Final operating status data.
EXT_OUTPUT_DATA_LEARNING Predictive text learning data.
EXT_OUTPUT_DATA_MAX_BIT (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Flags indicating the types of extended output data.

The final operating status data is the data describing the final operating status of the software keyboard when it ends.
This operating status data summarizes the currently selected setting for each of the following items.

The predictive text learning data is the data describing the final predictive text learning status when the software keyboard ends.
This is disabled when not using predictive text.

Revision History

2011/04/12
Added descriptions to values that had no descriptions.
2011/03/01
Initial version.

CONFIDENTIAL