nn::swkbd::CTR::MaskMode Enumerated Type

Syntax

enum MaskMode;

Value

Value Description
MASK_MODE_DISABLE No masking applied.
MASK_MODE_IMMEDIATE Masking applied immediately after input.
MASK_MODE_WAIT_1SEC Masking applied either when the next character is input or after one second has elapsed since input.
MASK_MODE_MAX Total number of enumerators.
MASK_MODE_MAX_BIT (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Enumerated type that indicates the masking mode for input characters.

Revision History

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

CONFIDENTIAL