C# 클래스 RFID.RFIDInterface.LakeChabotReader.PacketLogger

파일 보기 프로젝트 열기: mti-rfid/RFID_Explorer

공개 메소드들

메소드 설명
Clear ( ) : void
Comment ( string message ) : void
Flush ( ) : void
Log ( PacketData envelope ) : void

비공개 메소드들

메소드 설명
OpenFile ( ) : void

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

Comment() 공개 정적인 메소드

public static Comment ( string message ) : void
message string
리턴 void

Flush() 공개 정적인 메소드

public static Flush ( ) : void
리턴 void

Log() 공개 정적인 메소드

public static Log ( PacketData envelope ) : void
envelope PacketData
리턴 void