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

switch_event_bind() public static method

public static switch_event_bind ( string id, switch_event_types_t arg1, string subclass_name, SWIGTYPE_p_f_p_switch_event__void callback, SWIGTYPE_p_void user_data ) : switch_status_t
id string
arg1 switch_event_types_t
subclass_name string
callback SWIGTYPE_p_f_p_switch_event__void
user_data SWIGTYPE_p_void
return switch_status_t
        public static switch_status_t switch_event_bind(string id, switch_event_types_t arg1, string subclass_name, SWIGTYPE_p_f_p_switch_event__void callback, SWIGTYPE_p_void user_data)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_bind(id, (int)arg1, subclass_name, SWIGTYPE_p_f_p_switch_event__void.getCPtr(callback), SWIGTYPE_p_void.getCPtr(user_data));
            return ret;
        }
freeswitch