示例#1
0
 public static switch_status_t switch_core_session_dequeue_message(SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_p_switch_core_session_message message)
 {
     switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_dequeue_message(SWIGTYPE_p_switch_core_session.getCPtr(session), SWIGTYPE_p_p_switch_core_session_message.getCPtr(message));
     return ret;
 }
示例#2
0
 public static void switch_core_session_free_message(SWIGTYPE_p_p_switch_core_session_message message)
 {
     freeswitchPINVOKE.switch_core_session_free_message(SWIGTYPE_p_p_switch_core_session_message.getCPtr(message));
 }
示例#3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_p_switch_core_session_message obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }