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

switch_rfc2833_to_char() public static method

public static switch_rfc2833_to_char ( int arg0 ) : char
arg0 int
return char
        public static char switch_rfc2833_to_char(int arg0)
        {
            char ret = freeswitchPINVOKE.switch_rfc2833_to_char(arg0);
            return ret;
        }
freeswitch