nn::ir::CTR::TryingToConnectStatus Enumerated Typeenum TryingToConnectStatus;
| 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. |
Enumerated type that represents the status of the connection authentication process with another device.
CONFIDENTIAL