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

switch_hash_this() public static method

public static switch_hash_this ( SWIGTYPE_p_HashElem hi, SWIGTYPE_p_p_void key, SWIGTYPE_p_switch_ssize_t klen, SWIGTYPE_p_p_void val ) : void
hi SWIGTYPE_p_HashElem
key SWIGTYPE_p_p_void
klen SWIGTYPE_p_switch_ssize_t
val SWIGTYPE_p_p_void
return void
        public static void switch_hash_this(SWIGTYPE_p_HashElem hi, SWIGTYPE_p_p_void key, SWIGTYPE_p_switch_ssize_t klen, SWIGTYPE_p_p_void val)
        {
            freeswitchPINVOKE.switch_hash_this(SWIGTYPE_p_HashElem.getCPtr(hi), SWIGTYPE_p_p_void.getCPtr(key), SWIGTYPE_p_switch_ssize_t.getCPtr(klen), SWIGTYPE_p_p_void.getCPtr(val));
        }
freeswitch