mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
part 1 of c# wrapper for esl lib
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14955 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
18
libs/esl/managed/ESL.cs
Normal file
18
libs/esl/managed/ESL.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
/* ----------------------------------------------------------------------------
|
||||
* This file was automatically generated by SWIG (http://www.swig.org).
|
||||
* Version 1.3.35
|
||||
*
|
||||
* Do not make changes to this file unless you know what you are doing--modify
|
||||
* the SWIG interface file instead.
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
public class ESL {
|
||||
public static void eslSetLogLevel(int level) {
|
||||
ESLPINVOKE.eslSetLogLevel(level);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user