C# Class Taps.Task.OutBufLine

Show file 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 property

public string Data
return string

Error public property

public bool Error
return bool

Force public property

public bool Force
return bool