GetPassphrase

nn::dlp::CTR::FakeClient::GetPassphrase Member Function

Syntax

static nn::Result GetPassphrase(
     char * pPassphrase
);

Parameters

Name Description
out pPassphrase Returns the passphrase. Set the size of the buffer to store the passphrase to MAX_CHILD_UDS_PASSPHRASE_LENGTH or more.

Return Values

The following Result values are returned as the result of the operation.

Value Description
Result::IsSuccess The passphrase has been obtained successfully.
ResultInvalidState The state is invalid. Can only be used with CLIENT_STATE_REBOOTING status.

Description

Gets the UDS passphrase to be used when an opponent child device reconnects to a parent.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL