nn::ssl::Connection::Connection Constructor
explicit Connection(
s32 socketDesc
);
explicit Connection();
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. |
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.
CONFIDENTIAL