mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-08 07:31:38 +00:00
FS-6248 --resolve
This commit is contained in:
parent
259d315372
commit
c0d078e0bb
@ -29080,7 +29080,7 @@ public class switch_device_node_t : IDisposable {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public switch_event event {
|
public switch_event _event {
|
||||||
set {
|
set {
|
||||||
freeswitchPINVOKE.switch_device_node_t_event_set(swigCPtr, switch_event.getCPtr(value));
|
freeswitchPINVOKE.switch_device_node_t_event_set(swigCPtr, switch_event.getCPtr(value));
|
||||||
}
|
}
|
||||||
@ -31516,7 +31516,7 @@ public class switch_file_handle : IDisposable {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public switch_event params {
|
public switch_event _params {
|
||||||
set {
|
set {
|
||||||
freeswitchPINVOKE.switch_file_handle_params_set(swigCPtr, switch_event.getCPtr(value));
|
freeswitchPINVOKE.switch_file_handle_params_set(swigCPtr, switch_event.getCPtr(value));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user