nn::nex::NetZ::SetDOClassInitializationCallback Member Function

Syntax

static void SetDOClassInitializationCallback(
     InitDOClassesFunction fInitDOClasses
);

Parameters

Name Description
fInitDOClasses DO class initialization function.

Return Values

None.

Description

Registers a function to initialize the DO class.

The DO class initialization function set here will be called in the constructor of the NetZ object. If you use the user DO feature, set the InitDOClasses function generated by the DDL compiler. This function does not need to be called if you do not use the user DO feature.

Revision History

2012/08/06
Fixed the description because there was an error about when this function should be used.
2012/02/14
Initial version.

CONFIDENTIAL