nn::cec::CTR::Initialize Function

Syntax

nn::Result Initialize(
     nn::fnd::IAllocator & cecAllocFunc
);
nn::Result Initialize();

List of Overloaded Member Functions

Initialize(nn::fnd::IAllocator &) Connects to the CEC daemon. This must be called first to all access to the CEC functions.
Initialize() Connects to the CEC daemon. This must be called first to all access to the CEC functions.

Description of Initialize(nn::fnd::IAllocator &)

This performs allocation when using the MessageBox class.
This function allocates the memory needed to process message data. The memory amount is equal to roughly twice the maximum message data size.

Description of Initialize

Connects to the CEC daemon. This must be called first to all access to the CEC functions.


CONFIDENTIAL