C# 클래스 Bloxy.Logger

파일 보기 프로젝트 열기: brandonlw/bloxy

공개 메소드들

메소드 설명
LogData ( char cmd, byte data, int offset, int count ) : void
WriteLine ( ) : void
WriteLine ( string message ) : void

메소드 상세

LogData() 공개 정적인 메소드

public static LogData ( char cmd, byte data, int offset, int count ) : void
cmd char
data byte
offset int
count int
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( ) : void
리턴 void

WriteLine() 공개 정적인 메소드

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