nn::ir::CTR::TryingToConnectStatus Enumerated Type

Syntax

enum TryingToConnectStatus;

Value

Value Description
TRYING_TO_CONNECT_STATUS_NONE No connection authentication process is taking place.
TRYING_TO_CONNECT_STATUS_SENDING_REQUEST Sending a connection request.
TRYING_TO_CONNECT_STATUS_WAITING_REPLY Waiting for a reply to a connection request.
TRYING_TO_CONNECT_STATUS_WAITING_REQUEST Waiting for a connection request.
TRYING_TO_CONNECT_STATUS_SENDING_REPLY Sending a reply to a connection request.

Description

Enumerated type that represents the status of the connection authentication process with another device.

Revision History

2011/08/30
Initial version.

CONFIDENTIAL