C# Class plcctrl.Control

Exibir arquivo Open project: engina/PLCNetLib Class Usage Examples

Public Methods

Method Description
Control ( IPEndPoint ip, string pass ) : System
Prog ( string path ) : bool
ProgRun ( string path ) : bool
Run ( ) : bool
Stop ( ) : bool
UpdateFW ( string path ) : bool

Private Methods

Method Description
Cmd ( string p ) : void

Method Details

Control() public method

public Control ( IPEndPoint ip, string pass ) : System
ip System.Net.IPEndPoint
pass string
return System

Prog() public method

public Prog ( string path ) : bool
path string
return bool

ProgRun() public method

public ProgRun ( string path ) : bool
path string
return bool

Run() public method

public Run ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool

UpdateFW() public method

public UpdateFW ( string path ) : bool
path string
return bool