nn::nex::DataStoreDataCode::ToDataCodeString Member Function

Syntax

String ToDataCodeString();

Parameters

None.

Return Values

The datacode string.

Description

Creates a datacode string.

Datacode strings can be a maximum of 14 characters long including the data ID and checksum, and can contain any of the following 28 characters: 0 1 2 3 4 5 6 7 8 9 B C D F G H J K L M N P R T V W X Y. The data ID can be up to 56 bits in size.

This function returns an empty string if this object is invalid.

See Also

IsValid, DataStoreConstants::MAX_DATACODE_STR_LEN

Revision History

2014/09/17
Initial version.

CONFIDENTIAL