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

switch_log_node_dup() 공개 정적인 메소드

public static switch_log_node_dup ( switch_log_node_t node ) : switch_log_node_t
node switch_log_node_t
리턴 switch_log_node_t
        public static switch_log_node_t switch_log_node_dup(switch_log_node_t node)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_log_node_dup(switch_log_node_t.getCPtr(node));
            switch_log_node_t ret = (cPtr == IntPtr.Zero) ? null : new switch_log_node_t(cPtr, false);
            return ret;
        }
freeswitch