FreeSWITCH.Native.freeswitch.switch_event_prep_for_delivery_detailed C# (CSharp) 메소드

switch_event_prep_for_delivery_detailed() 공개 정적인 메소드

public static switch_event_prep_for_delivery_detailed ( string file, string func, int line, switch_event arg3 ) : void
file string
func string
line int
arg3 switch_event
리턴 void
        public static void switch_event_prep_for_delivery_detailed(string file, string func, int line, switch_event arg3)
        {
            freeswitchPINVOKE.switch_event_prep_for_delivery_detailed(file, func, line, switch_event.getCPtr(arg3));
        }
freeswitch