nn::nex::IndependentServer Class

Syntax

class IndependentServer : public nn::nex::RootObject

Description

Library that performs independent server processing.

This class uses a single nn::os::Event object internally.

The Scheduler::Dispatch function must be called periodically during asynchronous processing.

Member Constants

S AUTH_TOKEN_SIZE Buffer size required when getting the authentication token. Includes the authentication token NULL terminal character portion.

Member Functions

IndependentServer Constructor.
V ~IndependentServer Destructor.
RequestAuthenticationToken Requests an independent server's authentication token.
GetLastErrorCode Gets the network error code of an error that occurred during authentication token request processing.
S GetServerTime Gets the server time (UTC).

Class Hierarchy

nn::nex::RootObject
  nn::nex::IndependentServer

Revision History

2012/07/13
Removed the description of thread mode, which is not used.
2011/03/04
Initial version.

CONFIDENTIAL