nn::uds::CTR::NetworkDescription::CanReconnectAsClient Member Function

Syntax

bool CanReconnectAsClient() const;

Parameters

None.

Return Values

Returns whether client reconnections are allowed.

Value Description
true Allowed.
false Not allowed. Checks whether client reconnections are allowed. The decision whether to reconnect is made by the master when the client actually connects, so reconnection is not guaranteed even if this value is true.

Description

Checks whether client reconnections are allowed. The decision whether to reconnect is made by the master when the client actually connects, so reconnection is not guaranteed even if this value is true.

Revision History

2011/03/08
Added a description of the return values.
2010/11/10
Initial version.

CONFIDENTIAL