nn::ssl::Connection::AssignSocket Member Function

Syntax

bool AssignSocket(
     s32 socketDesc
);

Arguments

Name Description
in socketDesc Socket descriptor.

Return Values

Whether the socket has been set (true if it has been set).

Description

Sets a socket to use for SSL communication. Cannot set the socket if one is already set for this Connection object.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL