nn::nex::SessionDescription::SetSessionName Member Function

Syntax

void SetSessionName(
     const qChar * szSessionName
);

Parameters

Name Description
in szSessionName Specifies the name of the session to be set.

Return Values

None.

Description

Sets the session name.

The session name is set when a session is created by calling the Session::CreateSession function. The session name that has been set can be obtained using the GetSessionName function.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL