nn::dlp::CTR::Server::GetConnectingClients Member Function

Syntax

static nn::Result GetConnectingClients(
     u16 * pNum,
     u16 * pClients,
     u16 size
);

Arguments

Name Description
out pNum Returns the number of client IDs stored in pClients.
out pClients Returns the client's node ID.
in size Specifies the number of elements in pClients.

Return Values

Returns the result of the operation.

Description

Gets the number of connected clients.

This function can be used after the OpenSessions function has succeeded as long as the state is not SERVER_STATE_ERROR.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL