C# 클래스 Spinach.PlotReceiver

파일 보기 프로젝트 열기: shranjan/pinac 1 사용 예제들

공개 메소드들

메소드 설명
OnError ( int code, string message ) : void
PlotReceiver ( ) : System
checklist ( ) : void
retImage ( PngBitmapEncoder pnbencoder ) : void
terminate ( ) : void
writetolist ( Plot p ) : void

비공개 메소드들

메소드 설명
ReadFromList ( ) : void
ThreadRun ( ) : void
display ( ) : void
parsePaint ( ) : void

메소드 상세

OnError() 공개 메소드

public OnError ( int code, string message ) : void
code int
message string
리턴 void

PlotReceiver() 공개 메소드

public PlotReceiver ( ) : System
리턴 System

checklist() 공개 메소드

public checklist ( ) : void
리턴 void

retImage() 공개 메소드

public retImage ( PngBitmapEncoder pnbencoder ) : void
pnbencoder PngBitmapEncoder
리턴 void

terminate() 공개 메소드

public terminate ( ) : void
리턴 void

writetolist() 공개 메소드

public writetolist ( Plot p ) : void
p Plot
리턴 void