nn::uds::CTR::NetworkDescription::operator != Member Function

Syntax

bool operator!=(
     NetworkDescription networkDescription
);

Arguments

Name Description
in networkDescription Object of the NetworkDescription class to compare against.

Return Values

Description

Compares two objects in the NetworkDescription class and returns true if their values are not the same. Even if the network is the same, it will return false if data has been set by SetApplicationData or due to [differences in] the number of connected devices.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL