C# Class SPH.SerialPortHandler

Afficher le fichier Open project: CORE-POS/IS4C Class Usage Examples

Méthodes publiques

Свойство Type Description
SPH_Thread Thread

Protected Properties

Свойство Type Description
SPH_Running bool
parent CustomForms.DelegateForm
port string
sp System.IO.Ports.SerialPort
verbose_mode int

Méthodes publiques

Méthode Description
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

Method Details

HandleMsg() public méthode

public HandleMsg ( string msg ) : void
msg string
Résultat void

Read() public méthode

public Read ( ) : void
Résultat void

SerialPortHandler() public méthode

public SerialPortHandler ( ) : System
Résultat System

SerialPortHandler() public méthode

public SerialPortHandler ( string p ) : System
p string
Résultat System

SetParent() public méthode

public SetParent ( CustomForms.DelegateForm p ) : void
p CustomForms.DelegateForm
Résultat void

SetVerbose() public méthode

public SetVerbose ( int v ) : void
v int
Résultat void

Status() public méthode

public Status ( ) : string
Résultat string

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

SPH_Running protected_oe property

protected bool SPH_Running
Résultat bool

SPH_Thread public_oe property

public Thread SPH_Thread
Résultat Thread

parent protected_oe property

protected DelegateForm,CustomForms parent
Résultat CustomForms.DelegateForm

port protected_oe property

protected string port
Résultat string

sp protected_oe property

protected SerialPort,System.IO.Ports sp
Résultat System.IO.Ports.SerialPort

verbose_mode protected_oe property

protected int verbose_mode
Résultat int