nn::uds::CTR::DisconnectReason Enumerated Type

Syntax

enum DisconnectReason;

Value

Value Description
BEFORE_COMMUNICATION Indicates that communication has not yet occurred.
NETWORK_IS_AVAILABLE Network is available.
REQUEST_FROM_MYSELF Disconnected from the network due to an operation on the local host.
REQUEST_FROM_SYSTEM Disconnected from the network due to a request from the <a href="../../../nn/uds/CTR/Overview.html">CTR</a> system (for example, due to a transition to wireless-disabled mode or to Sleep Mode).
DISCARDED_FROM_NETWORK Kicked off the network due to a command from the master device.
CONNECTION_LOST The connection could not be maintained due to poor conditions.
UNKNOWN_DISCONNECT_REASON Disconnected for an unknown reason.
DISCONNECT_REASON_MAX
DISCONNECT_REASON_MAX_BIT

Description

Enumerated type representing the reasons for disconnection.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL