nn::nex::Station::SetLocalIdentificationToken Member Function

Syntax

static void SetLocalIdentificationToken(
     const String & strIdentificationToken
);

Parameters

Name Description
strIdentificationToken A user-defined string tied to a station.

Return Values

None.

Description

Sets the identification token for the local station. The value set by this function can be accessed by other stations using GetIdentificationToken. Do not call this function until after you have created the Net-Z instance.

Revision History

2012/01/26
Initial version.

CONFIDENTIAL