FFACETools.FFACE.SetTimeOut C# (CSharp) Method

SetTimeOut() private method

private SetTimeOut ( int InstanceID, short value ) : bool
InstanceID int
value short
return bool
        private static extern bool SetTimeOut(int InstanceID, short value);
FFACE