theConfig 10.0
Loading...
Searching...
No Matches
LcConfigC_Error_CS_API

LcConfigC - dealing with a native-errorMore...

+ Collaboration diagram for LcConfigC_Error_CS_API:

Functions

LcErrorTypeE cslcconfig.LcConfigC.ErrorType ()
  C#: LcErrorTypeE config.ErrorType() C-API
This function, which is implemented as a macro, returns the type of error that occurred during the last call to one of the read or write functions …
 

Detailed Description

LcConfigC - dealing with a native-error

Function Documentation

◆ ErrorType()

LcErrorTypeE cslcconfig.LcConfigC.ErrorType ( )
inline

C#: LcErrorTypeE config.ErrorType() C-API
This function, which is implemented as a macro, returns the type of error that occurred during the last call to one of the read or write functions …

Definition at line 157 of file LcConfigC.cs.

157 {
158 LcErrorTypeE __retVal__L = Lc.LcConfigErrorType(hdl);
159 return __retVal__L;
160 }
LcErrorTypeE
error types
Definition LcEnum_lc.h:228