nn::uds::CTR::NetworkDescription::CompareResult Enumerated Typeenum CompareResult;
| 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. |
Result of NetworkDescription::CompareWith.
CONFIDENTIAL