bigloo.foreign.reset_eof C# (CSharp) Method

reset_eof() public static method

public static reset_eof ( Object p ) : bool
p Object
return bool
        public static bool reset_eof( Object  p )
        {
            //print("RES_EOF " + p);
            return ((input_port)p).reset_eof();
        }
foreign