FreeSWITCH.Native.freeswitch.switch_console_stream_raw_write C# (CSharp) Method

switch_console_stream_raw_write() public static method

public static switch_console_stream_raw_write ( switch_stream_handle handle, SWIGTYPE_p_unsigned_char data, SWIGTYPE_p_switch_size_t datalen ) : switch_status_t
handle switch_stream_handle
data SWIGTYPE_p_unsigned_char
datalen SWIGTYPE_p_switch_size_t
return switch_status_t
        public static switch_status_t switch_console_stream_raw_write(switch_stream_handle handle, SWIGTYPE_p_unsigned_char data, SWIGTYPE_p_switch_size_t datalen)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_console_stream_raw_write(switch_stream_handle.getCPtr(handle), SWIGTYPE_p_unsigned_char.getCPtr(data), SWIGTYPE_p_switch_size_t.getCPtr(datalen));
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
freeswitch