nn::nex::DOCore Class

Syntax

class DOCore

Description

This class performs settings related to duplicated objects.

Instances of this class are generated and destroyed by the system automatically. Use the DOCore::GetInstance function to get a pointer to an object of this class when an NetZ instance has been generated.

Member Functions

S GetInstance Returns a pointer to a DOCore instance.
GetMaxUserDOReliableSendBufferNum Gets the maximum number of send buffers used for reliable communication of user DOs.
SetMaxUserDOReliableSendBufferNum Sets the maximum number of send buffers used for reliable communication of user DOs.
GetMaxUserRMCReliableSendBufferNum Gets the maximum number of send buffers used for reliable communication of user remote method calls.
SetMaxUserRMCReliableSendBufferNum Sets the maximum number of send buffers used for reliable communication of user remote method calls.

Revision History

2012/09/20
Initial version.

CONFIDENTIAL