Note of Using Visual C#

Function specifications

The class library is being offered 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 in the form of removing the prefix of original functions.
Please call the method with the name that does not contain the prefix of original function.

For example, when you want to call the SmcWInit function

Ret = Smc.WInit();

* 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.