C# Class Taps.Task.OutBufLine

Mostrar archivo Open project: tnwinc/TAP.Net

Public Properties

Property Type Description
Data string
Error bool
Force bool

Public Methods

Method Description
OutBufLine ( bool error, bool force, string data ) : System

Method Details

OutBufLine() public method

public OutBufLine ( bool error, bool force, string data ) : System
error bool
force bool
data string
return System

Property Details

Data public_oe property

public string Data
return string

Error public_oe property

public bool Error
return bool

Force public_oe property

public bool Force
return bool