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

switch_event_create_pres_in_detailed() public static method

public static switch_event_create_pres_in_detailed ( string file, string func, int line, string proto, string login, string from, string from_domain, string status, string event_type, string alt_event_type, int event_count, string unique_id, string channel_state, string answer_state, string call_direction ) : switch_status_t
file string
func string
line int
proto string
login string
from string
from_domain string
status string
event_type string
alt_event_type string
event_count int
unique_id string
channel_state string
answer_state string
call_direction string
return switch_status_t
        public static switch_status_t switch_event_create_pres_in_detailed(string file, string func, int line, string proto, string login, string from, string from_domain, string status, string event_type, string alt_event_type, int event_count, string unique_id, string channel_state, string answer_state, string call_direction)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_create_pres_in_detailed(file, func, line, proto, login, from, from_domain, status, event_type, alt_event_type, event_count, unique_id, channel_state, answer_state, call_direction);
            return ret;
        }
freeswitch