nn::nex::BackEndServices Class

Syntax

class BackEndServices : public nn::nex::RootObject

Description

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

Member Functions

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

Class Hierarchy

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

Revision History

2011/01/27
Initial version.

CONFIDENTIAL