nn::uds::CTR::NetworkDescription::CompareResult Enumerated Type

Syntax

enum CompareResult;

Value

Value Description
SAME_NETWORK_SAME_DATA The NetworkDescription is for the same UDS network and the data also match completely.
SAME_NETWORK_DIFFERENT_DATA The NetworkDescription is for the same UDS network but the data are different. (Example: The number of people has changed or some other change has updated the data.)
DIFFERENT_NETWORK The NetworkDescription is for a different UDS network.

Description

Result of NetworkDescription::CompareWith.

Revision History

2011/08/09
Initial version.

CONFIDENTIAL