static void SetThreadMode( ThreadMode threadMode );
Name | Description | |
---|---|---|
in | threadMode | The ThreadMode type enumerator. |
Enables you to set the NEX thread mode.
Always set the thread mode with this function after calling the GlobalVariables::AcquireInstance
function.
• nn::nex::Core::ThreadModeSafeTransportBuffer
• nn::nex::Core::ThreadModeUnsafeTransportBuffer
Be sure to set one of these two modes.
ThreadModeSafeTransportBuffer
and ThreadModeUnsafeTransportBuffer
classes.Core::SetThreadMode
function after the GlobalVariables::AcquireInstance
function is called.
CONFIDENTIAL