NewsMode

nn::boss::NewsMode Enumerated Type

Syntax

enum NewsMode;

Value

Value Description
NEWSMODE_NONE 0: Does not issue notification data when data is received.
NEWSMODE_PUBLISH 1: Issues notification data when data is received.
NEWSMODE_MAX_VALUE (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Constants indicating whether to issue notification data when receiving DataStore data. (The numeric value at the start of the description for each numerator is the value of that numerator.)

Revision History

2011/10/27
Initial version.

CONFIDENTIAL