C# 클래스 SPH.SerialPortHandler

파일 보기 프로젝트 열기: CORE-POS/IS4C 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SPH_Thread Thread

보호된 프로퍼티들

프로퍼티 타입 설명
SPH_Running bool
parent CustomForms.DelegateForm
port string
sp System.IO.Ports.SerialPort
verbose_mode int

공개 메소드들

메소드 설명
HandleMsg ( string msg ) : void
Read ( ) : void
SerialPortHandler ( ) : System
SerialPortHandler ( string p ) : System
SetParent ( CustomForms.DelegateForm p ) : void
SetVerbose ( int v ) : void
Status ( ) : string
Stop ( ) : void

메소드 상세

HandleMsg() 공개 메소드

public HandleMsg ( string msg ) : void
msg string
리턴 void

Read() 공개 메소드

public Read ( ) : void
리턴 void

SerialPortHandler() 공개 메소드

public SerialPortHandler ( ) : System
리턴 System

SerialPortHandler() 공개 메소드

public SerialPortHandler ( string p ) : System
p string
리턴 System

SetParent() 공개 메소드

public SetParent ( CustomForms.DelegateForm p ) : void
p CustomForms.DelegateForm
리턴 void

SetVerbose() 공개 메소드

public SetVerbose ( int v ) : void
v int
리턴 void

Status() 공개 메소드

public Status ( ) : string
리턴 string

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

SPH_Running 보호되어 있는 프로퍼티

protected bool SPH_Running
리턴 bool

SPH_Thread 공개적으로 프로퍼티

public Thread SPH_Thread
리턴 Thread

parent 보호되어 있는 프로퍼티

protected DelegateForm,CustomForms parent
리턴 CustomForms.DelegateForm

port 보호되어 있는 프로퍼티

protected string port
리턴 string

sp 보호되어 있는 프로퍼티

protected SerialPort,System.IO.Ports sp
리턴 System.IO.Ports.SerialPort

verbose_mode 보호되어 있는 프로퍼티

protected int verbose_mode
리턴 int