DstKind

nn::boss::DstKind Enumerated Type

Syntax

enum DstKind;

Value

Value Description
DSTKIND_FRIEND 1: Send data to all friends.
DSTKIND_SPECIFIED 2: Send data to specified peers.
DSTKIND_SPECIFIED_FRIEND 4: Send data to specified peers and friends.
DSTKIND_MAX_VALUE (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Constants indicating the DataStore data send destination type. (For more details, see the documentation in the NEX library. ) (The numeric value of each enumerator is shown at the start of its description.)

Revision History

2011/10/27
Initial version.

CONFIDENTIAL