theConfig 10.0
Loading...
Searching...
No Matches
LcConfig_Enum_CS_API

LcConfig PACKAGE - definition of the enum type … More...

+ Collaboration diagram for LcConfig_Enum_CS_API:

Functions

static LcConfigFormatE cslcconfig.LcConfig.ConfigFormatE_FromInt (int value)
  C#: [static] LcConfigFormatE ConfigFormatE_FromInt(int value) C-API
return the LcConfigFormatE from integer …
 
static LcConfigOptionsEF cslcconfig.LcConfig.ConfigOptionsEF_FromInt (int value)
  C#: [static] LcConfigOptionsEF ConfigOptionsEF_FromInt(int value) C-API
return the LcConfigOptionsEF from integer …
 
static LcConfigTypeE cslcconfig.LcConfig.ConfigTypeE_FromInt (int value)
  C#: [static] LcConfigTypeE ConfigTypeE_FromInt(int value) C-API
return the LcConfigTypeE from integer …
 
static LcErrorE cslcconfig.LcConfig.ErrorE_FromInt (int value)
  C#: [static] LcErrorE ErrorE_FromInt(int value) C-API
return the LcErrorE from integer …
 
static LcErrorTypeE cslcconfig.LcConfig.ErrorTypeE_FromInt (int value)
  C#: [static] LcErrorTypeE ErrorTypeE_FromInt(int value) C-API
return the LcErrorTypeE from integer …
 
static int cslcconfig.LcConfig.ConfigFormatE_ToInt (LcConfigFormatE value)
  C#: [static] int ConfigFormatE_ToInt(LcConfigFormatE value) C-API
return the LcConfigFormatE as integer …
 
static string cslcconfig.LcConfig.ConfigFormatE_ToString (LcConfigFormatE value)
  C#: [static] string ConfigFormatE_ToString(LcConfigFormatE value) C-API
return the LcConfigFormatE as string …
 
static int cslcconfig.LcConfig.ConfigOptionsEF_ToInt (LcConfigOptionsEF value)
  C#: [static] int ConfigOptionsEF_ToInt(LcConfigOptionsEF value) C-API
return the LcConfigOptionsEF as integer …
 
static string cslcconfig.LcConfig.ConfigOptionsEF_ToString (LcConfigOptionsEF value)
  C#: [static] string ConfigOptionsEF_ToString(LcConfigOptionsEF value) C-API
return the LcConfigOptionsEF as string …
 
static int cslcconfig.LcConfig.ConfigTypeE_ToInt (LcConfigTypeE value)
  C#: [static] int ConfigTypeE_ToInt(LcConfigTypeE value) C-API
return the LcConfigTypeE as integer …
 
static string cslcconfig.LcConfig.ConfigTypeE_ToString (LcConfigTypeE value)
  C#: [static] string ConfigTypeE_ToString(LcConfigTypeE value) C-API
return the LcConfigTypeE as string …
 
static int cslcconfig.LcConfig.ErrorE_ToInt (LcErrorE value)
  C#: [static] int ErrorE_ToInt(LcErrorE value) C-API
return the LcErrorE as integer …
 
static string cslcconfig.LcConfig.ErrorE_ToString (LcErrorE value)
  C#: [static] string ErrorE_ToString(LcErrorE value) C-API
return the LcErrorE as string …
 
static int cslcconfig.LcConfig.ErrorTypeE_ToInt (LcErrorTypeE value)
  C#: [static] int ErrorTypeE_ToInt(LcErrorTypeE value) C-API
return the LcErrorTypeE as integer …
 
static string cslcconfig.LcConfig.ErrorTypeE_ToString (LcErrorTypeE value)
  C#: [static] string ErrorTypeE_ToString(LcErrorTypeE value) C-API
return the LcErrorTypeE as string …
 

Detailed Description

LcConfig PACKAGE - definition of the enum type …

read more at: MkKernel_Enum_C_API

Function Documentation

◆ ConfigFormatE_FromInt()

static LcConfigFormatE cslcconfig.LcConfig.ConfigFormatE_FromInt ( int value)
inlinestatic

C#: [static] LcConfigFormatE ConfigFormatE_FromInt(int value) C-API
return the LcConfigFormatE from integer …

