mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +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 {
|
||||
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 {
|
||||
freeswitchPINVOKE.switch_file_handle_params_set(swigCPtr, switch_event.getCPtr(value));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user