C# Class RFID.RFIDInterface.LakeChabotReader.PacketLogger

Show file Open project: mti-rfid/RFID_Explorer

Public Methods

Method Description
Clear ( ) : void
Comment ( string message ) : void
Flush ( ) : void
Log ( PacketData envelope ) : void

Private Methods

Method Description
OpenFile ( ) : void

Method Details

Clear() public static method

public static Clear ( ) : void
return void

Comment() public static method

public static Comment ( string message ) : void
message string
return void

Flush() public static method

public static Flush ( ) : void
return void

Log() public static method

public static Log ( PacketData envelope ) : void
envelope PacketData
return void