Definition at line 126 of file LibLcConfig.cs.

126 {
127 LcConfigFormatE value_out;
128 MkErrorE errVal = Lc.LcConfigFormatE_FromInt(value, out value_out);
129 if (errVal > MkErrorE.CONTINUE) MkErrorC.Check(errVal);
130 return value_out;
131 }
static void Check(IntPtr ctx, MkErrorE err)
MkErrorE
LcConfigFormatE
→ C-API: LcConfigFormatE → C-API: LcConfigFormatE

◆ ConfigFormatE_ToInt()

static int cslcconfig.LcConfig.ConfigFormatE_ToInt ( LcConfigFormatE value)
inlinestatic

C#: [static] int ConfigFormatE_ToInt(LcConfigFormatE value) C-API
return the LcConfigFormatE as integer …

Definition at line 168 of file LibLcConfig.cs.

168 {
169 Int32 __retVal__L = Lc.LcConfigFormatE_ToInt(value);
170 return __retVal__L;
171 }

◆ ConfigFormatE_ToString()

static string cslcconfig.LcConfig.ConfigFormatE_ToString ( LcConfigFormatE value)
inlinestatic

C#: [static] string ConfigFormatE_ToString(LcConfigFormatE value) C-API
return the LcConfigFormatE as string …

Definition at line 174 of file LibLcConfig.cs.

174 {
175 IntPtr __retVal__L = Lc.LcConfigFormatE_ToString(value);
176 return Marshal.PtrToStringAnsi(__retVal__L);
177 }

◆ ConfigOptionsEF_FromInt()

static LcConfigOptionsEF cslcconfig.LcConfig.ConfigOptionsEF_FromInt ( int value)
inlinestatic

C#: [static] LcConfigOptionsEF ConfigOptionsEF_FromInt(int value) C-API
return the LcConfigOptionsEF from integer …

Definition at line 134 of file LibLcConfig.cs.

134 {
135 LcConfigOptionsEF value_out;
136 MkErrorE errVal = Lc.LcConfigOptionsEF_FromInt(value, out value_out);
137 if (errVal > MkErrorE.CONTINUE) MkErrorC.Check(errVal);
138 return value_out;
139 }
LcConfigOptionsEF
→ C-API: LcConfigOptionsEF → C-API: LcConfigOptionsEF

◆ ConfigOptionsEF_ToInt()

static int cslcconfig.LcConfig.ConfigOptionsEF_ToInt ( LcConfigOptionsEF value)
inlinestatic

C#: [static] int ConfigOptionsEF_ToInt(LcConfigOptionsEF value) C-API
return the LcConfigOptionsEF as integer …

Definition at line 180 of file LibLcConfig.cs.

180 {
181 Int32 __retVal__L = Lc.LcConfigOptionsEF_ToInt(value);
182 return __retVal__L;
183 }

◆ ConfigOptionsEF_ToString()

static string cslcconfig.LcConfig.ConfigOptionsEF_ToString ( LcConfigOptionsEF value)
inlinestatic

C#: [static] string ConfigOptionsEF_ToString(LcConfigOptionsEF value) C-API
return the LcConfigOptionsEF as string …

Definition at line 186 of file LibLcConfig.cs.

186 {
187 IntPtr __retVal__L = Lc.LcConfigOptionsEF_ToString(value);
188 return Marshal.PtrToStringAnsi(__retVal__L);
189 }

◆ ConfigTypeE_FromInt()

static LcConfigTypeE cslcconfig.LcConfig.ConfigTypeE_FromInt ( int value)
inlinestatic

C#: [static] LcConfigTypeE ConfigTypeE_FromInt(int value) C-API
return the LcConfigTypeE from integer …

Definition at line 142 of file LibLcConfig.cs.

142 {
143 LcConfigTypeE value_out;
144 MkErrorE errVal = Lc.LcConfigTypeE_FromInt(value, out value_out);
145 if (errVal > MkErrorE.CONTINUE) MkErrorC.Check(errVal);
146 return value_out;
147 }
LcConfigTypeE
→ C-API: LcConfigTypeE → C-API: LcConfigTypeE

◆ ConfigTypeE_ToInt()

static int cslcconfig.LcConfig.ConfigTypeE_ToInt ( LcConfigTypeE value)
inlinestatic

C#: [static] int ConfigTypeE_ToInt(LcConfigTypeE value) C-API
return the LcConfigTypeE as integer …

Definition at line 192 of file LibLcConfig.cs.

192 {
193 Int32 __retVal__L = Lc.LcConfigTypeE_ToInt(value);
194 return __retVal__L;
195 }

◆ ConfigTypeE_ToString()

static string cslcconfig.LcConfig.ConfigTypeE_ToString ( LcConfigTypeE value)
inlinestatic

C#: [static] string ConfigTypeE_ToString(LcConfigTypeE value) C-API
return the LcConfigTypeE as string …

Definition at line 198 of file LibLcConfig.cs.

198 {
199 IntPtr __retVal__L = Lc.LcConfigTypeE_ToString(value);
200 return Marshal.PtrToStringAnsi(__retVal__L);
201 }

◆ ErrorE_FromInt()

static LcErrorE cslcconfig.LcConfig.ErrorE_FromInt ( int value)
inlinestatic

C#: [static] LcErrorE ErrorE_FromInt(int value) C-API
return the LcErrorE from integer …

Definition at line 150 of file LibLcConfig.cs.

150 {
151 LcErrorE value_out;
152 MkErrorE errVal = Lc.LcErrorE_FromInt(value, out value_out);
153 if (errVal > MkErrorE.CONTINUE) MkErrorC.Check(errVal);
154 return value_out;
155 }
LcErrorE
→ C-API: LcErrorE → C-API: LcErrorE

◆ ErrorE_ToInt()

static int cslcconfig.LcConfig.ErrorE_ToInt ( LcErrorE value)
inlinestatic

C#: [static] int ErrorE_ToInt(LcErrorE value) C-API
return the LcErrorE as integer …

Definition at line 204 of file LibLcConfig.cs.

204 {
205 Int32 __retVal__L = Lc.LcErrorE_ToInt(value);
206 return __retVal__L;
207 }

◆ ErrorE_ToString()

static string cslcconfig.LcConfig.ErrorE_ToString ( LcErrorE value)
inlinestatic

C#: [static] string ErrorE_ToString(LcErrorE value) C-API
return the LcErrorE as string …

Definition at line 210 of file LibLcConfig.cs.

210 {
211 IntPtr __retVal__L = Lc.LcErrorE_ToString(value);
212 return Marshal.PtrToStringAnsi(__retVal__L);
213 }

◆ ErrorTypeE_FromInt()

static LcErrorTypeE cslcconfig.LcConfig.ErrorTypeE_FromInt ( int value)
inlinestatic

C#: [static] LcErrorTypeE ErrorTypeE_FromInt(int value) C-API
return the LcErrorTypeE from integer …

Definition at line 158 of file LibLcConfig.cs.

158 {
159 LcErrorTypeE value_out;
160 MkErrorE errVal = Lc.LcErrorTypeE_FromInt(value, out value_out);
161 if (errVal > MkErrorE.CONTINUE) MkErrorC.Check(errVal);
162 return value_out;
163 }
LcErrorTypeE
→ C-API: LcErrorTypeE → C-API: LcErrorTypeE

◆ ErrorTypeE_ToInt()

static int cslcconfig.LcConfig.ErrorTypeE_ToInt ( LcErrorTypeE value)
inlinestatic

C#: [static] int ErrorTypeE_ToInt(LcErrorTypeE value) C-API
return the LcErrorTypeE as integer …

Definition at line 216 of file LibLcConfig.cs.

216 {
217 Int32 __retVal__L = Lc.LcErrorTypeE_ToInt(value);
218 return __retVal__L;
219 }

◆ ErrorTypeE_ToString()

static string cslcconfig.LcConfig.ErrorTypeE_ToString ( LcErrorTypeE value)
inlinestatic

C#: [static] string ErrorTypeE_ToString(LcErrorTypeE value) C-API
return the LcErrorTypeE as string …

Definition at line 222 of file LibLcConfig.cs.

222 {
223 IntPtr __retVal__L = Lc.LcErrorTypeE_ToString(value);
224 return Marshal.PtrToStringAnsi(__retVal__L);
225 }