C# Class Taps.Task.OutBufLine

Afficher le fichier Open project: tnwinc/TAP.Net

Méthodes publiques

Свойство Type Description
Data string
Error bool
Force bool

Méthodes publiques

Méthode Description
OutBufLine ( bool error, bool force, string data ) : System

Method Details

OutBufLine() public méthode

public OutBufLine ( bool error, bool force, string data ) : System
error bool
force bool
data string
Résultat System

Property Details

Data public_oe property

public string Data
Résultat string

Error public_oe property

public bool Error
Résultat bool

Force public_oe property

public bool Force
Résultat bool