LcSettingC - define the class … More...
Collaboration diagram for LcSettingC_Class_RB_API:Functions | |
| static OT_ProcRet | rblcconfig_LcSettingC_HandleResolve (OtClass_ARGS) |
Ruby: → C-API Handle-Resolve-Slot - return a LcSettingC from netHdl or nil if invalid… | |
| MK_DEPRECATED static MK_UNUSED OT_ProcRet | rblcconfig_LcSettingC_HandleGet (LcSettingC_ARGS) |
| static OT_ProcRet | rblcconfig_LcSettingC_Next (LcSettingC_ARGS) |
Ruby: → C-API get next instance from linked-list of LcSettingS type | |
| static OT_ProcRet | rblcconfig_LcSettingC_Prev (LcSettingC_ARGS) |
Ruby: → C-API get previous instance from linked-list of LcSettingS type | |
| static OT_ProcRet | rblcconfig_LcSettingC_Instances (OtClass_ARGS) |
Ruby: → C-API get head-instance from linked-list of LcSettingS type … | |
| static OT_ProcRet | rblcconfig_LcSettingC_GetNull (OtClass_ARGS) |
Ruby: → C-API Null-Slot - return a LcSettingC typed NULL instance … | |
LcSettingC - define the class …
|
static |
Ruby: → C-API (static) LcSettingC LcSettingC.GetNull()
Null-Slot - return a LcSettingC typed NULL instance …
Definition at line 263 of file LcSettingC_rb.c.
|
static |
Definition at line 207 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API (static) LcSettingC LcSettingC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a LcSettingC from netHdl or nil if invalid…
Definition at line 191 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API (static) LcSettingC LcSettingC.Instances()
get head-instance from linked-list of LcSettingS type …
Definition at line 243 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API LcSettingC cfs.Next()
get next instance from linked-list of LcSettingS type
Definition at line 219 of file LcSettingC_rb.c.
|
static |
Ruby: → C-API LcSettingC cfs.Prev()
get previous instance from linked-list of LcSettingS type
Definition at line 230 of file LcSettingC_rb.c.