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

Returns whether the NetworkDescription class objects have the same values.

Value Description
true Not identical values.
false Identical values.

Description

Compares two NetworkDescription class objects and returns true if their values are different. Even if the network is the same, true is returned if data has been set by SetApplicationData or if the number of connected devices is different.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL