nn::nex::SessionDescription Class

Syntax

class SessionDescription : public nn::nex::RootObject

Description

Contains session-related information.

The session descriptor includes various information for detecting a session. For example, it includes the application title, session name, session ID, library version number, build number, user-defined numbers, and attributes. The session descriptor can also be used as an argument to Session::JoinSession.

Member Functions

SetSessionName Sets the session name.
GetApplicationTitle Gets the application title.
GetSessionName Gets the session name.
GetStationURL Gets the session URL object.
GetLibraryVersionNumber Gets the library version number being used by this session.
GetLibraryBuildNumber Gets the library build number being used by this session.
GetApplicationVersionNumber Gets the application version numbers.
GetApplicationVersionNumbers Gets the application version numbers.
SetApplicationVersionNumber Sets the application version numbers.
SetApplicationVersionNumbers Sets the application version numbers.
GetSessionID Gets the session ID.

Class Hierarchy

nn::nex::RootObject
  nn::nex::SessionDescription

Revision History

2011/01/27
Initial version.

CONFIDENTIAL