Notes of Using Visual C#

Function specifications

A class library is provided as an interface for C#.
The driver functions are called from the methods of the class library.
The methods in the class library are defined as the original functions without the prefix.
Please call the method with the name of the original function without the prefix.

For example, when using ZmInit function

Ret = zm.Init();

※Not compatible with Universal Windows Platform (UWP)

Function parameters and return value

The contents of the parameters and the return value of functions are common regardless of the development language.
Please refer to the function reference for details.