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

switch_log_node_dup() public static method

public static switch_log_node_dup ( switch_log_node_t node ) : switch_log_node_t
node switch_log_node_t
return 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