Ejemplo n.º 1
0
 public static int switch_socket_waitfor(SWIGTYPE_p_switch_pollfd_t poll, int ms)
 {
     int ret = freeswitchPINVOKE.switch_socket_waitfor(SWIGTYPE_p_switch_pollfd_t.getCPtr(poll), ms);
     return ret;
 }
Ejemplo n.º 2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_switch_pollfd_t obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }