nn::nex::RendezVous Class

Syntax

class RendezVous : public nn::nex::BackEndServices

Description

Class for managing connections with the game server. Use an NgsFacade class inherited from this class.

Member Functions

GetGameServerTime Gets the game server time (UTC).
GetServerTime Gets the game server time (UTC).
IsConnected Gets the status of the connection to the game server. (Inherits BackEndServices.)
Terminate Terminates NgsFacade, and transitions to a state in which deletion is possible. (Inherits BackEndServices.)
GetCredentials Gets the Credentials (the certificate information for the client). (Inherits BackEndServices.)
RegisterNotificationEventHandler Registers a notification event handler. (Inherits BackEndServices.)
UnregisterNotificationEventHandler Deletes the registered notification event handler. (Inherits BackEndServices.)
S EnableLoginDataCache Caches a portion of the information needed for logging in, shortening the time it takes to log in thereafter. (Derived from BackEndServices ).
S DisableLoginDataCache Clears the cache storing information needed for logging in. (Derived from BackEndServices ).
S IsAbleLoginDataCache Determines whether the cache is enabled for the information needed to log in. (Derived from BackEndServices ).

Class Hierarchy

nn::nex::RootObject
  nn::nex::BackEndServices
    nn::nex::RendezVous

Revision History

2011/01/27
Initial version.

CONFIDENTIAL