nn::ssl::Connection::Connection Constructor

Syntax

explicit Connection(
     s32 socketDesc
);

explicit Connection();

List of Overloaded Member Functions

Connection(s32) Constructor. Sets a socket to use for SSL communication.
Connection() Constructor. This constructor does not set a socket, so you must call the AssignSocket function and set the socket to use prior to SSL communication.

Description of Connection(s32)

Constructor. Sets a socket to use for SSL communication.

Description of Connection()

Constructor. This constructor does not set a socket, so you must call the AssignSocket function and set the socket to use prior to SSL communication.


CONFIDENTIAL