MC2
Function Usage
Registers an operator as an MC2 operator. After this API is called, an OpMC2Def structure is returned. You can use this structure to configure the communicator name.
This API is for trial use and may be adjusted or updated in later versions. Compatibility is not guaranteed. Stay tuned for future updates.
Prototype
OpMC2Def &MC2(void);
Parameters
None
Returns
OpMC2Def structure, which can be used to configure the communicator name.
Constraints
None
Parent topic: OpDef