RFID.RFIDInterface.LakeChabotReader.PacketLogger.Clear C# (CSharp) Method

Clear() public static method

public static Clear ( ) : void
return void
            public static void Clear( )
            {
                if ( _fileStream != null )
                {
                    _fileStream.Flush( );
                    _fileStream.Close( );
                    _fileStream = null;
                }
            }
        }
LakeChabotReader.PacketLogger