nn::nex::ServiceClient Class

Syntax

class ServiceClient : public nn::nex::RootObject

Description

Root class for all Client features that communicate with a game server.

Member Functions

V Bind Sets a certificate required to use this service.
V Unbind Releases certificate information.
GetCredentials Gets the Credentials object that has been bound using the Bind function.

Class Hierarchy

nn::nex::RootObject
  nn::nex::ServiceClient

Revision History

2013/04/15
The ServiceClient::IsConnected function was made private. Use the NgsFacade::IsConnected function instead.
2011/01/27
Initial version.

CONFIDENTIAL