theConfig 10.0
Loading...
Searching...
No Matches
LcConfigC_Error_RB_API

LcConfigC - dealing with a native-errorMore...

+ Collaboration diagram for LcConfigC_Error_RB_API:

Functions

static OT_ProcRet rblcconfig_LcConfigC_ErrorType (LcConfigC_ARGS)
  Ruby: 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

◆ rblcconfig_LcConfigC_ErrorType()

static OT_ProcRet rblcconfig_LcConfigC_ErrorType ( LcConfigC_ARGS )
static

Ruby: 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 261 of file LcConfigC_rb.c.

261 {
266 end: MK_UNUSED /* LONG JUMP on error */
268}
#define OT_SETUP_hdl
#define ErrorType_doc
#define OT_NEW_Lc_enum_OBJ(typ, i)
#define OT_SETUP_NOARG(d)
#define OT_retObj_RETURN
#define OT_retObj_SET(val)
#define OT_CHECK_NOARGS
static enum LcErrorTypeE LcConfigErrorType(LC_CFGN config)
This function, which is implemented as a macro, returns the type of error that occurred during the la...
#define MK_UNUSED