nn::ndm::Initialize FunctionResult Initialize( void );
None.
Initializes the network daemon control library.
You must call this function before calling any of the functions in the nn::ndm namespace.
Can be called repeatedly because a counter manages the number of times it has been called. If you call Initialize multiple times, call Finalize the same number of times.
CONFIDENTIAL