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

switch_core_session_get_app_flags() public static method

public static switch_core_session_get_app_flags ( string app, SWIGTYPE_p_int flags ) : switch_status_t
app string
flags SWIGTYPE_p_int
return switch_status_t
        public static switch_status_t switch_core_session_get_app_flags(string app, SWIGTYPE_p_int flags)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_get_app_flags(app, SWIGTYPE_p_int.getCPtr(flags));
            return ret;
        }
freeswitch