######
System
######

.. cpp:namespace:: RNET::System

.. default-domain:: cpp

Functions
=========

==================================== ==================================================================================================================================================================
:cpp:enumerator:`~RED_RC`            :cpp:func:`Initialize <static RED_RC RNET::System::Initialize(RED::String &oHostName, RED::Vector< RNET::Adapter > &oHostAdapters)>`                              
bool                                 :cpp:func:`IsInitialized <static bool RNET::System::IsInitialized()>`                                                                                             
:cpp:enumerator:`~RED_RC`            :cpp:func:`SetAdapter <static RED_RC RNET::System::SetAdapter(const RNET::Adapter &iAdapter)>`                                                                    
:cpp:enumerator:`~RED_RC`            :cpp:func:`Shutdown <static RED_RC RNET::System::Shutdown()>`                                                                                                     
const :doc:`classRNET_1_1Adapter` &  :cpp:func:`GetAdapter <static const RNET::Adapter & RNET::System::GetAdapter()>`                                                                                  
:cpp:enumerator:`~RED_RC`            :cpp:func:`GetREDNETErrorMessage <static RED_RC RNET::System::GetREDNETErrorMessage(RED::String &oMessage, RED_RC iRC)>`                                          
:cpp:enumerator:`~RED_RC`            :cpp:func:`EnableLog <static RED_RC RNET::System::EnableLog(bool iEnabled, const RED::String &iFile, LOG_CALLBACK iCallback=NULL, void *iCallbackUserData=NULL)>` 
void                                 :cpp:func:`Log <static void RNET::System::Log(const RNET::LogEntry &iLogEntry)>`                                                                                  
:doc:`classRED_1_1String`            :cpp:func:`GetLogPath <static RED::String RNET::System::GetLogPath()>`                                                                                            
==================================== ==================================================================================================================================================================

.. cpp:namespace:: nullptr

Detailed Description
====================

.. doxygenclass:: RNET::System
   :project: RED
   :members:
   :undoc-members:



