@@ -26316,6 +26316,18 @@ static SWIGStringHelper() {
26316
26316
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_icand_t_ready_get___")]
26317
26317
public static extern byte icand_t_ready_get(global::System.Runtime.InteropServices.HandleRef jarg1);
26318
26318
26319
+ [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_icand_t_responsive_set___")]
26320
+ public static extern void icand_t_responsive_set(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2);
26321
+
26322
+ [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_icand_t_responsive_get___")]
26323
+ public static extern byte icand_t_responsive_get(global::System.Runtime.InteropServices.HandleRef jarg1);
26324
+
26325
+ [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_icand_t_use_candidate_set___")]
26326
+ public static extern void icand_t_use_candidate_set(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2);
26327
+
26328
+ [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_icand_t_use_candidate_get___")]
26329
+ public static extern byte icand_t_use_candidate_get(global::System.Runtime.InteropServices.HandleRef jarg1);
26330
+
26319
26331
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_new_icand_t___")]
26320
26332
public static extern global::System.IntPtr new_icand_t();
26321
26333
@@ -28339,6 +28351,26 @@ public byte ready {
28339
28351
}
28340
28352
}
28341
28353
28354
+ public byte responsive {
28355
+ set {
28356
+ freeswitchPINVOKE.icand_t_responsive_set(swigCPtr, value);
28357
+ }
28358
+ get {
28359
+ byte ret = freeswitchPINVOKE.icand_t_responsive_get(swigCPtr);
28360
+ return ret;
28361
+ }
28362
+ }
28363
+
28364
+ public byte use_candidate {
28365
+ set {
28366
+ freeswitchPINVOKE.icand_t_use_candidate_set(swigCPtr, value);
28367
+ }
28368
+ get {
28369
+ byte ret = freeswitchPINVOKE.icand_t_use_candidate_get(swigCPtr);
28370
+ return ret;
28371
+ }
28372
+ }
28373
+
28342
28374
public icand_t() : this(freeswitchPINVOKE.new_icand_t(), true) {
28343
28375
}
28344
28376
0 commit comments